org.apache.camel.component.jcr
Class JcrComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent<DefaultExchange>
org.apache.camel.component.jcr.JcrComponent
- All Implemented Interfaces:
- Component<DefaultExchange>, Service
public class JcrComponent
- extends DefaultComponent<DefaultExchange>
A component for integrating with JSR-170 (JCR) compliant content repositories
|
Field Summary |
static String |
NODE_NAME
Property key for specifying the name of a node in the repository |
| Methods inherited from class org.apache.camel.impl.DefaultComponent |
convertTo, createEndpoint, createExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateURI |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NODE_NAME
public static final String NODE_NAME
- Property key for specifying the name of a node in the repository
- See Also:
- Constant Field Values
JcrComponent
public JcrComponent()
createEndpoint
protected Endpoint<DefaultExchange> createEndpoint(String uri,
String remaining,
Map properties)
throws Exception
- Specified by:
createEndpoint in class DefaultComponent<DefaultExchange>
- Throws:
Exception
Apache CAMEL