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 void
ServerFramework. 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 ServerConfigurator
ServerConfiguratorRegistry. getConfigurator(String id)
Methods in org.apache.axis2.jaxws.registry with parameters of type ServerConfigurator Modifier and Type Method Description static void
ServerConfiguratorRegistry. 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 class
AddressingConfigurator
This class will enable/disable WS-Addressing for a JAX-WS 2.1 web service endpoint, based on the configuration passed to it via anAddressing
annotation and/or aSubmissionAddressing
annotation from the endpoint implementation bean.class
MTOMConfigurator
class
RespectBindingConfigurator
An implementation of theServerConfigurator
interface that will configure the endpoint based on the presence of aRespectBinding
attribute.
-