Class PortInfo

java.lang.Object
com.sun.xml.ws.client.PortInfo
All Implemented Interfaces:
WSPortInfo, javax.xml.ws.handler.PortInfo
Direct Known Subclasses:
SEIPortInfo

public class PortInfo extends Object implements WSPortInfo
Information about a port.
This object is owned by WSServiceDelegate to keep track of a port, since a port maybe added dynamically.
Author:
JAXWS Development Team