|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSEndpointReference | |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api | JAX-WS RI extension of JAX-WS API. |
com.sun.xml.ws.api.addressing | |
com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
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.client.dispatch | |
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.message | Message implementations. |
com.sun.xml.ws.message.stream | |
com.sun.xml.ws.model.wsdl |
Uses of WSEndpointReference in com.sun.xml.ws.addressing |
---|
Methods in com.sun.xml.ws.addressing that return WSEndpointReference | |
---|---|
WSEndpointReference |
WsaPropertyBag.getFrom()
Gets the wsa:From header. |
WSEndpointReference |
WsaPropertyBag.getTo()
Gets the wsa:To header. |
Methods in com.sun.xml.ws.addressing with parameters of type WSEndpointReference | |
---|---|
(package private) void |
WsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo,
WSEndpointReference replyTo,
WSEndpointReference faultTo)
|
Uses of WSEndpointReference in com.sun.xml.ws.api |
---|
Methods in com.sun.xml.ws.api with parameters of type WSEndpointReference | ||
---|---|---|
abstract
|
WSService.createDispatch(QName portName,
WSEndpointReference wsepr,
Class<T> aClass,
javax.xml.ws.Service.Mode mode,
javax.xml.ws.WebServiceFeature... features)
Works like #createDispatch(EndpointReference, Class, Mode, WebServiceFeature[])
but it takes the port name separately, so that EPR without embedded metadata can be used. |
|
abstract javax.xml.ws.Dispatch<Object> |
WSService.createDispatch(QName portName,
WSEndpointReference wsepr,
JAXBContext jaxbContext,
javax.xml.ws.Service.Mode mode,
javax.xml.ws.WebServiceFeature... features)
Works like #createDispatch(EndpointReference, JAXBContext, Mode, WebServiceFeature[])
but it takes the port name separately, so that EPR without embedded metadata can be used. |
|
abstract
|
WSService.getPort(WSEndpointReference epr,
Class<T> portInterface,
javax.xml.ws.WebServiceFeature... features)
Works like ServiceDelegate.getPort(EndpointReference, Class, WebServiceFeature...)
but takes WSEndpointReference . |
Uses of WSEndpointReference in com.sun.xml.ws.api.addressing |
---|
Fields in com.sun.xml.ws.api.addressing declared as WSEndpointReference | |
---|---|
WSEndpointReference |
AddressingVersion.anonymousEpr
Represents the anonymous EPR. |
Methods in com.sun.xml.ws.api.addressing that return WSEndpointReference | |
---|---|
static WSEndpointReference |
WSEndpointReference.create(javax.xml.ws.EndpointReference epr)
Converts from EndpointReference . |
WSEndpointReference |
WSEndpointReference.createWithAddress(String newAddress)
Creates a new WSEndpointReference by replacing the address of this EPR
to the new one. |
WSEndpointReference |
WSEndpointReference.createWithAddress(URI newAddress)
|
WSEndpointReference |
WSEndpointReference.createWithAddress(URL newAddress)
|
WSEndpointReference |
OneWayFeature.getFrom()
Getter for wsa:From header WSEndpointReference . |
WSEndpointReference |
OneWayFeature.getReplyTo()
Getter for wsa:ReplyTo header WSEndpointReference . |
Methods in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference | |
---|---|
void |
OneWayFeature.setFrom(WSEndpointReference address)
Setter for wsa:From header WSEndpointReference . |
void |
OneWayFeature.setReplyTo(WSEndpointReference address)
Setter for wsa:ReplyTo header WSEndpointReference . |
Constructors in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference | |
---|---|
EPRHeader(QName tagName,
WSEndpointReference epr)
|
|
OneWayFeature(boolean enabled,
WSEndpointReference replyTo)
Create an OneWayFeature |
|
OneWayFeature(boolean enabled,
WSEndpointReference replyTo,
WSEndpointReference from,
String relatesTo)
Create an OneWayFeature |
Uses of WSEndpointReference in com.sun.xml.ws.api.message |
---|
Methods in com.sun.xml.ws.api.message that return WSEndpointReference | |
---|---|
WSEndpointReference |
HeaderList.getFaultTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing FaultTo header. |
WSEndpointReference |
HeaderList.getReplyTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing ReplyTo header. |
WSEndpointReference |
Header.readAsEPR(AddressingVersion expected)
Reads this header as an WSEndpointReference . |
Uses of WSEndpointReference in com.sun.xml.ws.api.pipe |
---|
Methods in com.sun.xml.ws.api.pipe with parameters of type WSEndpointReference | ||
---|---|---|
static javax.xml.ws.Dispatch<javax.activation.DataSource> |
Stubs.createDataSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new Dispatch stub for DataSource . |
|
static
|
Stubs.createDispatch(QName portName,
WSService owner,
WSBinding binding,
Class<T> clazz,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new Dispatch stub that connects to the given pipe. |
|
static javax.xml.ws.Dispatch<Object> |
Stubs.createJAXBDispatch(QName portName,
WSService owner,
WSBinding binding,
JAXBContext jaxbContext,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new JAXB-based Dispatch stub that connects to the given pipe. |
|
static javax.xml.ws.Dispatch<Message> |
Stubs.createMessageDispatch(QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Creates a new Message -based Dispatch stub that connects to the given pipe. |
|
|
Stubs.createPortProxy(WSService service,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
Tube next,
WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface. |
|
static javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage> |
Stubs.createSAAJDispatch(QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new Dispatch stub for SOAPMessage . |
|
static javax.xml.ws.Dispatch<Source> |
Stubs.createSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Creates a new Dispatch stub for Source . |
Uses of WSEndpointReference in com.sun.xml.ws.client |
---|
Fields in com.sun.xml.ws.client declared as WSEndpointReference | |
---|---|
protected WSEndpointReference |
Stub.endpointReference
Non-null if this stub is configured to talk to an EPR. |
Methods in com.sun.xml.ws.client with parameters of type WSEndpointReference | ||
---|---|---|
|
WSServiceDelegate.createDispatch(QName portName,
WSEndpointReference wsepr,
Class<T> aClass,
javax.xml.ws.Service.Mode mode,
javax.xml.ws.WebServiceFeature... features)
|
|
javax.xml.ws.Dispatch<Object> |
WSServiceDelegate.createDispatch(QName portName,
WSEndpointReference wsepr,
JAXBContext jaxbContext,
javax.xml.ws.Service.Mode mode,
javax.xml.ws.WebServiceFeature... features)
|
|
|
WSServiceDelegate.getPort(WSEndpointReference wsepr,
Class<T> portInterface,
javax.xml.ws.WebServiceFeature... features)
|
Constructors in com.sun.xml.ws.client with parameters of type WSEndpointReference | |
---|---|
Stub(WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
|
Uses of WSEndpointReference in com.sun.xml.ws.client.dispatch |
---|
Methods in com.sun.xml.ws.client.dispatch with parameters of type WSEndpointReference | |
---|---|
static javax.xml.ws.Dispatch<Source> |
DispatchImpl.createSourceDispatch(QName port,
javax.xml.ws.Service.Mode mode,
WSServiceDelegate owner,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
|
Uses of WSEndpointReference in com.sun.xml.ws.client.sei |
---|
Constructors in com.sun.xml.ws.client.sei with parameters of type WSEndpointReference | |
---|---|
SEIStub(WSServiceDelegate owner,
BindingImpl binding,
SOAPSEIModel seiModel,
Tube master,
WSEndpointReference epr)
|
Uses of WSEndpointReference in com.sun.xml.ws.message |
---|
Methods in com.sun.xml.ws.message that return WSEndpointReference | |
---|---|
WSEndpointReference |
AbstractHeaderImpl.readAsEPR(AddressingVersion expected)
Default implementation that copies the infoset. |
Uses of WSEndpointReference in com.sun.xml.ws.message.stream |
---|
Methods in com.sun.xml.ws.message.stream that return WSEndpointReference | |
---|---|
WSEndpointReference |
StreamHeader.readAsEPR(AddressingVersion expected)
Creates an EPR without copying infoset. |
Uses of WSEndpointReference in com.sun.xml.ws.model.wsdl |
---|
Methods in com.sun.xml.ws.model.wsdl that return WSEndpointReference | |
---|---|
WSEndpointReference |
WSDLPortImpl.getEPR()
|
Methods in com.sun.xml.ws.model.wsdl with parameters of type WSEndpointReference | |
---|---|
void |
WSDLPortImpl.setEPR(WSEndpointReference epr)
Only meant for RuntimeWSDLParser to call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |