org.apache.axis2.wsdl.codegen.schema
Class AxisServiceTopElementSchemaGenerator

java.lang.Object
  extended by 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
AxisServiceTopElementSchemaGenerator(AxisService service)
           
 
Method Summary
 List getDummySchemaList()
           
 org.apache.ws.commons.schema.XmlSchemaElement getSchemaElement(QName elementQName)
           
 Map getSchemaMap(Set topElements)
           
 Set getTopElements()
           
 List getXmlSchemaList(Map schemaMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getSchemaMap

public Map getSchemaMap(Set topElements)

getTopElements

public Set getTopElements()

getSchemaElement

public org.apache.ws.commons.schema.XmlSchemaElement getSchemaElement(QName elementQName)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.