|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICamelWrapper
| Method Summary | |
|---|---|
void |
addComponent(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(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. |
org.ow2.jonas.camel.registry.xml.RegistryWrapper |
getRegistryWrapper()
|
List<org.apache.camel.model.RouteDefinition> |
getRouteDefinitions()
|
void |
removeFromTheRegistry(InputStream inputStream)
Remove values from the registy. |
void |
stopContext()
Stop the camel context. |
| Method Detail |
|---|
org.apache.camel.ProducerTemplate getProducerTemplate()
void stopContext()
throws Exception
Exception - If stopping fails.
void addRoutes(org.apache.camel.builder.RouteBuilder builder)
throws Exception
builder - the route to add.
Exception - If adding routes fails.List<org.apache.camel.model.RouteDefinition> getRouteDefinitions()
void addToTheRegistry(InputStream inputStream)
throws Exception
inputStream - the input stream containing the entire xml file that
defines the entries to add.
Exceptionvoid removeFromTheRegistry(InputStream inputStream)
inputStream - the input stream containing the entire xml file that
defines the entries to remove.org.ow2.jonas.camel.registry.xml.RegistryWrapper getRegistryWrapper()
void addComponent(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 | |||||||||