org.apache.camel.component.jcr
Class JcrProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer<DefaultExchange>
          extended by org.apache.camel.component.jcr.JcrProducer
All Implemented Interfaces:
Processor, Producer<DefaultExchange>, Service

public class JcrProducer
extends DefaultProducer<DefaultExchange>


Constructor Summary
JcrProducer(JcrEndpoint jcrEndpoint)
           
 
Method Summary
protected  javax.jcr.Session openSession()
           
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, toString
 
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, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

JcrProducer

public JcrProducer(JcrEndpoint jcrEndpoint)
            throws javax.jcr.LoginException,
                   javax.jcr.RepositoryException
Throws:
javax.jcr.LoginException
javax.jcr.RepositoryException
Method Detail

process

public void process(Exchange exchange)
             throws Exception
Throws:
Exception

openSession

protected javax.jcr.Session openSession()
                                 throws javax.jcr.LoginException,
                                        javax.jcr.RepositoryException
Throws:
javax.jcr.LoginException
javax.jcr.RepositoryException


Apache CAMEL