org.apache.camel.component.restlet
Class RestletProducer

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

public class RestletProducer
extends DefaultProducer

A Camel producer that acts as a client to Restlet server.

Version:
$Revision: 778399 $

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

RestletProducer

public RestletProducer(RestletEndpoint endpoint)
                throws Exception
Throws:
Exception
Method Detail

doStart

public void doStart()
             throws Exception
Overrides:
doStart in class DefaultProducer
Throws:
Exception

doStop

public void doStop()
            throws Exception
Overrides:
doStop in class DefaultProducer
Throws:
Exception

process

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


Apache CAMEL