Package org.apache.axis2.json.factory
Class XmlNodeGenerator
- java.lang.Object
-
- org.apache.axis2.json.factory.XmlNodeGenerator
-
public class XmlNodeGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlNodeGenerator()XmlNodeGenerator(List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, QName elementQname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlNodegetMainXmlNode()Queue<JsonObject>getQueue(XmlNode node)
-
-
-
Method Detail
-
getMainXmlNode
public XmlNode getMainXmlNode() throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
-
getQueue
public Queue<JsonObject> getQueue(XmlNode node)
-
-