org.apache.camel.component.smpp
Class SmppConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer
org.apache.camel.component.smpp.SmppConsumer
- All Implemented Interfaces:
- Consumer, Service
public class SmppConsumer
- extends DefaultConsumer
An implementation of @{link Consumer} which use the SMPP protocol
- Version:
- $Revision: 888296 $
- Author:
- muellerc
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
SmppConsumer
public SmppConsumer(SmppEndpoint endpoint,
SmppConfiguration configuration,
Processor processor)
- The constructor which gets a smpp endpoint, a smpp configuration and a processor
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
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.