Uses of Class
com.sun.xml.ws.api.addressing.WSEndpointReference
-
Packages that use WSEndpointReference Package Description 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.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.api.pipe Pipe
and related abstractions.com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStub
and its supporting code.com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users.com.sun.xml.ws.message Message
implementations.com.sun.xml.ws.message.stream com.sun.xml.ws.model.wsdl com.sun.xml.ws.rx.mc.dev com.sun.xml.ws.rx.mc.runtime com.sun.xml.ws.security.opt.impl.message -
-
Uses of WSEndpointReference in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing that return WSEndpointReference Modifier and Type Method Description WSEndpointReference
WsaPropertyBag. getFaultToFromRequest()
WSEndpointReference
WsaPropertyBag. getFrom()
Gets thewsa:From
header.WSEndpointReference
WsaPropertyBag. getReplyToFromRequest()
WSEndpointReference
WsaPropertyBag. getToAsReference()
Gets thewsa:To
header.Methods in com.sun.xml.ws.addressing with parameters of type WSEndpointReference Modifier and Type Method Description protected void
W3CWsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)
protected void
WsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)
void
WsaPropertyBag. setFaultToFromRequest(WSEndpointReference ref)
void
WsaPropertyBag. setReplyToFromRequest(WSEndpointReference ref)
-
Uses of WSEndpointReference in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api with parameters of type WSEndpointReference Modifier and Type Method Description abstract jakarta.xml.ws.Dispatch<Object>
WSService. createDispatch(QName portName, WSEndpointReference wsepr, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, jakarta.xml.ws.WebServiceFeature... features)
Works likeServiceDelegate.createDispatch(jakarta.xml.ws.EndpointReference, jakarta.xml.bind.JAXBContext, jakarta.xml.ws.Service.Mode, jakarta.xml.ws.WebServiceFeature[])
but it takes the port name separately, so that EPR without embedded metadata can be used.abstract <T> jakarta.xml.ws.Dispatch<T>
WSService. createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, jakarta.xml.ws.Service.Mode mode, jakarta.xml.ws.WebServiceFeature... features)
Works likeServiceDelegate.createDispatch(jakarta.xml.ws.EndpointReference, java.lang.Class, jakarta.xml.ws.Service.Mode, jakarta.xml.ws.WebServiceFeature[])
but it takes the port name separately, so that EPR without embedded metadata can be used.abstract <T> T
WSService. getPort(WSEndpointReference epr, Class<T> portInterface, jakarta.xml.ws.WebServiceFeature... features)
Works likeServiceDelegate.getPort(EndpointReference, Class, WebServiceFeature...)
but takesWSEndpointReference
. -
Uses of WSEndpointReference in com.sun.xml.ws.api.addressing
Fields in com.sun.xml.ws.api.addressing declared as WSEndpointReference Modifier and Type Field Description WSEndpointReference
AddressingVersion. anonymousEpr
Represents the anonymous EPR.Methods in com.sun.xml.ws.api.addressing that return WSEndpointReference Modifier and Type Method Description static WSEndpointReference
WSEndpointReference. create(jakarta.xml.ws.EndpointReference epr)
Converts fromEndpointReference
.WSEndpointReference
WSEndpointReference. createWithAddress(String newAddress)
Creates a newWSEndpointReference
by replacing the address of this EPR to the new one.WSEndpointReference
WSEndpointReference. createWithAddress(URI newAddress)
WSEndpointReference
WSEndpointReference. createWithAddress(URL newAddress)
static WSEndpointReference
OneWayFeature. enableSslForEpr(WSEndpointReference epr, String sslHost, int sslPort)
Calculate a new EPR using an existing one and substituting SSL specific host and port values.WSEndpointReference
OneWayFeature. getFaultTo()
Getter for wsa:FaultTo headerWSEndpointReference
.WSEndpointReference
OneWayFeature. getFaultTo(boolean ssl)
WSEndpointReference
OneWayFeature. getFrom()
Getter for wsa:From headerWSEndpointReference
.WSEndpointReference
OneWayFeature. getReplyTo()
Getter for wsa:ReplyTo headerWSEndpointReference
.WSEndpointReference
OneWayFeature. getReplyTo(boolean ssl)
WSEndpointReference
OneWayFeature. getSslFaultTo()
WSEndpointReference
OneWayFeature. getSslReplyTo()
Methods in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference Modifier and Type Method Description static WSEndpointReference
OneWayFeature. enableSslForEpr(WSEndpointReference epr, String sslHost, int sslPort)
Calculate a new EPR using an existing one and substituting SSL specific host and port values.void
OneWayFeature. setFaultTo(WSEndpointReference address)
Setter for wsa:FaultTo headerWSEndpointReference
.void
OneWayFeature. setFrom(WSEndpointReference address)
Setter for wsa:From headerWSEndpointReference
.void
OneWayFeature. setReplyTo(WSEndpointReference address)
Setter for wsa:ReplyTo headerWSEndpointReference
.void
OneWayFeature. setSslFaultTo(WSEndpointReference sslFaultTo)
void
OneWayFeature. setSslReplyTo(WSEndpointReference sslReplyTo)
Constructors in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference Constructor Description OneWayFeature(boolean enabled, WSEndpointReference replyTo)
Create anOneWayFeature
OneWayFeature(boolean enabled, WSEndpointReference replyTo, WSEndpointReference from, String relatesTo)
Create anOneWayFeature
-
Uses of WSEndpointReference in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return WSEndpointReference Modifier and Type Method Description static WSEndpointReference
AddressingUtils. getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)
WSEndpointReference
HeaderList. getFaultTo(AddressingVersion av, SOAPVersion sv)
Returns the value of WS-AddressingFaultTo
header.static WSEndpointReference
AddressingUtils. getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)
WSEndpointReference
HeaderList. getReplyTo(AddressingVersion av, SOAPVersion sv)
Returns the value of WS-AddressingReplyTo
header.WSEndpointReference
Header. readAsEPR(AddressingVersion expected)
Reads this header as anWSEndpointReference
. -
Uses of WSEndpointReference in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSEndpointReference Modifier and Type Method Description WSEndpointReference
WSDLPort. getEPR()
Returns endpoint reference -
Uses of WSEndpointReference in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type WSEndpointReference Modifier and Type Method Description void
EditableWSDLPort. setEPR(WSEndpointReference epr)
Sets endpoint reference -
Uses of WSEndpointReference in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type WSEndpointReference Modifier and Type Method Description static jakarta.xml.ws.Dispatch<jakarta.activation.DataSource>
Stubs. createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)
Creates a newDispatch
stub forDataSource
.static jakarta.xml.ws.Dispatch<jakarta.activation.DataSource>
Stubs. createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
Deprecated.static <T> jakarta.xml.ws.Dispatch<T>
Stubs. createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)
Creates a newDispatch
stub that connects to the given pipe.static <T> jakarta.xml.ws.Dispatch<T>
Stubs. createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
Creates a newDispatch
stub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Object>
Stubs. createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)
Creates a new JAXB-basedDispatch
stub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Object>
Stubs. createJAXBDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
Deprecated.static jakarta.xml.ws.Dispatch<Message>
Stubs. createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)
Creates a newMessage
-basedDispatch
stub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Message>
Stubs. createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
Deprecated.static jakarta.xml.ws.Dispatch<Packet>
Stubs. createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)
Creates a newMessage
-basedDispatch
stub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Packet>
Stubs. createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
Creates a newPacket
-basedDispatch
stub that connects to the given pipe.<T> T
Stubs. createPortProxy(WSPortInfo portInfo, WSBinding binding, SEIModel model, Class<T> portInterface, WSEndpointReference epr)
Creates a new strongly-typed proxy object that implements a given port interface.<T> T
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 jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>
Stubs. createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)
Creates a newDispatch
stub forSOAPMessage
.static jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>
Stubs. createSAAJDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
Deprecated.static jakarta.xml.ws.Dispatch<Source>
Stubs. createSourceDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)
Creates a newDispatch
stub forSource
.static jakarta.xml.ws.Dispatch<Source>
Stubs. createSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr)
Deprecated. -
Uses of WSEndpointReference in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as WSEndpointReference Modifier and Type Field Description protected WSEndpointReference
Stub. endpointReference
Non-null if this stub is configured to talk to an EPR.Methods in com.sun.xml.ws.client that return WSEndpointReference Modifier and Type Method Description WSEndpointReference
Stub. getWSEndpointReference()
Methods in com.sun.xml.ws.client with parameters of type WSEndpointReference Modifier and Type Method Description protected jakarta.xml.ws.Dispatch<Object>
WSServiceDelegate. createDispatch(QName portName, WSEndpointReference wsepr, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, WebServiceFeatureList features)
jakarta.xml.ws.Dispatch<Object>
WSServiceDelegate. createDispatch(QName portName, WSEndpointReference wsepr, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, jakarta.xml.ws.WebServiceFeature... features)
<T> jakarta.xml.ws.Dispatch<T>
WSServiceDelegate. createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, jakarta.xml.ws.Service.Mode mode, WebServiceFeatureList features)
<T> jakarta.xml.ws.Dispatch<T>
WSServiceDelegate. createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, jakarta.xml.ws.Service.Mode mode, jakarta.xml.ws.WebServiceFeature... features)
<T> T
WSServiceDelegate. getPort(WSEndpointReference wsepr, Class<T> portInterface, jakarta.xml.ws.WebServiceFeature... features)
protected <T> T
WSServiceDelegate. getPort(WSEndpointReference wsepr, QName portName, Class<T> portInterface, WebServiceFeatureList features)
protected InvocationHandler
WSServiceDelegate. getStubHandler(BindingImpl binding, SEIPortInfo eif, WSEndpointReference epr)
Constructors in com.sun.xml.ws.client with parameters of type WSEndpointReference Constructor Description Stub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
Stub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
Stub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
Deprecated.Stub(QName portname, WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
Deprecated. -
Uses of WSEndpointReference in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch with parameters of type WSEndpointReference Modifier and Type Method Description static jakarta.xml.ws.Dispatch<Source>
DispatchImpl. createSourceDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
static jakarta.xml.ws.Dispatch<Source>
DispatchImpl. createSourceDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
Deprecated.Constructors in com.sun.xml.ws.client.dispatch with parameters of type WSEndpointReference Constructor Description DataSourceDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
DataSourceDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
Deprecated.DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg)
DispatchImpl(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
Deprecated.JAXBDispatch(WSPortInfo portInfo, jakarta.xml.bind.JAXBContext jc, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
JAXBDispatch(QName port, jakarta.xml.bind.JAXBContext jc, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
Deprecated.MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
Deprecated.PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr)
PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
Deprecated.SOAPMessageDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
SOAPMessageDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
Deprecated. -
Uses of WSEndpointReference in com.sun.xml.ws.client.sei
Constructors in com.sun.xml.ws.client.sei with parameters of type WSEndpointReference Constructor Description SEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr)
SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr)
Deprecated. -
Uses of WSEndpointReference in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer that return WSEndpointReference Modifier and Type Method Description WSEndpointReference
WSBindingProvider. getWSEndpointReference()
Similar to {link BindingProvider#getEndpointReference(}, but returns WSEndpointReference that has more convenience methods -
Uses of WSEndpointReference in com.sun.xml.ws.message
Methods in com.sun.xml.ws.message that return WSEndpointReference Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description WSEndpointReference
WSDLPortImpl. getEPR()
Methods in com.sun.xml.ws.model.wsdl with parameters of type WSEndpointReference Modifier and Type Method Description void
WSDLPortImpl. setEPR(WSEndpointReference epr)
Only meant forRuntimeWSDLParser
to call. -
Uses of WSEndpointReference in com.sun.xml.ws.rx.mc.dev
Methods in com.sun.xml.ws.rx.mc.dev that return WSEndpointReference Modifier and Type Method Description WSEndpointReference
WsmcRuntimeProvider. getWsmcAnonymousEndpointReference()
Provides the current endpoint's WS-MC annonymous URI -
Uses of WSEndpointReference in com.sun.xml.ws.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime that return WSEndpointReference Modifier and Type Method Description WSEndpointReference
McClientTube. getWsmcAnonymousEndpointReference()
-
Uses of WSEndpointReference in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message that return WSEndpointReference Modifier and Type Method Description WSEndpointReference
Header. readAsEPR(AddressingVersion expected)
WSEndpointReference
HeaderWrapper. readAsEPR(AddressingVersion expected)
WSEndpointReference
SecurityHeaderWrapper. readAsEPR(AddressingVersion expected)
-