public class AddressingConfigurator extends Object implements ClientConfigurator
AddressingFeature
and/or a SubmissionAddressingFeature
.AddressingFeature
,
SubmissionAddressingFeature
Constructor and Description |
---|
AddressingConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(MessageContext messageContext,
BindingProvider provider)
Perform client-side configuration for a
WebServiceFeature . |
boolean |
supports(Binding binding)
Indicates whether the configurator supports the specified binding.
|
public void configure(MessageContext messageContext, BindingProvider provider)
ClientConfigurator
WebServiceFeature
.configure
in interface ClientConfigurator
public boolean supports(Binding binding)
ClientConfigurator
supports
in interface ClientConfigurator
binding
- the binding to testtrue
if the configurator supports the binding, false
otherwise.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.