|
||||||||||
| 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 | |
|---|---|
EndpointConfiguration |
createConfiguration(String uri)
Attempt to create a configuration object from the given uri |
Endpoint |
createEndpoint(String uri)
Attempt to resolve an endpoint for the given URI if the component is capable of handling the URI |
| Methods inherited from interface org.apache.camel.CamelContextAware |
|---|
getCamelContext, setCamelContext |
| Method Detail |
|---|
Endpoint createEndpoint(String uri)
throws Exception
uri - the URI to create
Endpoint or null if this component cannot create
Endpoint instances using the given uri
Exception - is thrown if error creating the endpoint
EndpointConfiguration createConfiguration(String uri)
throws Exception
uri - the configuration URI
EndpointConfiguration
Exception - is thrown if the configuration URI is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||