Package com.sun.xml.ws.mex.client
Class PortInfo
java.lang.Object
com.sun.xml.ws.mex.client.PortInfo
Class to hold information about a port, such as
the port name, address, and name of the containing service.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the address for this port.Utility method for obtaining port local name.Retrieve the qname for this port.Utility method for obtaining port namespace.Utility method for obtaining service local name.Retrieve the qname for the service that contains this port.
-
Method Details
-
getServiceName
Retrieve the qname for the service that contains this port. -
getPortName
Retrieve the qname for this port. -
getAddress
Retrieve the address for this port. -
getPortLocalPart
Utility method for obtaining port local name. This method is equivalent to getPortName().getLocalPart(). -
getPortNamespaceURI
Utility method for obtaining port namespace. This method is equivalent to getPortName().getNamespaceURI(). -
getServiceLocalPart
Utility method for obtaining service local name. This method is equivalent to getServiceName().getLocalPart().
-