public interface WSPortInfo extends PortInfo
PortInfo
.Modifier and Type | Method and Description |
---|---|
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. |
com.sun.xml.ws.policy.PolicyMap |
getPolicyMap()
Deprecated.
Do not use this method as the PolicyMap API is not final yet and might change in next few months.
|
WSDLPort |
getPort()
|
getBindingID, getPortName, getServiceName
@NotNull BindingID getBindingId()
PortInfo.getBindingID()
but in a strongly-typed fashion@NotNull EndpointAddress getEndpointAddress()
@Nullable WSDLPort getPort()
com.sun.xml.ws.policy.PolicyMap getPolicyMap()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.