Using the Introspection interface I obtain a String that represents an AllJoyn object in XML Introspection language. In the AllJoyn C++ API there is a function called CreateInterfacesFromXml. How to create an interface from this XML string in Java?
I think that the Code Generator is a tool that can not be used during execution.