| java.lang.Object com.sun.xml.ws.mex.client.PortInfo
getAddress | public String getAddress()(Code) | | Retrieve the address for this port.
|
getPortLocalPart | public String getPortLocalPart()(Code) | | Utility method for obtaining port local name. This
method is equivalent to getPortName().getLocalPart().
|
getPortName | public QName getPortName()(Code) | | Retrieve the qname for this port.
|
getPortNamespaceURI | public String getPortNamespaceURI()(Code) | | Utility method for obtaining port namespace. This
method is equivalent to getPortName().getNamespaceURI().
|
getServiceLocalPart | public String getServiceLocalPart()(Code) | | Utility method for obtaining service local name. This
method is equivalent to getServiceName().getLocalPart().
|
getServiceName | public QName getServiceName()(Code) | | Retrieve the qname for the service that
contains this port.
|
|
|