Class AxisServiceTopElementSchemaGenerator
- java.lang.Object
-
- org.apache.axis2.wsdl.codegen.schema.AxisServiceTopElementSchemaGenerator
-
public class AxisServiceTopElementSchemaGenerator extends Object
this class is used to generate dummy schema with only top level elements to support xmlbeans
-
-
Constructor Summary
Constructors Constructor Description AxisServiceTopElementSchemaGenerator(AxisService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetDummySchemaList()org.apache.ws.commons.schema.XmlSchemaElementgetSchemaElement(QName elementQName)MapgetSchemaMap(Set topElements)SetgetTopElements()ListgetXmlSchemaList(Map schemaMap)
-
-
-
Constructor Detail
-
AxisServiceTopElementSchemaGenerator
public AxisServiceTopElementSchemaGenerator(AxisService service)
-
-
Method Detail
-
getDummySchemaList
public List getDummySchemaList() throws DummySchemaGenerationException
- Throws:
DummySchemaGenerationException
-
getXmlSchemaList
public List getXmlSchemaList(Map schemaMap) throws DummySchemaGenerationException
- Throws:
DummySchemaGenerationException
-
getTopElements
public Set getTopElements()
-
getSchemaElement
public org.apache.ws.commons.schema.XmlSchemaElement getSchemaElement(QName elementQName)
-
-