public class RespectBindingConfigurator extends Object implements ClientConfigurator
Constructor and Description |
---|
RespectBindingConfigurator() |
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.