org.apache.camel.component.smpp
Class SmppMessage
java.lang.Object
org.apache.camel.impl.MessageSupport
org.apache.camel.impl.DefaultMessage
org.apache.camel.component.smpp.SmppMessage
- All Implemented Interfaces:
- Message
public class SmppMessage
- extends DefaultMessage
Represents a Message for working with SMPP
- Version:
- $Revision: 889123 $
- Author:
- muellerc
| Methods inherited from class org.apache.camel.impl.DefaultMessage |
addAttachment, copyFrom, createAttachments, createExchangeId, createHeaders, getAttachment, getAttachmentNames, getAttachments, getHeader, getHeader, getHeader, getHeader, getHeaders, hasAttachments, hasHeaders, hasPopulatedHeaders, isFault, populateInitialAttachments, populateInitialHeaders, removeAttachment, removeHeader, setAttachments, setFault, setHeader, setHeaders |
| Methods inherited from class org.apache.camel.impl.MessageSupport |
copy, createMessageId, getBody, getBody, getBody, getExchange, getMandatoryBody, getMandatoryBody, getMessageId, setBody, setBody, setExchange, setMessageId |
SmppMessage
public SmppMessage(SmppConfiguration configuration)
SmppMessage
public SmppMessage(org.jsmpp.bean.AlertNotification command,
SmppConfiguration configuration)
SmppMessage
public SmppMessage(org.jsmpp.bean.DeliverSm command,
SmppConfiguration configuration)
newInstance
public SmppMessage newInstance()
- Overrides:
newInstance in class DefaultMessage
createBody
protected Object createBody()
- Overrides:
createBody in class MessageSupport
toString
public String toString()
- Overrides:
toString in class DefaultMessage
getCommand
public org.jsmpp.bean.Command getCommand()
- Returns the underlying jSMPP command
- Returns:
- command
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.