org.apache.camel.component.ibatis
Class IBatisProducer

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

public class IBatisProducer
extends DefaultProducer

Version:
$Revision: 13007 $

Constructor Summary
IBatisProducer(IBatisEndpoint endpoint)
           
 
Method Summary
 IBatisEndpoint getEndpoint()
           
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, doStart, doStop, 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

IBatisProducer

public IBatisProducer(IBatisEndpoint endpoint)
Method Detail

getEndpoint

public IBatisEndpoint getEndpoint()
Specified by:
getEndpoint in interface Producer
Overrides:
getEndpoint in class DefaultProducer

process

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


Apache CAMEL