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.frontend | |
org.apache.cxf.jaxws.support | |
org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
org.apache.cxf.service.factory | |
org.apache.cxf.service.model | |
org.apache.cxf.transport |
Transport related classes.
|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http_jaxws_spi | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transport.jms | |
org.apache.cxf.transport.local | |
org.apache.cxf.transport.servlet | |
org.apache.cxf.transports.http | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.policy.attachment | |
org.apache.cxf.ws.policy.attachment.external | |
org.apache.cxf.ws.policy.attachment.wsdl11 | |
org.apache.cxf.ws.rm | |
org.apache.cxf.wsdl11 |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
SoapTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
List<?> ees) |
Modifier and Type | Method and Description |
---|---|
void |
SoapTransportFactory.createPortExtensors(EndpointInfo ei,
Service service) |
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei) |
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target) |
Destination |
SoapTransportFactory.getDestination(EndpointInfo ei) |
Constructor and Description |
---|
SoapTcpDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
SoapTcpDestination(EndpointReferenceType ref,
EndpointInfo ei) |
TCPConduit(EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
protected abstract EndpointInfo |
AbstractEndpointFactory.createEndpointInfo() |
EndpointInfo |
EndpointImpl.getEndpointInfo() |
EndpointInfo |
Endpoint.getEndpointInfo() |
Modifier and Type | Method and Description |
---|---|
EndpointImpl |
EndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
EndpointImpl |
SimpleEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
Constructor and Description |
---|
EndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
protected EndpointInfo |
AbstractWSDLBasedEndpointFactory.createEndpointInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
WSDLGetInterceptor.isRecognizedQuery(Map<String,String> map,
String baseUri,
String ctx,
EndpointInfo endpointInfo) |
protected void |
WSDLGetInterceptor.updateDefinition(Bus bus,
javax.wsdl.Definition def,
Map<String,javax.wsdl.Definition> done,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base,
EndpointInfo ei) |
void |
WSDLGetInterceptor.writeResponse(Message message,
String base,
Map<String,String> params,
String ctxUri,
EndpointInfo endpointInfo,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
JaxWsServiceFactoryBean.createEndpoint(EndpointInfo ei) |
EndpointImpl |
JaxWsEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
Constructor and Description |
---|
JaxWsClientEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
ServiceImpl si,
javax.xml.ws.WebServiceFeature... wf) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<javax.xml.ws.WebServiceFeature> wf,
List<AbstractFeature> af,
boolean isFromWsdl) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
List<javax.xml.ws.WebServiceFeature> wf) |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
ServiceImpl.getEndpointInfo(QName endpoint) |
EndpointInfo |
Service.getEndpointInfo(QName endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelVisitor.begin(EndpointInfo endpointInfo) |
void |
ServiceModelVisitor.end(EndpointInfo endpointInfo) |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
ReflectionServiceFactoryBean.getEndpointInfo() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ReflectionServiceFactoryBean.createEndpoint(EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
static EndpointInfo |
ServiceModelUtil.findBestEndpointInfo(QName qn,
List<ServiceInfo> serviceInfos) |
EndpointInfo |
ServiceInfo.getEndpoint(QName qn) |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo> |
ServiceInfo.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInfo.addEndpoint(EndpointInfo ep) |
boolean |
EndpointInfo.isSameAs(EndpointInfo epInfo) |
Modifier and Type | Field and Description |
---|---|
protected EndpointInfo |
AbstractDestination.endpointInfo |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
AbstractDestination.getEndpointInfo()
Return the ServiceModel endpoint description for this destination.
|
EndpointInfo |
DestinationWithEndpoint.getEndpointInfo()
Return the ServiceModel endpoint description for this destination.
|
Modifier and Type | Method and Description |
---|---|
Conduit |
ConduitInitiator.getConduit(EndpointInfo targetInfo)
Initiate an outbound Conduit.
|
Conduit |
ConduitInitiator.getConduit(EndpointInfo localInfo,
EndpointReferenceType target)
Initiate an outbound Conduit.
|
Destination |
DestinationFactory.getDestination(EndpointInfo ei)
Create a destination.
|
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.
|
Constructor and Description |
---|
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 |
---|---|
EndpointInfo |
HTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
List<?> ees) |
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei) |
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei,
boolean dp) |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
void |
HTTPTransportFactory.createPortExtensors(EndpointInfo ei,
Service service) |
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei) |
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei,
boolean dp) |
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo)
This call creates a new HTTPConduit for the endpoint.
|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
This call creates a new HTTP Conduit based on the EndpointInfo and
EndpointReferenceType.
|
Destination |
HTTPTransportFactory.getDestination(EndpointInfo endpointInfo) |
Constructor and Description |
---|
AbstractHTTPDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path,
boolean dp)
Constructor
|
HTTPConduit(Bus b,
EndpointInfo ei)
Constructor
|
HTTPConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Destination |
JAXWSHttpSpiTransportFactory.getDestination(EndpointInfo endpointInfo) |
Constructor and Description |
---|
JAXWSHttpSpiDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
static HTTPClientPolicy |
PolicyUtils.getClient(PolicyEngine pe,
EndpointInfo ei,
Conduit c)
Returns a HTTPClientPolicy that is compatible with the assertions included in the
service and endpoint policy subjects, or null if there are no such assertions.
|
static HTTPServerPolicy |
PolicyUtils.getServer(PolicyEngine pe,
EndpointInfo ei,
Destination d)
Returns a HTTPServerPolicy that is compatible with the assertions included in the
service and endpoint policy subjects, or null if there are no such assertions.
|
Modifier and Type | Method and Description |
---|---|
JMSConfiguration |
JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo(Bus bus,
EndpointInfo endpointInfo,
EndpointReferenceType target,
boolean isConduit) |
static org.springframework.jms.listener.AbstractMessageListenerContainer |
JMSFactory.createJmsListener(EndpointInfo ei,
JMSConfiguration jmsConfig,
javax.jms.MessageListener listenerHandler,
String destinationName)
Create and start listener using configuration information from jmsConfig.
|
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo) |
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
Initiate an outbound Conduit.
|
Destination |
JMSTransportFactory.getDestination(EndpointInfo endpointInfo)
Create a destination.
|
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
|
<T> T |
JMSOldConfigHolder.getWSDLExtensor(EndpointInfo ei,
Class<T> cls) |
Constructor and Description |
---|
JCATransactionalMessageListenerContainer(EndpointInfo ei) |
JMSConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
JMSConfiguration jmsConfig,
Bus b) |
JMSDestination(Bus b,
EndpointInfo info,
JMSConfiguration jmsConfig) |
Modifier and Type | Method and Description |
---|---|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei) |
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target) |
Destination |
LocalTransportFactory.getDestination(EndpointInfo ei) |
protected Destination |
LocalTransportFactory.getDestination(EndpointInfo ei,
EndpointReferenceType reference) |
Constructor and Description |
---|
LocalDestination(LocalTransportFactory localDestinationFactory,
EndpointReferenceType epr,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
protected QueryHandler |
ServletController.findQueryHandler(QueryHandlerRegistry queryHandlerRegistry,
EndpointInfo ei,
String ctxUri,
String baseUri) |
protected void |
ServletController.respondUsingQueryHandler(QueryHandler selectedHandler,
javax.servlet.http.HttpServletResponse res,
EndpointInfo ei,
String ctxUri,
String baseUri) |
Constructor and Description |
---|
ServletDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path)
Constructor, allowing subsititution of configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
QueryHandler.isRecognizedQuery(String fullQueryString,
String ctx,
EndpointInfo endpoint) |
boolean |
StemMatchingQueryHandler.isRecognizedQuery(String fullQueryString,
String ctx,
EndpointInfo endpoint,
boolean contextMatchExact) |
void |
QueryHandler.writeResponse(String fullQueryString,
String ctx,
EndpointInfo endpoint,
OutputStream os)
Write query response to output stream
|
Constructor and Description |
---|
EndpointPolicyImpl(EndpointInfo ei,
PolicyEngineImpl engine,
boolean requestor,
Assertor assertor) |
ServiceModelPolicyUpdater(EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
org.apache.neethi.Policy |
ServiceModelPolicyProvider.getEffectivePolicy(EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
boolean |
Wsdl11XPointerDomainExpression.appliesTo(EndpointInfo ei) |
boolean |
DomainExpression.appliesTo(EndpointInfo ei) |
boolean |
PolicyAttachment.appliesTo(EndpointInfo ei) |
boolean |
EndpointReferenceDomainExpression.appliesTo(EndpointInfo ei) |
org.apache.neethi.Policy |
ExternalAttachmentProvider.getEffectivePolicy(EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
org.apache.neethi.Policy |
Wsdl11AttachmentPolicyProvider.getEffectivePolicy(EndpointInfo ei)
The effective policy for a WSDL endpoint policy subject includes the element policy of the
wsdl11:port element that defines the endpoint merged with the element policy of the
referenced wsdl11:binding element and the element policy of the referenced wsdl11:portType
element that defines the interface of the endpoint.
|
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
WrappedEndpoint.getEndpointInfo() |
EndpointInfo |
WrappedService.getEndpointInfo(QName endpoint) |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
WSDLServiceBuilder.buildEndpoint(ServiceInfo service,
BindingInfo bi,
javax.wsdl.Port port) |
EndpointInfo |
WSDLEndpointFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
List<?> extensions) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLEndpointFactory.createPortExtensors(EndpointInfo ei,
Service service) |
Apache CXF