@UriEndpoint(firstVersion="1.0.0", scheme="rmi", title="RMI", syntax="rmi:hostname:port/name", consumerClass=RmiConsumer.class, label="messaging") 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)
You can set the name of the method to invoke.
|
void |
setPort(int port) |
void |
setRemoteInterfaces(Class<?>... remoteInterfaces) |
void |
setRemoteInterfaces(List<Class<?>> remoteInterfaces)
To specific the remote interfaces.
|
void |
setUri(URI uri) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public RmiEndpoint()
protected RmiEndpoint(String endpointUri, RmiComponent component) throws URISyntaxException
URISyntaxException
@Deprecated public RmiEndpoint(String endpointUri) throws URISyntaxException
URISyntaxException
public boolean isSingleton()
protected String createEndpointUri()
createEndpointUri
in class org.apache.camel.impl.DefaultEndpoint
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public String getName()
public Registry getRegistry() throws RemoteException
RemoteException
public void setRemoteInterfaces(List<Class<?>> remoteInterfaces)
public 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