Uses of Class
org.apache.axis2.deployment.AbstractServiceBuilderExtension
-
Packages that use AbstractServiceBuilderExtension Package Description org.apache.axis2.deployment org.apache.axis2.jaxws.framework -
-
Uses of AbstractServiceBuilderExtension in org.apache.axis2.deployment
Subclasses of AbstractServiceBuilderExtension in org.apache.axis2.deployment Modifier and Type Class Description class
WSDLServiceBuilderExtension
The class WSDLServiceBuilderExtension is a ServiceBuilderExtension which facilitate to generate AxisServices based on WSDL 1.1 and WSDL 2.0 documents. -
Uses of AbstractServiceBuilderExtension in org.apache.axis2.jaxws.framework
Subclasses of AbstractServiceBuilderExtension in org.apache.axis2.jaxws.framework Modifier and Type Class Description class
JAXWSServiceBuilderExtension
The Class JAXWSServiceBuilderExtension is an implementation of org.apache.axis2.deployment.ServiceBuilderExtension interface and facilitate to deploy JAX-WS artifacts through other Deployers.
-