org.apache.camel.component.jcr
Class JcrComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<DefaultExchange>
          extended by 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
 
Constructor Summary
JcrComponent()
           
 
Method Summary
protected  Endpoint<DefaultExchange> createEndpoint(String uri, String remaining, Map properties)
           
 
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
 

Field Detail

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
Constructor Detail

JcrComponent

public JcrComponent()
Method Detail

createEndpoint

protected Endpoint<DefaultExchange> createEndpoint(String uri,
                                                   String remaining,
                                                   Map properties)
                                            throws Exception
Specified by:
createEndpoint in class DefaultComponent<DefaultExchange>
Throws:
Exception


Apache CAMEL