Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
org.apache.cxf.binding.corba   
org.apache.cxf.binding.soap   
org.apache.cxf.bus.managers   
org.apache.cxf.endpoint   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.spi   
org.apache.cxf.service.model   
org.apache.cxf.transport   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.uri   
org.apache.cxf.transport.local   
org.apache.cxf.transport.udp   
org.apache.cxf.transport.websocket   
org.apache.cxf.transport.websocket.ahc   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.soap   
org.apache.cxf.ws.eventing   
org.apache.cxf.ws.eventing.backend.database   
org.apache.cxf.ws.eventing.backend.manager   
org.apache.cxf.ws.eventing.shared.utils   
org.apache.cxf.ws.policy.attachment.external   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.v200502wsa15   
org.apache.cxf.ws.rm.v200702   
org.apache.cxf.ws.security.sts.provider.model   
org.apache.cxf.ws.security.trust   
org.apache.cxf.wsdl   
 

Uses of EndpointReferenceType in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba that return EndpointReferenceType
 EndpointReferenceType CorbaDestination.getAddress()
           
 EndpointReferenceType CorbaDestination.getAddressWithId(String id)
           
 EndpointReferenceType CorbaConduit.getTarget()
           
 EndpointReferenceType CorbaServerConduit.getTarget()
           
 EndpointReferenceType CorbaConduit.getTargetReference(EndpointReferenceType t)
           
 EndpointReferenceType CorbaServerConduit.getTargetReference(EndpointReferenceType t)
           
 

Methods in org.apache.cxf.binding.corba with parameters of type EndpointReferenceType
 Conduit CorbaBindingFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
           
 EndpointReferenceType CorbaConduit.getTargetReference(EndpointReferenceType t)
           
 EndpointReferenceType CorbaServerConduit.getTargetReference(EndpointReferenceType t)
           
 

Constructors in org.apache.cxf.binding.corba with parameters of type EndpointReferenceType
CorbaConduit(EndpointInfo ei, EndpointReferenceType ref, OrbConfig config)
           
CorbaServerConduit(EndpointInfo ei, EndpointReferenceType ref, Object targetObj, ORB o, OrbConfig config, CorbaTypeMap map)
           
 

Uses of EndpointReferenceType in org.apache.cxf.binding.soap
 

Methods in org.apache.cxf.binding.soap with parameters of type EndpointReferenceType
 Conduit SoapTransportFactory.getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus)
           
 

Uses of EndpointReferenceType in org.apache.cxf.bus.managers
 

Methods in org.apache.cxf.bus.managers that return EndpointReferenceType
 EndpointReferenceType EndpointResolverRegistryImpl.mint(EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given physical EPR.
 EndpointReferenceType EndpointResolverRegistryImpl.mint(QName serviceName)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.
 EndpointReferenceType EndpointResolverRegistryImpl.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
 EndpointReferenceType EndpointResolverRegistryImpl.resolve(EndpointReferenceType logical)
          Walk the list of registered EndpointResolvers, so as to retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
 

Methods in org.apache.cxf.bus.managers with parameters of type EndpointReferenceType
 EndpointReferenceType EndpointResolverRegistryImpl.mint(EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given physical EPR.
 EndpointReferenceType EndpointResolverRegistryImpl.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
 EndpointReferenceType EndpointResolverRegistryImpl.resolve(EndpointReferenceType logical)
          Walk the list of registered EndpointResolvers, so as to retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
 

Uses of EndpointReferenceType in org.apache.cxf.endpoint
 

Fields in org.apache.cxf.endpoint declared as EndpointReferenceType
protected  EndpointReferenceType AbstractEndpointFactory.endpointReference
           
 

Methods in org.apache.cxf.endpoint that return EndpointReferenceType
 EndpointReferenceType EndpointResolver.mint(EndpointReferenceType physical)
          Mint a new abstract EPR for a given concrete EPR
 EndpointReferenceType EndpointResolverRegistry.mint(EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical EPR.
 EndpointReferenceType EndpointResolver.mint(QName serviceName)
          Mint a new abstract EPR for a given service name.
 EndpointReferenceType EndpointResolverRegistry.mint(QName serviceName)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.
 EndpointReferenceType EndpointResolver.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          Force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
 EndpointReferenceType EndpointResolverRegistry.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
 EndpointReferenceType EndpointResolver.resolve(EndpointReferenceType logical)
          Retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
 EndpointReferenceType EndpointResolverRegistry.resolve(EndpointReferenceType logical)
          Walk the list of registered EndpointResolvers, so as to retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
 

Methods in org.apache.cxf.endpoint with parameters of type EndpointReferenceType
 EndpointReferenceType EndpointResolver.mint(EndpointReferenceType physical)
          Mint a new abstract EPR for a given concrete EPR
 EndpointReferenceType EndpointResolverRegistry.mint(EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical EPR.
 EndpointReferenceType EndpointResolver.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          Force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
 EndpointReferenceType EndpointResolverRegistry.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
 EndpointReferenceType EndpointResolver.resolve(EndpointReferenceType logical)
          Retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
 EndpointReferenceType EndpointResolverRegistry.resolve(EndpointReferenceType logical)
          Walk the list of registered EndpointResolvers, so as to retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
 void AbstractEndpointFactory.setEndpointReference(EndpointReferenceType epr)
           
 

Uses of EndpointReferenceType in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws with parameters of type EndpointReferenceType
protected
<T> T
ServiceImpl.createPort(QName portName, EndpointReferenceType epr, Class<T> serviceEndpointInterface)
           
protected
<T> T
ServiceImpl.createPort(QName portName, EndpointReferenceType epr, Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
<T> T
ServiceImpl.getPort(EndpointReferenceType endpointReference, Class<T> type)
           
<T> T
ServiceImpl.getPort(EndpointReferenceType endpointReference, Class<T> type, WebServiceFeature... features)
           
 

Uses of EndpointReferenceType in org.apache.cxf.jaxws.spi
 

Methods in org.apache.cxf.jaxws.spi that return EndpointReferenceType
static EndpointReferenceType ProviderImpl.convertToInternal(EndpointReference external)
          Convert from EndpointReference to CXF internal 2005/08 EndpointReferenceType
 

Uses of EndpointReferenceType in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return EndpointReferenceType
 EndpointReferenceType EndpointInfo.getTarget()
           
 

Methods in org.apache.cxf.service.model with parameters of type EndpointReferenceType
 void EndpointInfo.setAddress(EndpointReferenceType endpointReference)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport
 

Fields in org.apache.cxf.transport declared as EndpointReferenceType
protected  EndpointReferenceType AbstractDestination.reference
           
protected  EndpointReferenceType AbstractConduit.target
           
 

Methods in org.apache.cxf.transport that return EndpointReferenceType
 EndpointReferenceType AbstractDestination.getAddress()
           
 EndpointReferenceType Destination.getAddress()
           
 EndpointReferenceType AbstractMultiplexDestination.getAddressWithId(String id)
          Builds an new endpoint reference using the current target reference as a template.
 EndpointReferenceType MultiplexDestination.getAddressWithId(String id)
           
 EndpointReferenceType AbstractConduit.getTarget()
           
 EndpointReferenceType Conduit.getTarget()
           
protected static EndpointReferenceType AbstractObservable.getTargetReference(EndpointInfo ei, Bus bus)
          Get the target reference .
protected static EndpointReferenceType AbstractObservable.getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus)
          Get the target endpoint reference.
 

Methods in org.apache.cxf.transport with parameters of type EndpointReferenceType
 Conduit ConduitInitiator.getConduit(EndpointInfo localInfo, EndpointReferenceType target, Bus bus)
          Initiate an outbound Conduit.
protected static EndpointReferenceType AbstractObservable.getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus)
          Get the target endpoint reference.
 

Constructors in org.apache.cxf.transport with parameters of type EndpointReferenceType
AbstractConduit(EndpointReferenceType t)
           
AbstractDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
AbstractDestination(EndpointReferenceType ref, EndpointInfo ei)
           
AbstractMultiplexDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http that return EndpointReferenceType
 EndpointReferenceType AbstractHTTPDestination.getAddressWithId(String id)
           
 

Methods in org.apache.cxf.transport.http with parameters of type EndpointReferenceType
 HTTPConduit HTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, EndpointReferenceType target)
           
 Conduit HTTPTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
          This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.
 

Constructors in org.apache.cxf.transport.http with parameters of type EndpointReferenceType
HTTPConduit(Bus b, EndpointInfo ei, EndpointReferenceType t)
          Constructor
URLConnectionHTTPConduit(Bus b, EndpointInfo ei, EndpointReferenceType t)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport.http.asyncclient
 

Methods in org.apache.cxf.transport.http.asyncclient with parameters of type EndpointReferenceType
 HTTPConduit AsyncHTTPConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 HTTPConduit AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 Conduit AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
           
 

Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type EndpointReferenceType
AsyncHTTPConduit(Bus b, EndpointInfo ei, EndpointReferenceType t, AsyncHTTPConduitFactory factory)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport.http.netty.client
 

Methods in org.apache.cxf.transport.http.netty.client with parameters of type EndpointReferenceType
 HTTPConduit NettyHttpConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 HTTPConduit NettyHttpConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 Conduit NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
           
 

Constructors in org.apache.cxf.transport.http.netty.client with parameters of type EndpointReferenceType
NettyHttpConduit(Bus b, EndpointInfo ei, EndpointReferenceType t, NettyHttpConduitFactory conduitFactory)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport.jms
 

Methods in org.apache.cxf.transport.jms with parameters of type EndpointReferenceType
static JMSConfiguration JMSConfigFactory.createFromEndpointInfo(Bus bus, EndpointInfo endpointInfo, EndpointReferenceType target)
           
 Conduit JMSTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
          Initiate an outbound Conduit.
 

Constructors in org.apache.cxf.transport.jms with parameters of type EndpointReferenceType
JMSConduit(EndpointReferenceType target, JMSConfiguration jmsConfig, Bus b)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport.jms.uri
 

Constructors in org.apache.cxf.transport.jms.uri with parameters of type EndpointReferenceType
JMSEndpoint(EndpointInfo endpointInfo, EndpointReferenceType target)
          Get the extensors from the wsdl and/or configuration that will then be used to configure the JMSConfiguration object
 

Uses of EndpointReferenceType in org.apache.cxf.transport.local
 

Methods in org.apache.cxf.transport.local with parameters of type EndpointReferenceType
 Conduit LocalTransportFactory.getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus)
           
protected  Destination LocalTransportFactory.getDestination(EndpointInfo ei, EndpointReferenceType reference, Bus bus)
           
 

Constructors in org.apache.cxf.transport.local with parameters of type EndpointReferenceType
LocalDestination(LocalTransportFactory localDestinationFactory, EndpointReferenceType epr, EndpointInfo ei, Bus bus)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport.udp
 

Methods in org.apache.cxf.transport.udp with parameters of type EndpointReferenceType
 Conduit UDPTransportFactory.getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus)
           
protected  Destination UDPTransportFactory.getDestination(EndpointInfo ei, EndpointReferenceType reference, Bus bus)
           
 

Constructors in org.apache.cxf.transport.udp with parameters of type EndpointReferenceType
UDPConduit(EndpointReferenceType t, Bus bus)
           
UDPDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
 

Uses of EndpointReferenceType in org.apache.cxf.transport.websocket
 

Methods in org.apache.cxf.transport.websocket with parameters of type EndpointReferenceType
 Conduit WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
          Initiate an outbound Conduit.
 

Uses of EndpointReferenceType in org.apache.cxf.transport.websocket.ahc
 

Constructors in org.apache.cxf.transport.websocket.ahc with parameters of type EndpointReferenceType
AhcWebSocketConduit(Bus b, EndpointInfo ei, EndpointReferenceType t)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing that return EndpointReferenceType
static EndpointReferenceType VersionTransformer.convert(EndpointReferenceType exposed)
          Convert from 2004/08 EndpointReferenceType to 2005/08 EndpointReferenceType.
static EndpointReferenceType VersionTransformer.convert(EndpointReferenceType exposed)
          Convert from 2004/03 EndpointReferenceType to 2005/08 EndpointReferenceType.
static EndpointReferenceType VersionTransformer.convertToNative(Object exposed)
          Converts a version specific EndpointReferenceType to the native version used internally by CXF
 EndpointReferenceType ObjectFactory.createEndpointReferenceType()
          Create an instance of EndpointReferenceType
static EndpointReferenceType EndpointReferenceUtils.duplicate(EndpointReferenceType ref)
          Create a duplicate endpoint reference sharing all atributes
static EndpointReferenceType EndpointReferenceUtils.getAnonymousEndpointReference()
          Create an anonymous endpoint reference.
static EndpointReferenceType EndpointReferenceUtils.getEndpointReference(AttributedURIType address)
           
static EndpointReferenceType EndpointReferenceUtils.getEndpointReference(String address)
          Create an endpoint reference for the provided address.
static EndpointReferenceType EndpointReferenceUtils.getEndpointReference(URL wsdlUrl, QName serviceName, String portName)
          Create an endpoint reference for the provided wsdl, service and portname.
static EndpointReferenceType EndpointReferenceUtils.getEndpointReferenceWithId(QName serviceQName, String portName, String id, Bus bus)
          Obtain a multiplexed endpoint reference for the deployed service that contains the provided id
 EndpointReferenceType AddressingProperties.getFaultTo()
          Accessor for the FaultTo property.
 EndpointReferenceType AddressingProperties.getFrom()
          Accessor for the From property.
static EndpointReferenceType ContextUtils.getNoneEndpointReference()
           
 EndpointReferenceType AddressingProperties.getReplyTo()
          Accessor for the ReplyTo property.
 EndpointReferenceType AddressingProperties.getToEndpointReference()
           
static EndpointReferenceType EndpointReferenceUtils.mint(EndpointReferenceType physical, Bus bus)
          Mint logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.mint(QName serviceName, Bus bus)
          Mint logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType VersionTransformer.parseEndpointReference(Element ref)
          Parse an EndpointReferenceType from a DOM element.
static EndpointReferenceType EndpointReferenceUtils.renew(EndpointReferenceType logical, EndpointReferenceType physical, Bus bus)
          Renew logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.resolve(EndpointReferenceType logical, Bus bus)
          Resolve logical endpoint reference via the Bus EndpointResolverRegistry.
 

Methods in org.apache.cxf.ws.addressing that return types with arguments of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.addressing with parameters of type EndpointReferenceType
static void ContextUtils.applyReferenceParam(EndpointReferenceType toEpr, Object el)
           
static EndpointReferenceType VersionTransformer.convert(EndpointReferenceType internal)
          Convert from 2005/08 EndpointReferenceType to 2004/08 EndpointReferenceType.
static EndpointReferenceType VersionTransformer.convertTo200403(EndpointReferenceType internal)
          Convert from 2005/08 EndpointReferenceType to 2004/03 EndpointReferenceType.
static Source EndpointReferenceUtils.convertToXML(EndpointReferenceType epr)
           
static Destination ContextUtils.createDecoupledDestination(Exchange exchange, EndpointReferenceType reference)
           
 JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
static EndpointReferenceType EndpointReferenceUtils.duplicate(EndpointReferenceType ref)
          Create a duplicate endpoint reference sharing all atributes
static String EndpointReferenceUtils.getAddress(EndpointReferenceType ref)
          Get the address from the provided endpoint reference.
static QName EndpointReferenceUtils.getInterfaceName(EndpointReferenceType ref, Bus bus)
           
static String EndpointReferenceUtils.getPortName(EndpointReferenceType ref)
          Gets the port name of the provided endpoint reference.
static QName EndpointReferenceUtils.getPortQName(EndpointReferenceType ref, Bus bus)
           
static QName EndpointReferenceUtils.getServiceName(EndpointReferenceType ref, Bus bus)
          Gets the service name of the provided endpoint reference.
static MetadataType EndpointReferenceUtils.getSetMetadata(EndpointReferenceType ref)
           
static String EndpointReferenceUtils.getWSDLLocation(EndpointReferenceType ref)
           
static boolean ContextUtils.isAnonymousAddress(EndpointReferenceType ref)
          Helper method to determine if an EPR address is anon (either null, anonymous).
static boolean ContextUtils.isGenericAddress(EndpointReferenceType ref)
          Helper method to determine if an EPR address is generic (either null, none or anonymous).
static boolean ContextUtils.isNoneAddress(EndpointReferenceType ref)
          Helper method to determine if an EPR address is none.
static EndpointReferenceType EndpointReferenceUtils.mint(EndpointReferenceType physical, Bus bus)
          Mint logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.renew(EndpointReferenceType logical, EndpointReferenceType physical, Bus bus)
          Renew logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.resolve(EndpointReferenceType logical, Bus bus)
          Resolve logical endpoint reference via the Bus EndpointResolverRegistry.
static void EndpointReferenceUtils.setAddress(EndpointReferenceType ref, String address)
          Set the address of the provided endpoint reference.
 void AddressingProperties.setFaultTo(EndpointReferenceType ref)
          Mutator for the FaultTo property.
 void AddressingProperties.setFrom(EndpointReferenceType epr)
          Mutator for the From property.
static void EndpointReferenceUtils.setInterfaceName(EndpointReferenceType ref, QName portTypeName)
           
static void EndpointReferenceUtils.setMetadata(EndpointReferenceType ref, List<Source> metadata)
          Sets the metadata on the provided endpoint reference.
static void EndpointReferenceUtils.setPortName(EndpointReferenceType ref, String portName)
           
 void AddressingProperties.setReplyTo(EndpointReferenceType ref)
          Mutator for the ReplyTo property.
static void EndpointReferenceUtils.setServiceAndPortName(EndpointReferenceType ref, QName serviceName, String portName)
          Sets the service and port name of the provided endpoint reference.
 void AddressingProperties.setTo(EndpointReferenceType epr)
          Mutator for the To property.
static void EndpointReferenceUtils.setWSDLLocation(EndpointReferenceType ref, String... wsdlLocation)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.addressing.soap
 

Methods in org.apache.cxf.ws.addressing.soap with parameters of type EndpointReferenceType
protected  Destination DecoupledFaultHandler.createDecoupledDestination(Exchange exchange, EndpointReferenceType epr)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.eventing
 

Fields in org.apache.cxf.ws.eventing declared as EndpointReferenceType
protected  EndpointReferenceType Subscribe.endTo
           
protected  EndpointReferenceType SubscribeResponse.subscriptionManager
           
 

Methods in org.apache.cxf.ws.eventing that return EndpointReferenceType
 EndpointReferenceType Subscribe.getEndTo()
          Gets the value of the endTo property.
 EndpointReferenceType SubscribeResponse.getSubscriptionManager()
          Gets the value of the subscriptionManager property.
 

Methods in org.apache.cxf.ws.eventing that return types with arguments of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createNotifyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.eventing with parameters of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createNotifyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void Subscribe.setEndTo(EndpointReferenceType value)
          Sets the value of the endTo property.
 void SubscribeResponse.setSubscriptionManager(EndpointReferenceType value)
          Sets the value of the subscriptionManager property.
 

Uses of EndpointReferenceType in org.apache.cxf.ws.eventing.backend.database
 

Methods in org.apache.cxf.ws.eventing.backend.database that return EndpointReferenceType
 EndpointReferenceType SubscriptionTicket.getEndTo()
           
 

Methods in org.apache.cxf.ws.eventing.backend.database with parameters of type EndpointReferenceType
 void SubscriptionTicket.setEndTo(EndpointReferenceType endTo)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.eventing.backend.manager
 

Methods in org.apache.cxf.ws.eventing.backend.manager that return EndpointReferenceType
 EndpointReferenceType SubscriptionTicketGrantingResponse.getEndTo()
           
 EndpointReferenceType SubscriptionTicketGrantingResponse.getSubscriptionManagerReference()
           
 

Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type EndpointReferenceType
protected  void SubscriptionManagerImpl.processEndTo(EndpointReferenceType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
 void SubscriptionTicketGrantingResponse.setEndTo(EndpointReferenceType endTo)
           
 void SubscriptionTicketGrantingResponse.setSubscriptionManagerReference(EndpointReferenceType subscriptionManagerReference)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerImpl.subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerInterfaceForEventSources.subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.eventing.shared.utils
 

Methods in org.apache.cxf.ws.eventing.shared.utils with parameters of type EndpointReferenceType
static boolean EPRInspectionTool.containsUsableEPR(EndpointReferenceType ert)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.policy.attachment.external
 

Methods in org.apache.cxf.ws.policy.attachment.external that return EndpointReferenceType
 EndpointReferenceType EndpointReferenceDomainExpression.getEndpointReference()
           
 

Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type EndpointReferenceType
 void EndpointReferenceDomainExpression.setEndpointReference(EndpointReferenceType e)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return EndpointReferenceType
static EndpointReferenceType RMUtils.createAnonymousReference()
           
static EndpointReferenceType RMUtils.createNoneReference()
           
static EndpointReferenceType RMUtils.createReference(String address)
           
 EndpointReferenceType DestinationSequence.getAcksTo()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type EndpointReferenceType
protected  Client Proxy.createClient(Bus bus, Endpoint endpoint, ProtocolVariation protocol, Conduit conduit, EndpointReferenceType address)
           
 CreateSequenceResponseType Proxy.createSequence(EndpointReferenceType defaultAcksTo, RelatesToType relatesTo, boolean isServer, ProtocolVariation protocol, Exchange exchange, Map<String,Object> context)
           
 

Constructors in org.apache.cxf.ws.rm with parameters of type EndpointReferenceType
DestinationSequence(Identifier i, EndpointReferenceType a, Destination d, ProtocolVariation pv)
           
DestinationSequence(Identifier i, EndpointReferenceType a, long lmn, SequenceAcknowledgement ac, ProtocolVariation pv)
           
 

Uses of EndpointReferenceType in org.apache.cxf.ws.rm.v200502wsa15
 

Fields in org.apache.cxf.ws.rm.v200502wsa15 declared as EndpointReferenceType
protected  EndpointReferenceType AcceptType.acksTo
           
protected  EndpointReferenceType CreateSequenceType.acksTo
           
 

Methods in org.apache.cxf.ws.rm.v200502wsa15 that return EndpointReferenceType
 EndpointReferenceType AcceptType.getAcksTo()
          Gets the value of the acksTo property.
 EndpointReferenceType CreateSequenceType.getAcksTo()
          Gets the value of the acksTo property.
 

Methods in org.apache.cxf.ws.rm.v200502wsa15 that return types with arguments of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createAcksTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.rm.v200502wsa15 with parameters of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createAcksTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void AcceptType.setAcksTo(EndpointReferenceType value)
          Sets the value of the acksTo property.
 void CreateSequenceType.setAcksTo(EndpointReferenceType value)
          Sets the value of the acksTo property.
 

Uses of EndpointReferenceType in org.apache.cxf.ws.rm.v200702
 

Fields in org.apache.cxf.ws.rm.v200702 declared as EndpointReferenceType
protected  EndpointReferenceType AcceptType.acksTo
           
protected  EndpointReferenceType CreateSequenceType.acksTo
           
protected  EndpointReferenceType OfferType.endpoint
           
 

Methods in org.apache.cxf.ws.rm.v200702 that return EndpointReferenceType
 EndpointReferenceType AcceptType.getAcksTo()
          Gets the value of the acksTo property.
 EndpointReferenceType CreateSequenceType.getAcksTo()
          Gets the value of the acksTo property.
 EndpointReferenceType OfferType.getEndpoint()
          Gets the value of the endpoint property.
 

Methods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createAcksTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.rm.v200702 with parameters of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createAcksTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void AcceptType.setAcksTo(EndpointReferenceType value)
          Sets the value of the acksTo property.
 void CreateSequenceType.setAcksTo(EndpointReferenceType value)
          Sets the value of the acksTo property.
 void OfferType.setEndpoint(EndpointReferenceType value)
          Sets the value of the endpoint property.
 

Uses of EndpointReferenceType in org.apache.cxf.ws.security.sts.provider.model
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createIssuer(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type EndpointReferenceType
 JAXBElement<EndpointReferenceType> ObjectFactory.createIssuer(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Uses of EndpointReferenceType in org.apache.cxf.ws.security.trust
 

Methods in org.apache.cxf.ws.security.trust with parameters of type EndpointReferenceType
 void AbstractSTSClient.configureViaEPR(EndpointReferenceType ref, boolean useEPRWSAAddrAsMEXLocation)
           
protected  String AbstractSTSClient.findMEXLocation(EndpointReferenceType ref, boolean useEPRWSAAddrAsMEXLocation)
           
 

Uses of EndpointReferenceType in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl that return EndpointReferenceType
static EndpointReferenceType WSAEndpointReferenceUtils.createEndpointReferenceWithMetadata()
           
static EndpointReferenceType WSAEndpointReferenceUtils.duplicate(EndpointReferenceType ref)
          Create a duplicate endpoint reference sharing all atributes
static EndpointReferenceType WSAEndpointReferenceUtils.getAnonymousEndpointReference()
          Create an anonymous endpoint reference.
static EndpointReferenceType WSAEndpointReferenceUtils.getEndpointReference(AttributedURIType address)
           
static EndpointReferenceType WSAEndpointReferenceUtils.getEndpointReference(String address)
          Create an endpoint reference for the provided address.
 

Methods in org.apache.cxf.wsdl with parameters of type EndpointReferenceType
static EndpointReferenceType WSAEndpointReferenceUtils.duplicate(EndpointReferenceType ref)
          Create a duplicate endpoint reference sharing all atributes
static String WSAEndpointReferenceUtils.getAddress(EndpointReferenceType ref)
          Get the address from the provided endpoint reference.
static MetadataType WSAEndpointReferenceUtils.getSetMetadata(EndpointReferenceType ref)
           
static void WSAEndpointReferenceUtils.setAddress(EndpointReferenceType ref, String address)
          Set the address of the provided endpoint reference.
 


Apache CXF API

Apache CXF