public class SmppConsumer
extends org.apache.camel.impl.DefaultConsumer
Consumer which use the SMPP protocol| Constructor and Description |
|---|
SmppConsumer(SmppEndpoint endpoint,
SmppConfiguration config,
org.apache.camel.Processor processor)
The constructor which gets a smpp endpoint, a smpp configuration and a
processor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
SmppConfiguration |
getConfiguration()
Returns the smpp configuration
|
SmppEndpoint |
getEndpoint() |
String |
toString() |
createUoW, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoutedoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic SmppConsumer(SmppEndpoint endpoint, SmppConfiguration config, org.apache.camel.Processor processor)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultConsumerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultConsumerExceptionpublic String toString()
toString in class org.apache.camel.impl.DefaultConsumerpublic SmppEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.impl.DefaultConsumerpublic SmppConfiguration getConfiguration()
Apache Camel