Methods Summary |
---|
public java.lang.String | getBindingID()Get the URI for this binding instance.
|
public java.util.List | getHandlerChain()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.
|
public void | setHandlerChain(java.util.List chain)Sets the handler chain for the protocol binding instance.
|