|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointResolver<E>
A resolver of endpoints from a String URI
Method Summary | |
---|---|
Component |
resolveComponent(CamelContext container,
String uri)
Resolves the component for a given uri or returns null if now component handles it. |
Endpoint<E> |
resolveEndpoint(CamelContext container,
String uri)
Resolves the endpoint for a given uri or returns null if no endpoint could be found |
Method Detail |
---|
Component resolveComponent(CamelContext container, String uri) throws Exception
Exception
Endpoint<E> resolveEndpoint(CamelContext container, String uri) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |