org.apache.camel.component.jcr
Class JcrProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer<DefaultExchange>
org.apache.camel.component.jcr.JcrProducer
- All Implemented Interfaces:
- Processor, Producer<DefaultExchange>, Service
public class JcrProducer
- extends DefaultProducer<DefaultExchange>
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
JcrProducer
public JcrProducer(JcrEndpoint jcrEndpoint)
throws javax.jcr.LoginException,
javax.jcr.RepositoryException
- Throws:
javax.jcr.LoginException
javax.jcr.RepositoryException
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