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.