|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.client.config.RespectBindingConfigurator
public class RespectBindingConfigurator
Constructor Summary | |
---|---|
RespectBindingConfigurator()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RespectBindingConfigurator()
Method Detail |
---|
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 test
true
if the configurator supports the binding, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |