Uses of Class
com.sun.xml.ws.api.addressing.WSEndpointReference

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.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 Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
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
 WSEndpointReference WsaPropertyBag.getFaultToFromRequest()
           
 WSEndpointReference WsaPropertyBag.getFrom()
          Gets the wsa:From header.
 WSEndpointReference WsaPropertyBag.getReplyToFromRequest()
           
 WSEndpointReference WsaPropertyBag.getToAsReference()
          Gets the wsa:To header.
 

Methods in com.sun.xml.ws.addressing with parameters of type WSEndpointReference
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
abstract
<T> Dispatch<T>
WSService.createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features)
          Works like ServiceDelegate.createDispatch(javax.xml.ws.EndpointReference, java.lang.Class, javax.xml.ws.Service.Mode, javax.xml.ws.WebServiceFeature[]) but it takes the port name separately, so that EPR without embedded metadata can be used.
abstract  Dispatch<Object> WSService.createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features)
          Works like ServiceDelegate.createDispatch(javax.xml.ws.EndpointReference, javax.xml.bind.JAXBContext, javax.xml.ws.Service.Mode, javax.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, 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(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)
           
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 header WSEndpointReference.
 WSEndpointReference OneWayFeature.getFaultTo(boolean ssl)
           
 WSEndpointReference OneWayFeature.getFrom()
          Getter for wsa:From header WSEndpointReference.
 WSEndpointReference OneWayFeature.getReplyTo()
          Getter for wsa:ReplyTo header WSEndpointReference .
 WSEndpointReference OneWayFeature.getReplyTo(boolean ssl)
           
 WSEndpointReference OneWayFeature.getSslFaultTo()
           
 WSEndpointReference OneWayFeature.getSslReplyTo()
           
 

Methods in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference
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 header WSEndpointReference.
 void OneWayFeature.setFrom(WSEndpointReference address)
          Setter for wsa:From header WSEndpointReference.
 void OneWayFeature.setReplyTo(WSEndpointReference address)
          Setter for wsa:ReplyTo header WSEndpointReference.
 void OneWayFeature.setSslFaultTo(WSEndpointReference sslFaultTo)
           
 void OneWayFeature.setSslReplyTo(WSEndpointReference sslReplyTo)
           
 

Constructors in com.sun.xml.ws.api.addressing with parameters of type WSEndpointReference
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.
static WSEndpointReference AddressingUtils.getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)
           
 WSEndpointReference HeaderList.getReplyTo(AddressingVersion av, SOAPVersion sv)
          Returns the value of WS-Addressing ReplyTo header.
static WSEndpointReference AddressingUtils.getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)
           
 WSEndpointReference Header.readAsEPR(AddressingVersion expected)
          Reads this header as an WSEndpointReference.
 

Uses of WSEndpointReference in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSEndpointReference
 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
 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
static Dispatch<DataSource> Stubs.createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<DataSource> Stubs.createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub for DataSource.
static
<T> Dispatch<T>
Stubs.createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, Tube next, WSEndpointReference epr)
          Creates a new Dispatch stub that connects to the given pipe.
static
<T> Dispatch<T>
Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub 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<Object> Stubs.createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, WSEndpointReference epr)
          Creates a new JAXB-based Dispatch stub that connects to the given pipe.
static Dispatch<Message> Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<Message> Stubs.createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)
          Creates a new Message-based Dispatch stub that connects to the given pipe.
static Dispatch<Packet> Stubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Creates a new Packet-based Dispatch stub that connects to the given pipe.
static Dispatch<Packet> Stubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)
          Creates a new Message-based Dispatch 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 Dispatch<SOAPMessage> Stubs.createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<SOAPMessage> Stubs.createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub for SOAPMessage.
static Dispatch<Source> Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)
          Deprecated. 
static Dispatch<Source> Stubs.createSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, 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 that return WSEndpointReference
 WSEndpointReference Stub.getWSEndpointReference()
           
 

Methods in com.sun.xml.ws.client with parameters of type WSEndpointReference
<T> Dispatch<T>
WSServiceDelegate.createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features)
           
<T> Dispatch<T>
WSServiceDelegate.createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeatureList features)
           
 Dispatch<Object> WSServiceDelegate.createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features)
           
protected  Dispatch<Object> WSServiceDelegate.createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeatureList features)
           
<T> T
WSServiceDelegate.getPort(WSEndpointReference wsepr, Class<T> portInterface, 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
Stub(QName portname, WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
          Deprecated. 
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. 
 

Uses of WSEndpointReference in com.sun.xml.ws.client.dispatch
 

Methods in com.sun.xml.ws.client.dispatch with parameters of type WSEndpointReference
static Dispatch<Source> DispatchImpl.createSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
static Dispatch<Source> DispatchImpl.createSourceDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
 

Constructors in com.sun.xml.ws.client.dispatch with parameters of type WSEndpointReference
DataSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
DataSourceDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
DispatchImpl(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
JAXBDispatch(QName port, JAXBContext jc, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
JAXBDispatch(WSPortInfo portInfo, JAXBContext jc, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
SOAPMessageDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, 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(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
 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
 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.
 

Uses of WSEndpointReference in com.sun.xml.ws.rx.mc.dev
 

Methods in com.sun.xml.ws.rx.mc.dev that return WSEndpointReference
 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
 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
 WSEndpointReference Header.readAsEPR(AddressingVersion expected)
           
 WSEndpointReference HeaderWrapper.readAsEPR(AddressingVersion expected)
           
 WSEndpointReference SecurityHeaderWrapper.readAsEPR(AddressingVersion expected)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.