org.apache.camel.component.jpa
Class JpaProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer<Exchange>
          extended by org.apache.camel.component.jpa.JpaProducer
All Implemented Interfaces:
Processor, Producer<Exchange>, Service

public class JpaProducer
extends DefaultProducer<Exchange>

Version:
$Revision: 769677 $

Constructor Summary
JpaProducer(JpaEndpoint endpoint, Expression<Exchange> expression)
           
 
Method Summary
 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

JpaProducer

public JpaProducer(JpaEndpoint endpoint,
                   Expression<Exchange> expression)
Method Detail

process

public void process(Exchange exchange)


Apache CAMEL