API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.handler. PortInfo View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 PortInfo
Subinterfaces
Description
public interface PortInfo
  The PortInfo interface is used by a HandlerResolver to query information about the port it is being asked to create a handler chain for.
See also:   
Methods
Hide/Show inherited methods
public String getBindingID ()
  Gets the URI identifying the binding used by the port being accessed.
public QName getPortName ()
  Gets the qualified name of the WSDL port being accessed.
public QName getServiceName ()
  Gets the qualified name of the WSDL service name containing the port being accessed.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar