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.pipe Pipeand related abstractions.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.stream -
-
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
-
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(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.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type WSEndpointReference Modifier and Type Method Description static Dispatch<DataSource>Stubs. createDataSourceDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forDataSource.static Dispatch<DataSource>Stubs. createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static <T> Dispatch<T>Stubs. createDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.static <T> Dispatch<T>Stubs. createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, Tube next, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.static Dispatch<Object>Stubs. createJAXBDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, WSEndpointReference epr)Creates a new JAXB-basedDispatchstub that connects to the given pipe.static Dispatch<Object>Stubs. createJAXBDispatch(QName portName, WSService owner, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static Dispatch<Message>Stubs. createMessageDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)static Dispatch<Message>Stubs. createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)Deprecated.static Dispatch<Packet>Stubs. createPacketDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)static Dispatch<Packet>Stubs. createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)<T> TStubs. createPortProxy(com.sun.xml.ws.api.client.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 Dispatch<SOAPMessage>Stubs. createSAAJDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forSOAPMessage.static Dispatch<SOAPMessage>Stubs. createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static Dispatch<Source>Stubs. createSourceDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)static Dispatch<Source>Stubs. createSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, 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.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.
-