org.apache.camel.component.jpa
Class JpaProducer

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

public class JpaProducer
extends DefaultProducer

Version:
$Revision: 787911 $

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultProducer
log
 
Constructor Summary
JpaProducer(JpaEndpoint endpoint, Expression expression)
           
 
Method Summary
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, 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 expression)
Method Detail

process

public void process(Exchange exchange)


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.