Package | Description |
---|---|
org.apache.cxf.endpoint |
Client and Server related classes.
|
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.model | |
org.apache.cxf.transport |
Transport related classes.
|
org.apache.cxf.transports.http |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
EndpointImpl.getEndpointInfo() |
EndpointInfo |
Endpoint.getEndpointInfo() |
Modifier and Type | Method and Description |
---|---|
EndpointImpl |
SimpleEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
EndpointImpl |
EndpointImplFactory.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 |
---|---|
<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 |
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 |
---|---|
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 |
DestinationWithEndpoint.getEndpointInfo()
Return the ServiceModel endpoint description for this destination.
|
EndpointInfo |
AbstractDestination.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 |
---|---|
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
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.