Uses of Interface
org.apache.axis2.jaxws.feature.ServerConfigurator
- 
Packages that use ServerConfigurator Package Description org.apache.axis2.jaxws.feature org.apache.axis2.jaxws.registry org.apache.axis2.jaxws.server.config  - 
- 
Uses of ServerConfigurator in org.apache.axis2.jaxws.feature
Methods in org.apache.axis2.jaxws.feature with parameters of type ServerConfigurator Modifier and Type Method Description voidServerFramework. addConfigurator(String id, ServerConfigurator configurator) - 
Uses of ServerConfigurator in org.apache.axis2.jaxws.registry
Methods in org.apache.axis2.jaxws.registry that return ServerConfigurator Modifier and Type Method Description static ServerConfiguratorServerConfiguratorRegistry. getConfigurator(String id)Methods in org.apache.axis2.jaxws.registry with parameters of type ServerConfigurator Modifier and Type Method Description static voidServerConfiguratorRegistry. setConfigurator(String id, ServerConfigurator configurator) - 
Uses of ServerConfigurator in org.apache.axis2.jaxws.server.config
Classes in org.apache.axis2.jaxws.server.config that implement ServerConfigurator Modifier and Type Class Description classAddressingConfiguratorThis class will enable/disable WS-Addressing for a JAX-WS 2.1 web service endpoint, based on the configuration passed to it via anAddressingannotation and/or aSubmissionAddressingannotation from the endpoint implementation bean.classMTOMConfiguratorclassRespectBindingConfiguratorAn implementation of theServerConfiguratorinterface that will configure the endpoint based on the presence of aRespectBindingattribute. 
 -