|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSPortInfo
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. |
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()
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 |
|---|
@NotNull WSService getOwner()
WSService object that owns this port.
@NotNull BindingID getBindingId()
PortInfo.getBindingID()
but in a strongly-typed fashion
@NotNull EndpointAddress getEndpointAddress()
@Nullable WSDLPort getPort()
WSDLPort object that represents this port,
if WSService is configured with WSDL. Otherwise null.
com.sun.xml.ws.policy.PolicyMap getPolicyMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||