| Package | Description |
|---|---|
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
| org.apache.cxf.service.model | |
| org.apache.cxf.transport |
Transport related classes.
|
| org.apache.cxf.transports.http | |
| org.apache.cxf.ws.policy |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
Endpoint.getEndpointInfo() |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
Service.getEndpointInfo(QName endpoint) |
| 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 | Method and Description |
|---|---|
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.
|
| 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
|
Apache CXF