|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SmppMarshalerSupport
this is the common marshaler interface for all SMPP marshalers
| 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 |
| Method Detail |
|---|
org.jsmpp.bean.MessageRequest fromNMS(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage message)
throws javax.xml.transform.TransformerException
exchange - the MessageExchangemessage - the NormalizedMessage
MessageRequest SMS content wrapper
javax.xml.transform.TransformerException
void toNMS(javax.jbi.messaging.NormalizedMessage message,
org.jsmpp.bean.MessageRequest mr)
throws javax.jbi.messaging.MessagingException
message - 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 | |||||||||