org.gsm.oneapi.responsebean.mms
Class InboundMessageWrapper

java.lang.Object
  extended by org.gsm.oneapi.responsebean.mms.InboundMessageWrapper
All Implemented Interfaces:
java.io.Serializable

public class InboundMessageWrapper
extends java.lang.Object
implements java.io.Serializable

inboundMessageWrapper is a utility class used internally in converting an inboundMessage to/from JSON

See Also:
Serialized Form

Constructor Summary
InboundMessageWrapper()
           
 
Method Summary
 InboundMessage getInboundMessage()
          return an instance of an inboundMessage
 void setInboundMessage(InboundMessage inboundMessage)
          set the inboundMessage element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundMessageWrapper

public InboundMessageWrapper()
Method Detail

getInboundMessage

public InboundMessage getInboundMessage()
return an instance of an inboundMessage


setInboundMessage

public void setInboundMessage(InboundMessage inboundMessage)
set the inboundMessage element. This is called internally to set the contents according to the JSON response.