Package | Description |
---|---|
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.tcp | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
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.addressing.soap | |
org.apache.cxf.ws.policy.attachment.external | |
org.apache.cxf.ws.rm | |
org.apache.cxf.wsdl |
Modifier and Type | Method and Description |
---|---|
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target) |
Constructor and Description |
---|
SoapTcpDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
SoapTcpDestination(EndpointReferenceType ref,
EndpointInfo ei) |
TCPConduit(EndpointReferenceType t) |
Modifier and Type | Field and Description |
---|---|
protected EndpointReferenceType |
AbstractEndpointFactory.endpointReference |
Modifier and Type | Method and Description |
---|---|
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(QName serviceName)
Walk the list of registered EndpointResolvers, so as to 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.mint(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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
AbstractEndpointFactory.setEndpointReference(EndpointReferenceType epr) |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
ServiceImpl.createPort(QName portName,
EndpointReferenceType epr,
Class<T> serviceEndpointInterface) |
protected <T> T |
ServiceImpl.createPort(QName portName,
EndpointReferenceType epr,
Class<T> serviceEndpointInterface,
javax.xml.ws.WebServiceFeature... features) |
<T> T |
ServiceImpl.getPort(EndpointReferenceType endpointReference,
Class<T> type) |
<T> T |
ServiceImpl.getPort(EndpointReferenceType endpointReference,
Class<T> type,
javax.xml.ws.WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
EndpointReferenceType |
EndpointInfo.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointInfo.setAddress(EndpointReferenceType endpointReference) |
Modifier and Type | Field and Description |
---|---|
protected EndpointReferenceType |
AbstractDestination.reference |
protected EndpointReferenceType |
AbstractConduit.target |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 unused1,
EndpointReferenceType unused2)
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.
|
Constructor and Description |
---|
AbstractConduit(EndpointReferenceType t) |
AbstractDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
AbstractDestination(EndpointReferenceType ref,
EndpointInfo ei) |
AbstractMultiplexDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
EndpointReferenceType |
AbstractHTTPDestination.getAddressWithId(String id) |
Modifier and Type | Method and Description |
---|---|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
This call creates a new HTTP Conduit based on the EndpointInfo and
EndpointReferenceType.
|
Constructor and Description |
---|
HTTPConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t)
Constructor
|
Modifier and Type | Method and Description |
---|---|
JMSConfiguration |
JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo(Bus bus,
EndpointInfo endpointInfo,
EndpointReferenceType target,
boolean isConduit) |
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
Initiate an outbound Conduit.
|
protected JMSEndpoint |
JMSOldConfigHolder.getExtensorsAndConfig(Bus bus,
EndpointInfo endpointInfo,
EndpointReferenceType target,
boolean isConduit)
Get the extensors from the wsdl and/or configuration that will
then be used to configure the JMSConfiguration object
|
Constructor and Description |
---|
JMSConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
JMSConfiguration jmsConfig,
Bus b) |
Modifier and Type | Method and Description |
---|---|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target) |
protected Destination |
LocalTransportFactory.getDestination(EndpointInfo ei,
EndpointReferenceType reference) |
Constructor and Description |
---|
LocalDestination(LocalTransportFactory localDestinationFactory,
EndpointReferenceType epr,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
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.convertToInternal(javax.xml.ws.EndpointReference external)
Convert from EndpointReference to CXF internal 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.retrieveTo(Conduit conduit,
Message message)
Retrieve To EPR from the context.
|
Modifier and Type | Method and 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)
|
Modifier and Type | Method and Description |
---|---|
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 Destination |
ContextUtils.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 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 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.storeTo(EndpointReferenceType to,
Message message)
Store To EPR in the context
|
Modifier and Type | Method and Description |
---|---|
protected Destination |
DecoupledFaultHandler.createDecoupledDestination(Exchange exchange,
EndpointReferenceType epr) |
Modifier and Type | Method and Description |
---|---|
EndpointReferenceType |
EndpointReferenceDomainExpression.getEndpointReference() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointReferenceDomainExpression.setEndpointReference(EndpointReferenceType e) |
Modifier and Type | Method and Description |
---|---|
static EndpointReferenceType |
RMUtils.createAnonymousReference() |
static EndpointReferenceType |
RMUtils.createNoneReference() |
static EndpointReferenceType |
RMUtils.createReference(String address) |
Modifier and Type | Method and Description |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
Conduit conduit,
EndpointReferenceType address) |
Modifier and Type | Method and Description |
---|---|
static EndpointReferenceType |
WSAEndpointReferenceUtils.createEndpointReferenceWithMetadata() |
static EndpointReferenceType |
WSAEndpointReferenceUtils.duplicate(EndpointReferenceType ref)
Create a duplicate endpoint reference sharing all atributes
|
static EndpointReferenceType |
EndpointReferenceUtils.duplicate(EndpointReferenceType ref)
Create a duplicate endpoint reference sharing all atributes
|
static EndpointReferenceType |
WSAEndpointReferenceUtils.getAnonymousEndpointReference()
Create an anonymous endpoint reference.
|
static EndpointReferenceType |
EndpointReferenceUtils.getAnonymousEndpointReference()
Create an anonymous endpoint reference.
|
static EndpointReferenceType |
WSAEndpointReferenceUtils.getEndpointReference(AttributedURIType address) |
static EndpointReferenceType |
EndpointReferenceUtils.getEndpointReference(AttributedURIType address) |
static EndpointReferenceType |
WSAEndpointReferenceUtils.getEndpointReference(String address)
Create an endpoint reference for the provided 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
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
static Source |
EndpointReferenceUtils.convertToXML(EndpointReferenceType epr) |
static EndpointReferenceType |
WSAEndpointReferenceUtils.duplicate(EndpointReferenceType ref)
Create a duplicate endpoint reference sharing all atributes
|
static EndpointReferenceType |
EndpointReferenceUtils.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 String |
EndpointReferenceUtils.getAddress(EndpointReferenceType ref)
Get the address from the provided endpoint reference.
|
static QName |
EndpointReferenceUtils.getInterfaceName(EndpointReferenceType ref,
Bus bus) |
static javax.wsdl.Port |
EndpointReferenceUtils.getPort(WSDLManager manager,
EndpointReferenceType ref)
Gets the WSDL port for the provided endpoint reference.
|
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 |
WSAEndpointReferenceUtils.getSetMetadata(EndpointReferenceType ref) |
static javax.wsdl.Definition |
EndpointReferenceUtils.getWSDLDefinition(WSDLManager manager,
EndpointReferenceType ref)
Gets the WSDL definition for the provided endpoint reference.
|
static 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 |
WSAEndpointReferenceUtils.setAddress(EndpointReferenceType ref,
String address)
Set the address of the provided endpoint reference.
|
static void |
EndpointReferenceUtils.setAddress(EndpointReferenceType ref,
String address)
Set the address of the provided endpoint reference.
|
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) |
static void |
EndpointReferenceUtils.setServiceAndPortName(EndpointReferenceType ref,
QName serviceName,
String portName)
Sets the service and port name of the provided endpoint reference.
|
static void |
EndpointReferenceUtils.setWSDLLocation(EndpointReferenceType ref,
String... wsdlLocation) |
Apache CXF