Uses of Interface
org.apache.axis2.description.java2wsdl.SchemaGenerator
-
Packages that use SchemaGenerator Package Description org.apache.axis2.description org.apache.axis2.description.java2wsdl org.apache.axis2.jaxbri -
-
Uses of SchemaGenerator in org.apache.axis2.description
Methods in org.apache.axis2.description with parameters of type SchemaGenerator Modifier and Type Method Description static AxisService
AxisService. createService(String implClass, String serviceName, AxisConfiguration axisConfiguration, Map<String,MessageReceiver> messageReceiverClassMap, String targetNamespace, ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService)
messageReceiverClassMap will hold the MessageReceivers for given meps. -
Uses of SchemaGenerator in org.apache.axis2.description.java2wsdl
Classes in org.apache.axis2.description.java2wsdl that implement SchemaGenerator Modifier and Type Class Description class
DefaultSchemaGenerator
class
DocLitBareSchemaGenerator
-
Uses of SchemaGenerator in org.apache.axis2.jaxbri
Classes in org.apache.axis2.jaxbri that implement SchemaGenerator Modifier and Type Class Description class
DocLitBareJaxbSchemaGenerator
class
JaxbSchemaGenerator
-