public class RmiEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Modifier | Constructor and Description |
|---|---|
|
RmiEndpoint() |
|
RmiEndpoint(String endpointUri)
Deprecated.
|
protected |
RmiEndpoint(String endpointUri,
RmiComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
protected String |
createEndpointUri() |
org.apache.camel.Producer |
createProducer() |
ClassLoader |
getClassLoader() |
String |
getMethod() |
String |
getName() |
int |
getPort() |
Registry |
getRegistry() |
List<Class<?>> |
getRemoteInterfaces() |
URI |
getUri() |
boolean |
isSingleton() |
void |
setClassLoader(ClassLoader classLoader) |
void |
setMethod(String method) |
void |
setPort(int port) |
void |
setRemoteInterfaces(Class<?>... remoteInterfaces) |
void |
setRemoteInterfaces(List<Class<?>> remoteInterfaces) |
void |
setUri(URI uri) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic RmiEndpoint()
protected RmiEndpoint(String endpointUri, RmiComponent component) throws URISyntaxException
URISyntaxException@Deprecated public RmiEndpoint(String endpointUri) throws URISyntaxException
URISyntaxExceptionpublic boolean isSingleton()
protected String createEndpointUri()
createEndpointUri in class org.apache.camel.impl.DefaultEndpointpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic String getName()
public Registry getRegistry() throws RemoteException
RemoteExceptionpublic void setRemoteInterfaces(Class<?>... remoteInterfaces)
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader classLoader)
public int getPort()
public void setPort(int port)
public String getMethod()
public void setMethod(String method)
public URI getUri()
public void setUri(URI uri)
Apache Camel