@UriEndpoint(scheme="stomp",
title="Stomp",
syntax="stomp:destination",
consumerClass=StompConsumer.class,
label="messaging")
public class StompEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
StompEndpoint(String uri,
StompComponent component,
StompConfiguration configuration,
String destination) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
boolean |
isSingleton() |
protected void |
send(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic StompEndpoint(String uri, StompComponent component, StompConfiguration configuration, String destination)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultEndpointExceptionprotected void send(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback)
Apache Camel