|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointAddress | |
---|---|
com.sun.xml.ws.api | JAX-WS RI extension of JAX-WS API. |
com.sun.xml.ws.api.client | |
com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
com.sun.xml.ws.model.wsdl |
Uses of EndpointAddress in com.sun.xml.ws.api |
---|
Methods in com.sun.xml.ws.api that return EndpointAddress | |
---|---|
static EndpointAddress |
EndpointAddress.create(String url)
Creates a new EndpointAddress with a reasonably
generic error handling. |
Uses of EndpointAddress in com.sun.xml.ws.api.client |
---|
Methods in com.sun.xml.ws.api.client that return EndpointAddress | |
---|---|
EndpointAddress |
WSPortInfo.getEndpointAddress()
Gets the endpoint address of this port. |
Uses of EndpointAddress in com.sun.xml.ws.api.message |
---|
Fields in com.sun.xml.ws.api.message declared as EndpointAddress | |
---|---|
EndpointAddress |
Packet.endpointAddress
The endpoint address to which this message is sent to. |
Uses of EndpointAddress in com.sun.xml.ws.api.model.wsdl |
---|
Methods in com.sun.xml.ws.api.model.wsdl that return EndpointAddress | |
---|---|
EndpointAddress |
WSDLPort.getAddress()
Gets endpoint address of this port. |
Uses of EndpointAddress in com.sun.xml.ws.api.pipe |
---|
Methods in com.sun.xml.ws.api.pipe that return EndpointAddress | |
---|---|
EndpointAddress |
ClientTubeAssemblerContext.getAddress()
The endpoint address. |
Constructors in com.sun.xml.ws.api.pipe with parameters of type EndpointAddress | |
---|---|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding)
Deprecated. |
|
ClientPipeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated. |
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding)
|
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
|
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec)
|
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel)
|
Uses of EndpointAddress in com.sun.xml.ws.client |
---|
Fields in com.sun.xml.ws.client declared as EndpointAddress | |
---|---|
EndpointAddress |
PortInfo.targetEndpoint
|
Methods in com.sun.xml.ws.client that return EndpointAddress | |
---|---|
EndpointAddress |
RequestContext.getEndpointAddress()
|
EndpointAddress |
PortInfo.getEndpointAddress()
|
EndpointAddress |
WSServiceDelegate.getEndpointAddress(QName qName)
|
Methods in com.sun.xml.ws.client with parameters of type EndpointAddress | |
---|---|
void |
RequestContext.setEndpointAddress(EndpointAddress epa)
|
Constructors in com.sun.xml.ws.client with parameters of type EndpointAddress | |
---|---|
PortInfo(WSServiceDelegate owner,
EndpointAddress targetEndpoint,
QName name,
BindingID bindingId)
|
|
Stub(WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
|
Uses of EndpointAddress in com.sun.xml.ws.model.wsdl |
---|
Methods in com.sun.xml.ws.model.wsdl that return EndpointAddress | |
---|---|
EndpointAddress |
WSDLPortImpl.getAddress()
|
Methods in com.sun.xml.ws.model.wsdl with parameters of type EndpointAddress | |
---|---|
void |
WSDLPortImpl.setAddress(EndpointAddress address)
Only meant for RuntimeWSDLParser to call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |