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:
  • jakata.xml.ws.soap.AddressingFeature
  • SubmissionAddressingFeature
  • Constructor Details

    • AddressingConfigurator

      public AddressingConfigurator()
  • Method Details