org.apache.camel.component.smpp
Class SmppProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.smpp.SmppProducer
- All Implemented Interfaces:
- IsSingleton, Processor, Producer, Service
public class SmppProducer
- extends DefaultProducer
An implementation of @{link Producer} which use the SMPP protocol
- Version:
- $Revision: 17009 $
- Author:
- muellerc
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
SmppProducer
public SmppProducer(SmppEndpoint endpoint,
SmppConfiguration configuration)
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultProducer
- Throws:
Exception
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultProducer
- Throws:
Exception
getEndpoint
public SmppEndpoint getEndpoint()
- Description copied from interface:
Producer
- Gets the endpoint this producer sends to.
- Specified by:
getEndpoint in interface Producer- Overrides:
getEndpoint in class DefaultProducer
- Returns:
- the endpoint
getConfiguration
public SmppConfiguration getConfiguration()
- Returns the smppConfiguration for this producer
- Returns:
- the configuration
toString
public String toString()
- Overrides:
toString in class DefaultProducer
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.