Uses of Class
com.sun.xml.ws.api.addressing.WSEndpointReference
Packages that use WSEndpointReference
Package
Description
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
Message implementations.-
Uses of WSEndpointReference in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing that return WSEndpointReferenceModifier and TypeMethodDescriptionWsaPropertyBag.getFaultToFromRequest()WsaPropertyBag.getFrom()Gets thewsa:Fromheader.WsaPropertyBag.getReplyToFromRequest()WsaPropertyBag.getToAsReference()Gets thewsa:Toheader.Methods in com.sun.xml.ws.addressing with parameters of type WSEndpointReferenceModifier and TypeMethodDescriptionprotected 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 WSEndpointReferenceModifier and TypeMethodDescriptionabstract 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 WSEndpointReferenceModifier and TypeFieldDescriptionfinal WSEndpointReferenceAddressingVersion.anonymousEprRepresents the anonymous EPR.Methods in com.sun.xml.ws.api.addressing that return WSEndpointReferenceModifier and TypeMethodDescriptionstatic WSEndpointReferenceWSEndpointReference.create(jakarta.xml.ws.EndpointReference epr) Converts fromEndpointReference.WSEndpointReference.createWithAddress(String newAddress) Creates a newWSEndpointReferenceby replacing the address of this EPR to the new one.WSEndpointReference.createWithAddress(URI newAddress) WSEndpointReference.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.OneWayFeature.getFaultTo()Getter for wsa:FaultTo headerWSEndpointReference.OneWayFeature.getFaultTo(boolean ssl) OneWayFeature.getFrom()Getter for wsa:From headerWSEndpointReference.OneWayFeature.getReplyTo()Getter for wsa:ReplyTo headerWSEndpointReference.OneWayFeature.getReplyTo(boolean ssl) OneWayFeature.getSslFaultTo()OneWayFeature.getSslReplyTo()Methods in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReferenceModifier and TypeMethodDescriptionstatic 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 WSEndpointReferenceModifierConstructorDescriptionOneWayFeature(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 WSEndpointReferenceModifier and TypeMethodDescriptionstatic WSEndpointReferenceAddressingUtils.getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getFaultTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingFaultToheader.static WSEndpointReferenceAddressingUtils.getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getReplyTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingReplyToheader.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 -
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 WSEndpointReferenceModifier and TypeMethodDescriptionvoidEditableWSDLPort.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 WSEndpointReferenceModifier and TypeMethodDescriptionstatic 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 WSEndpointReferenceModifier and TypeFieldDescriptionprotected WSEndpointReferenceStub.endpointReferenceNon-null if this stub is configured to talk to an EPR.Methods in com.sun.xml.ws.client that return WSEndpointReferenceMethods in com.sun.xml.ws.client with parameters of type WSEndpointReferenceModifier and TypeMethodDescriptionprotected 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 WSEndpointReferenceModifierConstructorDescriptionprotectedStub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) Deprecated.protectedStub(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 WSEndpointReferenceModifier and TypeMethodDescriptionstatic 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 WSEndpointReferenceModifierConstructorDescriptionDataSourceDispatch(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.protectedDispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr) protectedDispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(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 WSEndpointReferenceModifierConstructorDescriptionSEIStub(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 WSEndpointReferenceModifier and TypeMethodDescriptionWSBindingProvider.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 WSEndpointReferenceModifier and TypeMethodDescriptionAbstractHeaderImpl.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 WSEndpointReferenceModifier and TypeMethodDescriptionStreamHeader.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 WSEndpointReferenceMethods in com.sun.xml.ws.model.wsdl with parameters of type WSEndpointReferenceModifier and TypeMethodDescriptionvoidWSDLPortImpl.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 WSEndpointReferenceModifier and TypeMethodDescriptionWsmcRuntimeProvider.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 WSEndpointReferenceModifier and TypeMethodDescriptionfinal 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 WSEndpointReferenceModifier and TypeMethodDescriptionHeader.readAsEPR(AddressingVersion expected) HeaderWrapper.readAsEPR(AddressingVersion expected) SecurityHeaderWrapper.readAsEPR(AddressingVersion expected)