|
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 destionation'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(java.util.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 | |
|---|---|
java.util.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(java.util.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 |
Client.getEndpoint()
|
Endpoint |
NullConduitSelector.getEndpoint()
|
Endpoint |
PreexistingConduitSelector.getEndpoint()
|
Endpoint |
AbstractConduitSelector.getEndpoint()
|
Endpoint |
ConduitSelector.getEndpoint()
|
Endpoint |
Server.getEndpoint()
|
| Methods in org.apache.cxf.endpoint with parameters of type Endpoint | |
|---|---|
void |
NullConduitSelector.setEndpoint(Endpoint ep)
|
void |
PreexistingConduitSelector.setEndpoint(Endpoint ep)
|
void |
AbstractConduitSelector.setEndpoint(Endpoint ep)
|
void |
ConduitSelector.setEndpoint(Endpoint endpoint)
|
| 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 |
ExchangeImpl.getEndpoint()
|
Endpoint |
Exchange.getEndpoint()
|
| Uses of Endpoint in org.apache.cxf.service |
|---|
| Methods in org.apache.cxf.service that return types with arguments of type Endpoint | |
|---|---|
java.util.Map<javax.xml.namespace.QName,Endpoint> |
Service.getEndpoints()
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||