public interface Binding
Binding
interface is the base interface
for Jakarta XML Web Services protocol bindings.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindingID()
Get the URI for this binding instance.
|
java.util.List<Handler> |
getHandlerChain()
Gets a copy of the handler chain for a protocol binding instance.
|
void |
setHandlerChain(java.util.List<Handler> chain)
Sets the handler chain for the protocol binding instance.
|
java.util.List<Handler> getHandlerChain()
setHandlerChain
is required to configure the binding instance with the new chain.java.util.List<Handler>
Handler chainvoid setHandlerChain(java.util.List<Handler> chain)
chain
- A List of handler configuration entriesWebServiceException
- On an error in the configuration of
the handler chainjava.lang.UnsupportedOperationException
- If this
operation is not supported. This may be done to
avoid any overriding of a pre-configured handler
chain.java.lang.String getBindingID()
null