public interface PortInfo 
      PortInfo接口由HandlerResolver用于查询有关要求其创建处理程序链的端口的信息。 
       此接口从不由应用程序执行,只能由JAX-WS实现。
| Modifier and Type | Method and Description | 
|---|---|
| String | getBindingID()
              获取标识被访问端口使用的绑定的URI。 
             | 
| QName | getPortName()
              获取被访问的WSDL端口的限定名称。 
             | 
| QName | getServiceName()
              获取包含正在访问的端口的WSDL服务名称的限定名称。 
             | 
 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.