Uses of Class
org.apache.cxf.ws.addressing.EndpointReferenceType
-
Packages that use EndpointReferenceType Package Description org.apache.cxf.bus.managers org.apache.cxf.endpoint Client and Server related classes.org.apache.cxf.service.model org.apache.cxf.transport Transport related classes.org.apache.cxf.ws.addressing -
-
Uses of EndpointReferenceType in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeEndpointResolverRegistryImpl. mint(QName serviceName)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.EndpointReferenceTypeEndpointResolverRegistryImpl. mint(EndpointReferenceType physical)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given physical EPR.EndpointReferenceTypeEndpointResolverRegistryImpl. 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.EndpointReferenceTypeEndpointResolverRegistryImpl. 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 Modifier and Type Method Description EndpointReferenceTypeEndpointResolverRegistryImpl. mint(EndpointReferenceType physical)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given physical EPR.EndpointReferenceTypeEndpointResolverRegistryImpl. 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.EndpointReferenceTypeEndpointResolverRegistryImpl. 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 Modifier and Type Field Description protected EndpointReferenceTypeAbstractEndpointFactory. endpointReferenceMethods in org.apache.cxf.endpoint that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeEndpointResolver. mint(QName serviceName)Mint a new abstract EPR for a given service name.EndpointReferenceTypeEndpointResolver. mint(EndpointReferenceType physical)Mint a new abstract EPR for a given concrete EPREndpointReferenceTypeEndpointResolverRegistry. mint(QName serviceName)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.EndpointReferenceTypeEndpointResolverRegistry. mint(EndpointReferenceType physical)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical EPR.EndpointReferenceTypeEndpointResolver. renew(EndpointReferenceType logical, EndpointReferenceType physical)Force a fresh resolution of the given abstract EPR, discarding any previously cached reference.EndpointReferenceTypeEndpointResolverRegistry. 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.EndpointReferenceTypeEndpointResolver. resolve(EndpointReferenceType logical)Retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.EndpointReferenceTypeEndpointResolverRegistry. 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 Modifier and Type Method Description EndpointReferenceTypeEndpointResolver. mint(EndpointReferenceType physical)Mint a new abstract EPR for a given concrete EPREndpointReferenceTypeEndpointResolverRegistry. mint(EndpointReferenceType physical)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical EPR.EndpointReferenceTypeEndpointResolver. renew(EndpointReferenceType logical, EndpointReferenceType physical)Force a fresh resolution of the given abstract EPR, discarding any previously cached reference.EndpointReferenceTypeEndpointResolverRegistry. 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.EndpointReferenceTypeEndpointResolver. resolve(EndpointReferenceType logical)Retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.EndpointReferenceTypeEndpointResolverRegistry. 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.voidAbstractEndpointFactory. setEndpointReference(EndpointReferenceType epr) -
Uses of EndpointReferenceType in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeEndpointInfo. getTarget()Methods in org.apache.cxf.service.model with parameters of type EndpointReferenceType Modifier and Type Method Description voidEndpointInfo. setAddress(EndpointReferenceType endpointReference) -
Uses of EndpointReferenceType in org.apache.cxf.transport
Fields in org.apache.cxf.transport declared as EndpointReferenceType Modifier and Type Field Description protected EndpointReferenceTypeAbstractDestination. referenceprotected EndpointReferenceTypeAbstractConduit. targetMethods in org.apache.cxf.transport that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeAbstractDestination. getAddress()EndpointReferenceTypeDestination. getAddress()EndpointReferenceTypeAbstractMultiplexDestination. getAddressWithId(String id)Builds an new endpoint reference using the current target reference as a template.EndpointReferenceTypeMultiplexDestination. getAddressWithId(String id)EndpointReferenceTypeAbstractConduit. getTarget()EndpointReferenceTypeConduit. getTarget()protected static EndpointReferenceTypeAbstractObservable. getTargetReference(EndpointInfo ei, Bus bus)Get the target reference .protected static EndpointReferenceTypeAbstractObservable. getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus)Get the target endpoint reference.Methods in org.apache.cxf.transport with parameters of type EndpointReferenceType Modifier and Type Method Description ConduitConduitInitiator. getConduit(EndpointInfo localInfo, EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.protected static EndpointReferenceTypeAbstractObservable. getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus)Get the target endpoint reference.Constructors in org.apache.cxf.transport with parameters of type EndpointReferenceType Constructor Description 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.ws.addressing
Methods in org.apache.cxf.ws.addressing that return EndpointReferenceType Modifier and Type Method Description static EndpointReferenceTypeVersionTransformer. convert(EndpointReferenceType exposed)Convert from 2004/03 EndpointReferenceType to 2005/08 EndpointReferenceType.static EndpointReferenceTypeVersionTransformer. convert(EndpointReferenceType exposed)Convert from 2004/08 EndpointReferenceType to 2005/08 EndpointReferenceType.static EndpointReferenceTypeVersionTransformer. convertToNative(Object exposed)Converts a version specific EndpointReferenceType to the native version used internally by CXFEndpointReferenceTypeObjectFactory. createEndpointReferenceType()Create an instance ofEndpointReferenceTypestatic EndpointReferenceTypeEndpointReferenceUtils. duplicate(EndpointReferenceType ref)Create a duplicate endpoint reference sharing all atributesstatic EndpointReferenceTypeEndpointReferenceUtils. getAnonymousEndpointReference()Create an anonymous endpoint reference.static EndpointReferenceTypeEndpointReferenceUtils. getEndpointReference(String address)Create an endpoint reference for the provided address.static EndpointReferenceTypeEndpointReferenceUtils. getEndpointReference(URL wsdlUrl, QName serviceName, String portName)Create an endpoint reference for the provided wsdl, service and portname.static EndpointReferenceTypeEndpointReferenceUtils. getEndpointReference(AttributedURIType address)static EndpointReferenceTypeEndpointReferenceUtils. getEndpointReferenceWithId(QName serviceQName, String portName, String id, Bus bus)Obtain a multiplexed endpoint reference for the deployed service that contains the provided idEndpointReferenceTypeAddressingProperties. getFaultTo()Accessor for the FaultTo property.EndpointReferenceTypeAddressingProperties. getFrom()Accessor for the From property.static EndpointReferenceTypeContextUtils. getNoneEndpointReference()EndpointReferenceTypeAddressingProperties. getReplyTo()Accessor for the ReplyTo property.EndpointReferenceTypeAddressingProperties. getToEndpointReference()static EndpointReferenceTypeEndpointReferenceUtils. mint(QName serviceName, Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeEndpointReferenceUtils. mint(EndpointReferenceType physical, Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeVersionTransformer. parseEndpointReference(Element ref)Parse an EndpointReferenceType from a DOM element.static EndpointReferenceTypeEndpointReferenceUtils. renew(EndpointReferenceType logical, EndpointReferenceType physical, Bus bus)Renew logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeEndpointReferenceUtils. 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 Modifier and Type Method Description javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createEndpointReference(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFaultTo(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFrom(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createReplyTo(EndpointReferenceType value)Methods in org.apache.cxf.ws.addressing with parameters of type EndpointReferenceType Modifier and Type Method Description static voidContextUtils. applyReferenceParam(EndpointReferenceType toEpr, Object el)static EndpointReferenceTypeVersionTransformer. convert(EndpointReferenceType internal)Convert from 2005/08 EndpointReferenceType to 2004/08 EndpointReferenceType.static EndpointReferenceTypeVersionTransformer. convertTo200403(EndpointReferenceType internal)Convert from 2005/08 EndpointReferenceType to 2004/03 EndpointReferenceType.static SourceEndpointReferenceUtils. convertToXML(EndpointReferenceType epr)static DestinationContextUtils. createDecoupledDestination(Exchange exchange, EndpointReferenceType reference)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createEndpointReference(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFaultTo(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFrom(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createReplyTo(EndpointReferenceType value)static EndpointReferenceTypeEndpointReferenceUtils. duplicate(EndpointReferenceType ref)Create a duplicate endpoint reference sharing all atributesstatic StringEndpointReferenceUtils. getAddress(EndpointReferenceType ref)Get the address from the provided endpoint reference.static QNameEndpointReferenceUtils. getInterfaceName(EndpointReferenceType ref, Bus bus)static StringEndpointReferenceUtils. getPortName(EndpointReferenceType ref)Gets the port name of the provided endpoint reference.static QNameEndpointReferenceUtils. getPortQName(EndpointReferenceType ref, Bus bus)static QNameEndpointReferenceUtils. getServiceName(EndpointReferenceType ref, Bus bus)Gets the service name of the provided endpoint reference.static MetadataTypeEndpointReferenceUtils. getSetMetadata(EndpointReferenceType ref)static StringEndpointReferenceUtils. getWSDLLocation(EndpointReferenceType ref)static booleanContextUtils. isAnonymousAddress(EndpointReferenceType ref)Helper method to determine if an EPR address is anon (either null, anonymous).static booleanContextUtils. isGenericAddress(EndpointReferenceType ref)Helper method to determine if an EPR address is generic (either null, none or anonymous).static booleanContextUtils. isNoneAddress(EndpointReferenceType ref)Helper method to determine if an EPR address is none.static EndpointReferenceTypeEndpointReferenceUtils. mint(EndpointReferenceType physical, Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeEndpointReferenceUtils. renew(EndpointReferenceType logical, EndpointReferenceType physical, Bus bus)Renew logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeEndpointReferenceUtils. resolve(EndpointReferenceType logical, Bus bus)Resolve logical endpoint reference via the Bus EndpointResolverRegistry.static voidEndpointReferenceUtils. setAddress(EndpointReferenceType ref, String address)Set the address of the provided endpoint reference.voidAddressingProperties. setFaultTo(EndpointReferenceType ref)Mutator for the FaultTo property.voidAddressingProperties. setFrom(EndpointReferenceType epr)Mutator for the From property.static voidEndpointReferenceUtils. setInterfaceName(EndpointReferenceType ref, QName portTypeName)static voidEndpointReferenceUtils. setPortName(EndpointReferenceType ref, String portName)voidAddressingProperties. setReplyTo(EndpointReferenceType ref)Mutator for the ReplyTo property.static voidEndpointReferenceUtils. setServiceAndPortName(EndpointReferenceType ref, QName serviceName, String portName)Sets the service and port name of the provided endpoint reference.voidAddressingProperties. setTo(EndpointReferenceType epr)Mutator for the To property.static voidEndpointReferenceUtils. setWSDLLocation(EndpointReferenceType ref, String... wsdlLocation)
-