com.sun.xml.ws.api.client
Interface WSPortInfo

All Superinterfaces:
javax.xml.ws.handler.PortInfo
All Known Implementing Classes:
PortInfo, SEIPortInfo

public interface WSPortInfo
extends javax.xml.ws.handler.PortInfo

JAX-WS RI's extension to PortInfo.


Method Summary
 BindingID getBindingId()
          Returns the same information as PortInfo.getBindingID() but in a strongly-typed fashion
 EndpointAddress getEndpointAddress()
          Gets the endpoint address of this port.
 WSService getOwner()
          Returns WSService object that owns this port.
 WSDLPort getPort()
          Gets the WSDLPort object that represents this port, if WSService is configured with WSDL.
 
Methods inherited from interface javax.xml.ws.handler.PortInfo
getBindingID, getPortName, getServiceName
 

Method Detail

getOwner

@NotNull
WSService getOwner()
Returns WSService object that owns this port.


getBindingId

@NotNull
BindingID getBindingId()
Returns the same information as PortInfo.getBindingID() but in a strongly-typed fashion


getEndpointAddress

@NotNull
EndpointAddress getEndpointAddress()
Gets the endpoint address of this port.


getPort

@Nullable
WSDLPort getPort()
Gets the WSDLPort object that represents this port, if WSService is configured with WSDL. Otherwise null.