|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalEndpoint | |
|---|---|
| org.apache.servicemix.nmr.api.event | Defines the listeners that can be registered inside ServiceMix to be notified of events. |
| org.apache.servicemix.nmr.api.internal | Defines the internal API |
| Uses of InternalEndpoint in org.apache.servicemix.nmr.api.event |
|---|
| Methods in org.apache.servicemix.nmr.api.event with parameters of type InternalEndpoint | |
|---|---|
void |
EndpointListener.endpointRegistered(InternalEndpoint endpoint)
An endpoint has been registered |
void |
EndpointListener.endpointUnregistered(InternalEndpoint endpoint)
An endpoint has been unregistered |
| Uses of InternalEndpoint in org.apache.servicemix.nmr.api.internal |
|---|
| Methods in org.apache.servicemix.nmr.api.internal that return InternalEndpoint | |
|---|---|
InternalEndpoint |
InternalExchange.getDestination()
Retrieve the destination endpoint, i.e. |
InternalEndpoint |
InternalExchange.getSource()
Retrieve the source endpoint. |
| Methods in org.apache.servicemix.nmr.api.internal that return types with arguments of type InternalEndpoint | |
|---|---|
java.lang.Iterable<InternalEndpoint> |
InternalReference.choose(EndpointRegistry registry)
Creates an iterator to be used for choosing the physical target for an exchange. |
| Methods in org.apache.servicemix.nmr.api.internal with parameters of type InternalEndpoint | |
|---|---|
boolean |
Flow.canDispatch(InternalExchange exchange,
InternalEndpoint endpoint)
Check if this flow can be used to dispatch the given Exchange |
void |
InternalExchange.setDestination(InternalEndpoint destination)
Set the destination endpoint. |
void |
InternalExchange.setSource(InternalEndpoint source)
Set the source endpoint. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||