|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICamelWrapper
| Method Summary | |
|---|---|
void |
addComponent(java.lang.String componentName,
org.apache.camel.Component component)
Add a component on the given camel context. |
void |
addRoutes(org.apache.camel.builder.RouteBuilder builder)
|
void |
addToTheRegistry(java.io.InputStream inputStream)
Add values to the registy. |
org.apache.camel.CamelContext |
getCamelContext()
|
org.apache.camel.ProducerTemplate |
getProducerTemplate()
Get a producer template for the camel context. |
RegistryWrapper |
getRegistryWrapper()
|
java.util.List<org.apache.camel.model.RouteDefinition> |
getRouteDefinitions()
|
void |
removeFromTheRegistry(java.io.InputStream inputStream)
Remove values from the registy. |
void |
stopContext()
Stop the camel context. |
| Method Detail |
|---|
org.apache.camel.ProducerTemplate getProducerTemplate()
void stopContext()
throws java.lang.Exception
java.lang.Exception - If stopping fails.
void addRoutes(org.apache.camel.builder.RouteBuilder builder)
throws java.lang.Exception
builder - the route to add.
java.lang.Exception - If adding routes fails.java.util.List<org.apache.camel.model.RouteDefinition> getRouteDefinitions()
void addToTheRegistry(java.io.InputStream inputStream)
throws java.lang.Exception
inputStream - the input stream containing the entire xml file that
defines the entries to add.
java.lang.Exceptionvoid removeFromTheRegistry(java.io.InputStream inputStream)
inputStream - the input stream containing the entire xml file that
defines the entries to remove.RegistryWrapper getRegistryWrapper()
void addComponent(java.lang.String componentName,
org.apache.camel.Component component)
componentName - the component name.component - the component.org.apache.camel.CamelContext getCamelContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||