Package | Description |
---|---|
org.apache.cxf.endpoint | |
org.apache.cxf.policy | |
org.apache.cxf.service | |
org.apache.cxf.service.model | |
org.apache.cxf.transport |
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(Message m,
EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator) |
<T> T |
PolicyDataEngine.getServerEndpointPolicy(Message m,
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,
Bus bus)
Initiate an outbound Conduit.
|
Conduit |
ConduitInitiator.getConduit(EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Destination |
DestinationFactory.getDestination(EndpointInfo ei,
Bus bus)
Create a destination.
|
protected static org.apache.cxf.ws.addressing.EndpointReferenceType |
AbstractObservable.getTargetReference(EndpointInfo ei,
Bus bus)
Get the target reference .
|
protected static org.apache.cxf.ws.addressing.EndpointReferenceType |
AbstractObservable.getTargetReference(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType t,
Bus bus)
Get the target endpoint reference.
|
Constructor and Description |
---|
AbstractDestination(Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
EndpointInfo ei) |
AbstractDestination(org.apache.cxf.ws.addressing.EndpointReferenceType ref,
EndpointInfo ei) |
AbstractMultiplexDestination(Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
EndpointInfo ei) |
Apache CXF