|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component
A component is
a factory of Endpoint
objects.
Method Summary | |
---|---|
Endpoint |
createEndpoint(String uri)
Attempt to resolve an endpoint for the given URI if the component is capable of handling the URI |
CamelContext |
getCamelContext()
Returns the context |
void |
setCamelContext(CamelContext context)
The CamelContext is injected into the component when it is added
to it |
Method Detail |
---|
CamelContext getCamelContext()
void setCamelContext(CamelContext context)
CamelContext
is injected into the component when it is added
to it
Endpoint createEndpoint(String uri) throws Exception
uri
- the URI to create
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |