|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
org.apache.cxf.binding | Interfaces for protocol bindings and their factories. |
org.apache.cxf.clustering | |
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.message | |
org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
Uses of Endpoint in org.apache.cxf.binding |
---|
Methods in org.apache.cxf.binding with parameters of type Endpoint | |
---|---|
void |
BindingFactory.addListener(Destination d,
Endpoint e)
Set the destination's message observer which is created by using the endpoint to listen the incoming message |
Uses of Endpoint in org.apache.cxf.clustering |
---|
Methods in org.apache.cxf.clustering that return Endpoint | |
---|---|
Endpoint |
FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation. |
Methods in org.apache.cxf.clustering that return types with arguments of type Endpoint | |
---|---|
List<Endpoint> |
FailoverStrategy.getAlternateEndpoints(Exchange exchange)
Get the alternate endpoints for this invocation. |
Method parameters in org.apache.cxf.clustering with type arguments of type Endpoint | |
---|---|
Endpoint |
FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation. |
Uses of Endpoint in org.apache.cxf.endpoint |
---|
Fields in org.apache.cxf.endpoint declared as Endpoint | |
---|---|
protected Endpoint |
AbstractConduitSelector.endpoint
|
Methods in org.apache.cxf.endpoint that return Endpoint | |
---|---|
Endpoint |
NullConduitSelector.getEndpoint()
|
Endpoint |
Server.getEndpoint()
|
Endpoint |
ConduitSelector.getEndpoint()
|
Endpoint |
AbstractConduitSelector.getEndpoint()
|
Endpoint |
Client.getEndpoint()
|
Endpoint |
PreexistingConduitSelector.getEndpoint()
|
Methods in org.apache.cxf.endpoint with parameters of type Endpoint | |
---|---|
void |
NullConduitSelector.setEndpoint(Endpoint ep)
|
void |
ConduitSelector.setEndpoint(Endpoint endpoint)
|
void |
AbstractConduitSelector.setEndpoint(Endpoint ep)
|
void |
PreexistingConduitSelector.setEndpoint(Endpoint ep)
|
Constructors in org.apache.cxf.endpoint with parameters of type Endpoint | |
---|---|
PreexistingConduitSelector(Conduit c,
Endpoint e)
Constructor. |
Uses of Endpoint in org.apache.cxf.message |
---|
Methods in org.apache.cxf.message that return Endpoint | |
---|---|
Endpoint |
Exchange.getEndpoint()
|
Endpoint |
ExchangeImpl.getEndpoint()
|
Uses of Endpoint in org.apache.cxf.service |
---|
Methods in org.apache.cxf.service that return types with arguments of type Endpoint | |
---|---|
Map<QName,Endpoint> |
Service.getEndpoints()
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |