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.