public interface ClientConfigurator
| 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.
|
void configure(MessageContext messageContext, BindingProvider provider)
WebServiceFeature.messageContext - provider - boolean supports(Binding binding)
binding - the binding to testtrue if the configurator supports the binding, false
otherwise.Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.