Uses of Interface
org.apache.axis2.jaxws.feature.ServerConfigurator
Packages that use ServerConfigurator
Package
Description
-
Uses of ServerConfigurator in org.apache.axis2.jaxws.feature
Methods in org.apache.axis2.jaxws.feature with parameters of type ServerConfiguratorModifier and TypeMethodDescriptionvoidServerFramework.addConfigurator(String id, ServerConfigurator configurator) -
Uses of ServerConfigurator in org.apache.axis2.jaxws.registry
Methods in org.apache.axis2.jaxws.registry that return ServerConfiguratorModifier and TypeMethodDescriptionstatic ServerConfiguratorServerConfiguratorRegistry.getConfigurator(String id) Methods in org.apache.axis2.jaxws.registry with parameters of type ServerConfiguratorModifier and TypeMethodDescriptionstatic 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 ServerConfiguratorModifier and TypeClassDescriptionclassThis 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.classclassAn implementation of theServerConfiguratorinterface that will configure the endpoint based on the presence of aRespectBindingattribute.