public interface Binding
Binding
接口是JAX-WS协议绑定的基接口。
Modifier and Type | Method and Description |
---|---|
String |
getBindingID()
得到这个结合实例的URI。
|
List<Handler> |
getHandlerChain()
获取一个协议绑定实例的处理程序链的副本。
|
void |
setHandlerChain(List<Handler> chain)
为协议绑定实例设置处理程序链。
|
List<Handler> getHandlerChain()
setHandlerChain
需要用新的链配置绑定实例。
void setHandlerChain(List<Handler> chain)
chain
-列表处理程序的配置项
WebServiceException
对处理程序链的配置错误
UnsupportedOperationException
-如果不支持该操作。可以这样做,以避免任何预先配置的处理程序链的任何覆盖。
String getBindingID()
null
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.