Apache CXF API

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

Packages that use EndpointReferenceType
org.apache.cxf.binding.soap   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.frontend   
org.apache.cxf.jaxws   
org.apache.cxf.service.model   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.local   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy.attachment.external   
org.apache.cxf.ws.rm   
org.apache.cxf.wsdl   
 

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)
           
 

Uses of EndpointReferenceType in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return EndpointReferenceType
 EndpointReferenceType EndpointResolverRegistryImpl.mint(EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical 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(EndpointReferenceType physical)
          Mint a new abstract EPR for a given concrete EPR
 EndpointReferenceType EndpointResolverRegistryImpl.mint(javax.xml.namespace.QName serviceName)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.
 EndpointReferenceType EndpointResolverRegistry.mint(javax.xml.namespace.QName serviceName)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.
 EndpointReferenceType EndpointResolver.mint(javax.xml.namespace.QName serviceName)
          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 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.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          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.
 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.
 EndpointReferenceType EndpointResolver.resolve(EndpointReferenceType logical)
          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 EndpointResolverRegistryImpl.mint(EndpointReferenceType physical)
          Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical 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(EndpointReferenceType physical)
          Mint a new abstract EPR for a given concrete 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 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.renew(EndpointReferenceType logical, EndpointReferenceType physical)
          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.
 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.
 EndpointReferenceType EndpointResolver.resolve(EndpointReferenceType logical)
          Retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
 

Uses of EndpointReferenceType in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend with parameters of type EndpointReferenceType
 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(javax.xml.namespace.QName portName, EndpointReferenceType epr, java.lang.Class<T> serviceEndpointInterface)
           
<T> T
ServiceImpl.getPort(EndpointReferenceType endpointReference, java.lang.Class<T> type)
           
 

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(java.lang.String id)
          Builds an new endpoint reference using the current target reference as a template.
 EndpointReferenceType MultiplexDestination.getAddressWithId(java.lang.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 AbstractDestination.getBackChannel(Message inMessage, Message partialResponse, EndpointReferenceType address)
          Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.
 Conduit Destination.getBackChannel(Message inMessage, Message partialResponse, EndpointReferenceType address)
          Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.
 Conduit ConduitInitiator.getConduit(EndpointInfo localInfo, EndpointReferenceType target)
          Initiate an outbound Conduit.
protected static EndpointReferenceType AbstractObservable.getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus)
          Get the target endpoint reference.
protected  boolean AbstractDestination.markPartialResponse(Message partialResponse, EndpointReferenceType decoupledTarget)
          Mark message as a partial message.
 

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(java.lang.String id)
           
 

Methods in org.apache.cxf.transport.http with parameters of type EndpointReferenceType
 Conduit AbstractHTTPTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target)
          This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.
protected  boolean AbstractHTTPDestination.markPartialResponse(Message partialResponse, EndpointReferenceType decoupledTarget)
          Mark message as a partial message.
 

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

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

Methods in org.apache.cxf.transport.jms that return EndpointReferenceType
 EndpointReferenceType JMSConduit.DecoupledDestination.getAddress()
           
 

Methods in org.apache.cxf.transport.jms with parameters of type EndpointReferenceType
 Conduit JMSConduit.DecoupledDestination.getBackChannel(Message inMessage, Message partialResponse, EndpointReferenceType addr)
           
 Conduit JMSTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target)
           
 

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

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)
           
protected  Destination LocalTransportFactory.getDestination(EndpointInfo ei, EndpointReferenceType reference)
           
 

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

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.
 EndpointReferenceType ObjectFactory.createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 EndpointReferenceType AddressingPropertiesImpl.getFaultTo()
          Accessor for the FaultTo property.
 EndpointReferenceType AddressingProperties.getFaultTo()
          Accessor for the FaultTo property.
 EndpointReferenceType AddressingPropertiesImpl.getFrom()
          Accessor for the From property.
 EndpointReferenceType AddressingProperties.getFrom()
          Accessor for the From property.
static EndpointReferenceType ContextUtils.getNoneEndpointReference()
           
 EndpointReferenceType AddressingPropertiesImpl.getReplyTo()
          Accessor for the ReplyTo property.
 EndpointReferenceType AddressingProperties.getReplyTo()
          Accessor for the ReplyTo property.
 EndpointReferenceType AddressingPropertiesImpl.getToEndpointReference()
           
 EndpointReferenceType AddressingProperties.getToEndpointReference()
          Accessor for the To property.
static EndpointReferenceType WSAContextUtils.retrieveReplyTo(Conduit conduit, Message message)
          Retrieve ReplyTo EPR from the context.
static EndpointReferenceType WSAContextUtils.retrieveTo(Conduit conduit, Message message)
          Retrieve To EPR from the context.
 

Methods in org.apache.cxf.ws.addressing that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.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, javax.xml.bind.JAXBElement<java.lang.String> el)
           
static EndpointReferenceType VersionTransformer.convert(EndpointReferenceType internal)
          Convert from 2005/08 EndpointReferenceType to 2004/08 EndpointReferenceType.
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
static boolean ContextUtils.isGenericAddress(EndpointReferenceType ref)
          Helper method to determine if an EPR address is generic (either null, none or anonymous).
static void ContextUtils.rebaseResponse(EndpointReferenceType reference, AddressingProperties inMAPs, Message inMessage)
          Rebase response on replyTo
 void AddressingPropertiesImpl.setFaultTo(EndpointReferenceType ref)
          Mutator for the FaultTo property.
 void AddressingProperties.setFaultTo(EndpointReferenceType ref)
          Mutator for the FaultTo property.
 void AddressingPropertiesImpl.setFrom(EndpointReferenceType epr)
          Mutator for the From property.
 void AddressingProperties.setFrom(EndpointReferenceType epr)
          Mutator for the From property.
 void AddressingPropertiesImpl.setReplyTo(EndpointReferenceType ref)
          Mutator for the ReplyTo property.
 void AddressingProperties.setReplyTo(EndpointReferenceType ref)
          Mutator for the ReplyTo property.
 void AddressingPropertiesImpl.setTo(EndpointReferenceType epr)
          Mutator for the To property.
 void AddressingProperties.setTo(EndpointReferenceType epr)
          Mutator for the To property.
static void WSAContextUtils.storeReplyTo(EndpointReferenceType replyTo, Message message)
          Store ReplyTo EPR in the context
static void WSAContextUtils.storeTo(EndpointReferenceType to, Message message)
          Store To EPR in the context
 

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(java.lang.String address)
           
 

Methods in org.apache.cxf.ws.rm with parameters of type EndpointReferenceType
protected  Client Proxy.createClient(Bus bus, Endpoint endpoint, Conduit conduit, EndpointReferenceType address)
           
 

Uses of EndpointReferenceType in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl that return 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(java.lang.String address)
          Create an endpoint reference for the provided address.
static EndpointReferenceType EndpointReferenceUtils.getEndpointReference(java.net.URL wsdlUrl, javax.xml.namespace.QName serviceName, java.lang.String portName)
          Create an endpoint reference for the provided wsdl, service and portname.
static EndpointReferenceType EndpointReferenceUtils.getEndpointReferenceWithId(javax.xml.namespace.QName serviceQName, java.lang.String portName, java.lang.String id, Bus bus)
          Obtain a multiplexed endpoint reference for the deployed service that contains the provided id
static EndpointReferenceType EndpointReferenceUtils.mint(EndpointReferenceType physical, Bus bus)
          Mint logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.mint(javax.xml.namespace.QName serviceName, 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.
 

Methods in org.apache.cxf.wsdl with parameters of type EndpointReferenceType
static EndpointReferenceType EndpointReferenceUtils.duplicate(EndpointReferenceType ref)
          Create a duplicate endpoint reference sharing all atributes
static java.lang.String EndpointReferenceUtils.getAddress(EndpointReferenceType ref)
          Get the address from the provided endpoint reference.
static javax.xml.namespace.QName EndpointReferenceUtils.getInterfaceName(EndpointReferenceType ref)
           
static javax.wsdl.Port EndpointReferenceUtils.getPort(WSDLManager manager, EndpointReferenceType ref)
          Gets the WSDL port for the provided endpoint reference.
static java.lang.String EndpointReferenceUtils.getPortName(EndpointReferenceType ref)
          Gets the port name of the provided endpoint reference.
static javax.xml.namespace.QName EndpointReferenceUtils.getServiceName(EndpointReferenceType ref)
          Gets the service name of the provided endpoint reference.
static javax.wsdl.Definition EndpointReferenceUtils.getWSDLDefinition(WSDLManager manager, EndpointReferenceType ref)
          Gets the WSDL definition for the provided endpoint reference.
static java.lang.String EndpointReferenceUtils.getWSDLLocation(EndpointReferenceType ref)
           
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, java.lang.String address)
          Set the address of the provided endpoint reference.
static void EndpointReferenceUtils.setInterfaceName(EndpointReferenceType ref, javax.xml.namespace.QName portTypeName)
           
static void EndpointReferenceUtils.setMetadata(EndpointReferenceType ref, java.util.List<javax.xml.transform.Source> metadata)
          Sets the metadata on the provided endpoint reference.
static void EndpointReferenceUtils.setPortName(EndpointReferenceType ref, java.lang.String portName)
           
static void EndpointReferenceUtils.setServiceAndPortName(EndpointReferenceType ref, javax.xml.namespace.QName serviceName, java.lang.String portName)
          Sets the service and port name of the provided endpoint reference.
static void EndpointReferenceUtils.setWSDLLocation(EndpointReferenceType ref, java.lang.String... wsdlLocation)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.