|
||||||||||
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. |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |