Implementation of the PortInfo interface. This is just a simple
class used to hold the info necessary to uniquely identify a port,
including the port name, service name, and binding ID. This class
is only used on the client side.
An instance is created by
WSServiceDelegate when used to
place a handler chain into the HandlerResolver map. Another is
created later by
com.sun.xml.ws.client.WSServiceDelegate to retrieve the
necessary handler chain to set on a binding instance.
See Also: WSServiceDelegate See Also: com.sun.xml.ws.client.HandlerResolverImpl author: WS Development Team |