Package 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.- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionReturns the same information asPortInfo.getBindingID()but in a strongly-typed fashionGets the endpoint address of this port.getOwner()ReturnsWSServiceobject that owns this port.Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months.getPort()Methods inherited from interface javax.xml.ws.handler.PortInfo
getBindingID, getPortName, getServiceName
-
Method Details
-
getOwner
ReturnsWSServiceobject that owns this port. -
getBindingId
Returns the same information asPortInfo.getBindingID()but in a strongly-typed fashion -
getEndpointAddress
Gets the endpoint address of this port. -
getPort
-
getPolicyMap
PolicyMap getPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months.Gives the PolicMap that captures the Policy for the PortInfo- Returns:
- PolicyMap
-