Uses of Interface
org.apache.axis2.jaxws.feature.ServerConfigurator

Packages that use ServerConfigurator
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
 void ServerFramework.addConfigurator(java.lang.String id, ServerConfigurator configurator)
           
 

Uses of ServerConfigurator in org.apache.axis2.jaxws.registry
 

Methods in org.apache.axis2.jaxws.registry that return ServerConfigurator
static ServerConfigurator ServerConfiguratorRegistry.getConfigurator(java.lang.String id)
           
 

Methods in org.apache.axis2.jaxws.registry with parameters of type ServerConfigurator
static void ServerConfiguratorRegistry.setConfigurator(java.lang.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
 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 an Addressing annotation and/or a SubmissionAddressing annotation from the endpoint implementation bean.
 class MTOMConfigurator
           
 class RespectBindingConfigurator
          An implementation of the ServerConfigurator interface that will configure the endpoint based on the presence of a RespectBinding attribute.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.