Uses of Interface
org.apache.axis2.deployment.ServiceBuilderExtension
-
Packages that use ServiceBuilderExtension Package Description org.apache.axis2.deployment org.apache.axis2.jaxws.framework -
-
Uses of ServiceBuilderExtension in org.apache.axis2.deployment
Classes in org.apache.axis2.deployment that implement ServiceBuilderExtension Modifier and Type Class Description classAbstractServiceBuilderExtensionThe Class AbstractServiceBuilderExtension is abstract class that can be used to write new ServiceBuilderExtensions.classWSDLServiceBuilderExtensionThe class WSDLServiceBuilderExtension is a ServiceBuilderExtension which facilitate to generate AxisServices based on WSDL 1.1 and WSDL 2.0 documents.Methods in org.apache.axis2.deployment that return types with arguments of type ServiceBuilderExtension Modifier and Type Method Description List<ServiceBuilderExtension>AbstractDeployer. getServiceBuilderExtensions()Methods in org.apache.axis2.deployment with parameters of type ServiceBuilderExtension Modifier and Type Method Description voidAbstractDeployer. addServiceBuilderExtensions(ServiceBuilderExtension serviceBuilderExtension) -
Uses of ServiceBuilderExtension in org.apache.axis2.jaxws.framework
Classes in org.apache.axis2.jaxws.framework that implement ServiceBuilderExtension Modifier and Type Class Description classJAXWSServiceBuilderExtensionThe Class JAXWSServiceBuilderExtension is an implementation of org.apache.axis2.deployment.ServiceBuilderExtension interface and facilitate to deploy JAX-WS artifacts through other Deployers.
-