public interface PortInfo
PortInfo interface is used by a
  HandlerResolver to query information about
  the port it is being asked to create a handler chain for.
  This interface is never implemented by an application, only by a Jakarta XML Web Services implementation.
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getBindingID()Gets the URI identifying the binding used by the port being accessed. | 
| javax.xml.namespace.QName | getPortName()Gets the qualified name of the WSDL port being accessed. | 
| javax.xml.namespace.QName | getServiceName()Gets the qualified name of the WSDL service name containing
  the port being accessed. | 
javax.xml.namespace.QName getServiceName()
javax.xml.namespace.QName getPortName()
java.lang.String getBindingID()
Binding