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 Messageand 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 Pipeand related abstractions.com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStuband 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 Messageimplementations.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 WSEndpointReferenceWsaPropertyBag. getFaultToFromRequest()WSEndpointReferenceWsaPropertyBag. getFrom()Gets thewsa:Fromheader.WSEndpointReferenceWsaPropertyBag. getReplyToFromRequest()WSEndpointReferenceWsaPropertyBag. getToAsReference()Gets thewsa:Toheader.Methods in com.sun.xml.ws.addressing with parameters of type WSEndpointReference Modifier and Type Method Description protected voidW3CWsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)protected voidWsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)voidWsaPropertyBag. setFaultToFromRequest(WSEndpointReference ref)voidWsaPropertyBag. 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> TWSService. 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 WSEndpointReferenceAddressingVersion. anonymousEprRepresents the anonymous EPR.Methods in com.sun.xml.ws.api.addressing that return WSEndpointReference Modifier and Type Method Description static WSEndpointReferenceWSEndpointReference. create(jakarta.xml.ws.EndpointReference epr)Converts fromEndpointReference.WSEndpointReferenceWSEndpointReference. createWithAddress(String newAddress)Creates a newWSEndpointReferenceby replacing the address of this EPR to the new one.WSEndpointReferenceWSEndpointReference. createWithAddress(URI newAddress)WSEndpointReferenceWSEndpointReference. createWithAddress(URL newAddress)static WSEndpointReferenceOneWayFeature. enableSslForEpr(WSEndpointReference epr, String sslHost, int sslPort)Calculate a new EPR using an existing one and substituting SSL specific host and port values.WSEndpointReferenceOneWayFeature. getFaultTo()Getter for wsa:FaultTo headerWSEndpointReference.WSEndpointReferenceOneWayFeature. getFaultTo(boolean ssl)WSEndpointReferenceOneWayFeature. getFrom()Getter for wsa:From headerWSEndpointReference.WSEndpointReferenceOneWayFeature. getReplyTo()Getter for wsa:ReplyTo headerWSEndpointReference.WSEndpointReferenceOneWayFeature. getReplyTo(boolean ssl)WSEndpointReferenceOneWayFeature. getSslFaultTo()WSEndpointReferenceOneWayFeature. getSslReplyTo()Methods in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference Modifier and Type Method Description static WSEndpointReferenceOneWayFeature. enableSslForEpr(WSEndpointReference epr, String sslHost, int sslPort)Calculate a new EPR using an existing one and substituting SSL specific host and port values.voidOneWayFeature. setFaultTo(WSEndpointReference address)Setter for wsa:FaultTo headerWSEndpointReference.voidOneWayFeature. setFrom(WSEndpointReference address)Setter for wsa:From headerWSEndpointReference.voidOneWayFeature. setReplyTo(WSEndpointReference address)Setter for wsa:ReplyTo headerWSEndpointReference.voidOneWayFeature. setSslFaultTo(WSEndpointReference sslFaultTo)voidOneWayFeature. setSslReplyTo(WSEndpointReference sslReplyTo)Constructors in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference Constructor Description OneWayFeature(boolean enabled, WSEndpointReference replyTo)Create anOneWayFeatureOneWayFeature(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 WSEndpointReferenceAddressingUtils. getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)WSEndpointReferenceHeaderList. getFaultTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingFaultToheader.static WSEndpointReferenceAddressingUtils. getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)WSEndpointReferenceHeaderList. getReplyTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingReplyToheader.WSEndpointReferenceHeader. 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 WSEndpointReferenceWSDLPort. 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 voidEditableWSDLPort. 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 newDispatchstub 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 newDispatchstub 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 newDispatchstub 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-basedDispatchstub 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-basedDispatchstub 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-basedDispatchstub 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-basedDispatchstub that connects to the given pipe.<T> TStubs. 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> TStubs. 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 newDispatchstub 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 newDispatchstub 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 WSEndpointReferenceStub. endpointReferenceNon-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 WSEndpointReferenceStub. 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> TWSServiceDelegate. getPort(WSEndpointReference wsepr, Class<T> portInterface, jakarta.xml.ws.WebServiceFeature... features)protected <T> TWSServiceDelegate. getPort(WSEndpointReference wsepr, QName portName, Class<T> portInterface, WebServiceFeatureList features)protected InvocationHandlerWSServiceDelegate. 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 WSEndpointReferenceWSBindingProvider. 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 WSEndpointReferenceAbstractHeaderImpl. 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 WSEndpointReferenceStreamHeader. 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 WSEndpointReferenceWSDLPortImpl. getEPR()Methods in com.sun.xml.ws.model.wsdl with parameters of type WSEndpointReference Modifier and Type Method Description voidWSDLPortImpl. setEPR(WSEndpointReference epr)Only meant forRuntimeWSDLParserto 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 WSEndpointReferenceWsmcRuntimeProvider. 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 WSEndpointReferenceMcClientTube. 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 WSEndpointReferenceHeader. readAsEPR(AddressingVersion expected)WSEndpointReferenceHeaderWrapper. readAsEPR(AddressingVersion expected)WSEndpointReferenceSecurityHeaderWrapper. readAsEPR(AddressingVersion expected)
-