org.apache.camel.component.rmi
Class RmiEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<org.apache.camel.component.bean.BeanExchange>
org.apache.camel.component.rmi.RmiEndpoint
- All Implemented Interfaces:
- org.apache.camel.Endpoint<org.apache.camel.component.bean.BeanExchange>
public class RmiEndpoint
- extends org.apache.camel.impl.DefaultEndpoint<org.apache.camel.component.bean.BeanExchange>
- Version:
- $Revision:520964 $
Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
convertTo, createExchange, createExecutorService, createPollingConsumer, equals, getComponent, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString |
RmiEndpoint
protected RmiEndpoint(String endpointUri,
RmiComponent component)
throws URISyntaxException
- Throws:
URISyntaxException
isSingleton
public boolean isSingleton()
createExchange
public org.apache.camel.component.bean.BeanExchange createExchange()
createConsumer
public org.apache.camel.Consumer<org.apache.camel.component.bean.BeanExchange> createConsumer(org.apache.camel.Processor processor)
throws Exception
- Throws:
Exception
createProducer
public org.apache.camel.Producer<org.apache.camel.component.bean.BeanExchange> createProducer()
throws Exception
- Throws:
Exception
getName
public String getName()
getRegistry
public Registry getRegistry()
throws RemoteException
- Throws:
RemoteException
getRemoteInterfaces
public List<Class> getRemoteInterfaces()
setRemoteInterfaces
public void setRemoteInterfaces(List<Class> remoteInterfaces)
setRemoteInterfaces
public void setRemoteInterfaces(Class... remoteInterfaces)
getClassLoader
public ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getPort
public int getPort()
setPort
public void setPort(int port)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.