public class SmppConsumer
extends org.apache.camel.support.DefaultConsumer
| 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() |
createExchange, createUoW, defaultConsumerCallback, doBuild, doInit, doneUoW, doShutdown, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, releaseExchange, setExceptionHandler, setRoute, setRouteIdbuild, doFail, doLifecycleChange, doResume, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SmppConsumer(SmppEndpoint endpoint, SmppConfiguration config, org.apache.camel.Processor processor)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultConsumerExceptionpublic String toString()
toString in class org.apache.camel.support.DefaultConsumerpublic SmppEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultConsumerpublic SmppConfiguration getConfiguration()
Apache Camel