org.apache.camel.component.smpp
Class SmppConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer
          extended by org.apache.camel.component.smpp.SmppConsumer
All Implemented Interfaces:
Consumer, Service, ShutdownableService

public class SmppConsumer
extends DefaultConsumer

An implementation of @{link Consumer} which use the SMPP protocol

Version:
$Revision: 954316 $
Author:
muellerc

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultConsumer
log
 
Constructor Summary
SmppConsumer(SmppEndpoint endpoint, SmppConfiguration config, Processor processor)
          The constructor which gets a smpp endpoint, a smpp configuration and a processor
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 SmppConfiguration getConfiguration()
          Returns the smpp configuration
 SmppEndpoint getEndpoint()
           
 String toString()
           
 
Methods inherited from class org.apache.camel.impl.DefaultConsumer
getAsyncProcessor, getExceptionHandler, getProcessor, handleException, setExceptionHandler
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

SmppConsumer

public SmppConsumer(SmppEndpoint endpoint,
                    SmppConfiguration config,
                    Processor processor)
The constructor which gets a smpp endpoint, a smpp configuration and a processor

Method Detail

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class DefaultConsumer
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultConsumer
Throws:
Exception

toString

public String toString()
Overrides:
toString in class DefaultConsumer

getEndpoint

public SmppEndpoint getEndpoint()
Specified by:
getEndpoint in interface Consumer
Overrides:
getEndpoint in class DefaultConsumer

getConfiguration

public SmppConfiguration getConfiguration()
Returns the smpp configuration

Returns:
the configuration


Apache CAMEL