|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointChooser | |
|---|---|
| org.apache.servicemix.jbi.container | The JBI Container implementation and supporting classes |
| org.apache.servicemix.jbi.nmr | The Normalized Message Router implementation. |
| org.apache.servicemix.jbi.resolver | An extension point to allow plugable ServiceEndpoint resolution policies. |
| Uses of EndpointChooser in org.apache.servicemix.jbi.container |
|---|
| Methods in org.apache.servicemix.jbi.container that return EndpointChooser | |
|---|---|
EndpointChooser |
ActivationSpec.getInterfaceChooser()
|
EndpointChooser |
ActivationSpec.getServiceChooser()
|
| Methods in org.apache.servicemix.jbi.container with parameters of type EndpointChooser | |
|---|---|
void |
ActivationSpec.setInterfaceChooser(EndpointChooser interfaceChooser)
|
void |
ActivationSpec.setServiceChooser(EndpointChooser serviceChooser)
|
| Uses of EndpointChooser in org.apache.servicemix.jbi.nmr |
|---|
| Methods in org.apache.servicemix.jbi.nmr that return EndpointChooser | |
|---|---|
EndpointChooser |
DefaultBroker.getDefaultInterfaceChooser()
|
EndpointChooser |
DefaultBroker.getDefaultServiceChooser()
|
protected EndpointChooser |
DefaultBroker.getInterfaceChooser(MessageExchangeImpl exchange)
Returns the endpoint chooser for endpoints found by service which will use the chooser on the exchange's activation spec if available otherwise will use the default |
protected EndpointChooser |
DefaultBroker.getServiceChooser(MessageExchangeImpl exchange)
Returns the endpoint chooser for endpoints found by service which will use the chooser on the exchange's activation spec if available otherwise will use the default |
| Methods in org.apache.servicemix.jbi.nmr with parameters of type EndpointChooser | |
|---|---|
void |
DefaultBroker.setDefaultInterfaceChooser(EndpointChooser defaultInterfaceChooser)
Set the default EndpointChooser |
void |
DefaultBroker.setDefaultServiceChooser(EndpointChooser defaultServiceChooser)
Set default EndpointChooser |
| Uses of EndpointChooser in org.apache.servicemix.jbi.resolver |
|---|
| Classes in org.apache.servicemix.jbi.resolver that implement EndpointChooser | |
|---|---|
class |
FirstChoicePolicy
A simple selection policy where the first endpoint is chosen. |
class |
RandomChoicePolicy
A simple selection policy where the the endpoint is chosen randomly. |
class |
ServiceRoundRobinPolicy
a simple round robin endpoint resolver policy to have a basic load balancing |
| Methods in org.apache.servicemix.jbi.resolver that return EndpointChooser | |
|---|---|
EndpointChooser |
EndpointResolverSupport.getChooser()
|
| Methods in org.apache.servicemix.jbi.resolver with parameters of type EndpointChooser | |
|---|---|
void |
EndpointResolverSupport.setChooser(EndpointChooser chooser)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||