org.apache.camel.component.rmi
Class RmiProducer

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

public class RmiProducer
extends org.apache.camel.impl.DefaultProducer

Version:
$Revision: 533076 $

Constructor Summary
RmiProducer(RmiEndpoint endpoint)
           
 
Method Summary
 Remote getRemote()
           
 void process(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, doStart, doStop, getEndpoint
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

RmiProducer

public RmiProducer(RmiEndpoint endpoint)
            throws RemoteException,
                   NotBoundException
Throws:
RemoteException
NotBoundException
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws Exception
Throws:
Exception

getRemote

public Remote getRemote()
                 throws RemoteException,
                        NotBoundException
Throws:
RemoteException
NotBoundException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.