Package | Description |
---|---|
org.apache.axis2.jaxws.feature | |
org.apache.axis2.jaxws.registry | |
org.apache.axis2.jaxws.server.config |
Modifier and Type | Method and Description |
---|---|
void |
ServerFramework.addConfigurator(String id,
ServerConfigurator configurator) |
Modifier and Type | Method and Description |
---|---|
static ServerConfigurator |
ServerConfiguratorRegistry.getConfigurator(String id) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerConfiguratorRegistry.setConfigurator(String id,
ServerConfigurator configurator) |
Modifier and Type | Class and 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 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 © 2004-2015 The Apache Software Foundation. All Rights Reserved.