| Package | Description |
|---|---|
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.jaxrs | |
| org.apache.cxf.policy | |
| 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_jetty | |
| org.apache.cxf.transport.servlet | |
| org.apache.cxf.transports.http | |
| org.apache.cxf.wsdl11 |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
Endpoint.getEndpointInfo() |
EndpointInfo |
EndpointImpl.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 |
AbstractJAXRSFactoryBean.createEndpointInfo(Service service) |
EndpointInfo |
JAXRSServiceImpl.getEndpointInfo(QName endpoint) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PolicyDataEngine.getClientEndpointPolicy(EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator) |
<T> T |
PolicyDataEngine.getServerEndpointPolicy(EndpointInfo ei,
Destination d,
PolicyCalculator<T> policyCalculator) |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
Service.getEndpointInfo(QName endpoint) |
EndpointInfo |
ServiceImpl.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) |
static QName |
ServiceModelUtil.getServiceQName(EndpointInfo ei) |
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 | Field and Description |
|---|---|
protected EndpointInfo |
HTTPConduit.endpointInfo
This field is used for two reasons.
|
| 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 |
|---|---|
HTTPConduit |
HTTPConduitFactory.createConduit(HTTPTransportFactory f,
EndpointInfo localInfo,
EndpointReferenceType target) |
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
void |
HTTPTransportFactory.createPortExtensors(EndpointInfo ei,
Service service) |
protected HTTPConduitFactory |
HTTPTransportFactory.findFactory(EndpointInfo endpointInfo) |
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
|
URLConnectionHTTPConduit(Bus b,
EndpointInfo ei) |
URLConnectionHTTPConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t) |
| Modifier and Type | Method and Description |
|---|---|
AbstractHTTPDestination |
JettyDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
| Constructor and Description |
|---|
JettyHTTPDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory)
Constructor
|
| 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
|
| 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