| |
|
| javax.xml.ws.Binding
Binding | public interface Binding (Code) | | The Binding interface is the base interface
for JAX-WS protocol bindings.
since: JAX-WS 2.0 |
getBindingID | String getBindingID()(Code) | | Get the URI for this binding instance.
String The binding identifier for the port.Never returns null since: JAX-WS 2.1 |
getHandlerChain | public java.util.List<javax.xml.ws.handler.Handler> getHandlerChain()(Code) | | Gets a copy of the handler chain for a protocol binding instance.
If the returned chain is modified a call to setHandlerChain
is required to configure the binding instance with the new chain.
java.util.List<Handler> Handler chain |
|
|
|