Uses of Interface
org.apache.axis2.modules.Module
-
-
Uses of Module in org.apache.axis2.description
Methods in org.apache.axis2.description that return Module Modifier and Type Method Description Module
AxisModule. getModule()
Methods in org.apache.axis2.description with parameters of type Module Modifier and Type Method Description void
AxisModule. setModule(Module module)
-
Uses of Module in org.apache.axis2.handlers.addressing
Classes in org.apache.axis2.handlers.addressing that implement Module Modifier and Type Class Description class
Addressing
The Class Addressing implements Module interface. -
Uses of Module in org.apache.axis2.handlers.soapmonitor
Classes in org.apache.axis2.handlers.soapmonitor that implement Module Modifier and Type Class Description class
SOAPMonitorModule
-
Uses of Module in org.apache.axis2.jaxws.module
Classes in org.apache.axis2.jaxws.module that implement Module Modifier and Type Class Description class
JAXWSModule
-
Uses of Module in org.apache.axis2.mex
Classes in org.apache.axis2.mex that implement Module Modifier and Type Class Description class
MetadataExchangeModule
Metadata Exchange Module to support WS-MEX specification -
Uses of Module in org.apache.axis2.mtompolicy
Classes in org.apache.axis2.mtompolicy that implement Module Modifier and Type Class Description class
MTOMPolicy
The module implementation class for the MTOM module. -
Uses of Module in org.apache.axis2.scripting
Classes in org.apache.axis2.scripting that implement Module Modifier and Type Class Description class
ScriptModule
Axis2 module to initialize script services.
-