Class AddressingConfigurator
java.lang.Object
org.apache.axis2.jaxws.client.config.AddressingConfigurator
- All Implemented Interfaces:
ClientConfigurator
This class will enable/disable WS-Addressing in a JAX-WS 2.1 client,
based on the configuration passed to it via an
AddressingFeature
and/or a SubmissionAddressingFeature.- See Also:
-
jakata.xml.ws.soap.AddressingFeatureSubmissionAddressingFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(MessageContext messageContext, BindingProvider provider) Perform client-side configuration for aWebServiceFeature.booleanIndicates whether the configurator supports the specified binding.
-
Constructor Details
-
AddressingConfigurator
public AddressingConfigurator()
-
-
Method Details
-
configure
Description copied from interface:ClientConfiguratorPerform client-side configuration for aWebServiceFeature.- Specified by:
configurein interfaceClientConfigurator
-
supports
Description copied from interface:ClientConfiguratorIndicates whether the configurator supports the specified binding.- Specified by:
supportsin interfaceClientConfigurator- Parameters:
binding- the binding to test- Returns:
trueif the configurator supports the binding,falseotherwise.
-