|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jonas.camel.registry.api.AbstractRegistryComponent
public abstract class AbstractRegistryComponent
| Constructor Summary | |
|---|---|
AbstractRegistryComponent()
|
|
| Method Summary | |
|---|---|
abstract void |
addValues(java.io.InputStream input)
Add values to the registry. |
org.apache.camel.Endpoint |
createEndpoint(java.lang.String name)
Create the AbstractRegistryComponent endpoint. |
org.apache.camel.CamelContext |
getCamelContext()
Return the camel context. |
protected abstract java.lang.String |
lookup(java.lang.String name)
Look up a definition from the registry. |
abstract void |
removeValues(java.io.InputStream input)
Remove values from the registry. |
void |
setCamelContext(org.apache.camel.CamelContext context)
Set the camel context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRegistryComponent()
| Method Detail |
|---|
public org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.Componentpublic void setCamelContext(org.apache.camel.CamelContext context)
setCamelContext in interface org.apache.camel.Componentcontext - the camel context to set.
public org.apache.camel.Endpoint createEndpoint(java.lang.String name)
throws java.lang.Exception
createEndpoint in interface org.apache.camel.Componentjava.lang.Exception
protected abstract java.lang.String lookup(java.lang.String name)
throws java.lang.Exception
name - the name of the definition to lookup.
java.lang.Exception
public abstract void addValues(java.io.InputStream input)
throws java.lang.Exception
input - InputStream containing the values to add.
java.lang.Exception
public abstract void removeValues(java.io.InputStream input)
throws java.lang.Exception
input - InputStream containing the values to remove.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||