Uses of Interface
org.apache.axis2.engine.AxisConfigurator
-
Packages that use AxisConfigurator Package Description org.apache.axis2.context org.apache.axis2.deployment org.apache.axis2.engine org.apache.axis2.jaxws org.apache.axis2.transport -
-
Uses of AxisConfigurator in org.apache.axis2.context
Methods in org.apache.axis2.context with parameters of type AxisConfigurator Modifier and Type Method Description static ConfigurationContext
ConfigurationContextFactory. createConfigurationContext(AxisConfigurator axisConfigurator)
Creates a AxisConfiguration depending on the user requirement. -
Uses of AxisConfigurator in org.apache.axis2.deployment
Classes in org.apache.axis2.deployment that implement AxisConfigurator Modifier and Type Class Description class
FileSystemConfigurator
class
URLBasedAxisConfigurator
class
WarBasedAxisConfigurator
Processes the init parameters for the AxisServlet. -
Uses of AxisConfigurator in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return AxisConfigurator Modifier and Type Method Description AxisConfigurator
AxisConfiguration. getConfigurator()
Methods in org.apache.axis2.engine with parameters of type AxisConfigurator Modifier and Type Method Description void
AxisConfiguration. setConfigurator(AxisConfigurator configurator)
-
Uses of AxisConfigurator in org.apache.axis2.jaxws
Constructors in org.apache.axis2.jaxws with parameters of type AxisConfigurator Constructor Description ClientConfigurationFactory(AxisConfigurator configurator)
Create a ConfigurationContext from the specified configurator -
Uses of AxisConfigurator in org.apache.axis2.transport
Classes in org.apache.axis2.transport that implement AxisConfigurator Modifier and Type Class Description class
CustomAxisConfigurator
-