org.apache.camel.component.rmi
Class RmiProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
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 $
Methods inherited from class org.apache.camel.impl.DefaultProducer |
createExchange, createExchange, doStart, doStop, getEndpoint |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
isStarted, isStopped, isStopping, 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 |
RmiProducer
public RmiProducer(RmiEndpoint endpoint)
throws AccessException,
RemoteException,
NotBoundException
- Throws:
AccessException
RemoteException
NotBoundException
process
public void process(org.apache.camel.Exchange exchange)
throws AccessException,
RemoteException,
NotBoundException
- Throws:
AccessException
RemoteException
NotBoundException
getRemote
public Remote getRemote()
throws AccessException,
RemoteException,
NotBoundException
- Throws:
AccessException
RemoteException
NotBoundException
Copyright © 2007 Apache Software Foundation. All Rights Reserved.