|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.smpp.marshaler.DefaultSmppMarshaler
public class DefaultSmppMarshaler
Default SMPP Marshaler
| Constructor Summary | |
|---|---|
DefaultSmppMarshaler()
|
|
| Method Summary | |
|---|---|
org.jsmpp.bean.MessageRequest |
fromNMS(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage message)
Converts a normalized message from the NMR into SMPP message |
void |
toNMS(javax.jbi.messaging.NormalizedMessage message,
org.jsmpp.bean.MessageRequest mr)
Converts the received SMPP message into a normalized message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSmppMarshaler()
| Method Detail |
|---|
public org.jsmpp.bean.MessageRequest fromNMS(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage message)
throws javax.xml.transform.TransformerException
SmppMarshalerSupport
fromNMS in interface SmppMarshalerSupportexchange - the MessageExchangemessage - the NormalizedMessage
MessageRequest SMS content wrapper
javax.xml.transform.TransformerException
public void toNMS(javax.jbi.messaging.NormalizedMessage message,
org.jsmpp.bean.MessageRequest mr)
throws javax.jbi.messaging.MessagingException
SmppMarshalerSupport
toNMS in interface SmppMarshalerSupportmessage - the NormalizedMessage to send on the NMRmr - the MessageRequest SMS content wrapper
javax.jbi.messaging.MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||