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.PortInfoJAX-WS RI's extension toPortInfo.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BindingIDgetBindingId()Returns the same information asPortInfo.getBindingID()but in a strongly-typed fashionEndpointAddressgetEndpointAddress()Gets the endpoint address of this port.WSServicegetOwner()ReturnsWSServiceobject that owns this port.PolicyMapgetPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months.WSDLPortgetPort()
-
-
-
Method Detail
-
getBindingId
@NotNull BindingID getBindingId()
Returns the same information asPortInfo.getBindingID()but in a strongly-typed fashion
-
getEndpointAddress
@NotNull EndpointAddress getEndpointAddress()
Gets the endpoint address of this port.
-
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
-
-