org.apache.axis2.jaxws.client.config
Class AddressingConfigurator
java.lang.Object
org.apache.axis2.jaxws.client.config.AddressingConfigurator
- All Implemented Interfaces:
- ClientConfigurator
public class AddressingConfigurator
- extends Object
- implements 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:
AddressingFeature
,
SubmissionAddressingFeature
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressingConfigurator
public AddressingConfigurator()
configure
public void configure(MessageContext messageContext,
BindingProvider provider)
- Description copied from interface:
ClientConfigurator
- Perform client-side configuration for a
WebServiceFeature
.
- Specified by:
configure
in interface ClientConfigurator
supports
public boolean supports(Binding binding)
- Description copied from interface:
ClientConfigurator
- Indicates whether the configurator supports the specified binding.
- Specified by:
supports
in interface ClientConfigurator
- Parameters:
binding
- the binding to test
- Returns:
true
if the configurator supports the binding, false
otherwise.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.