org.mobicents.protocols.ss7.map
Class MAPMessageImpl

java.lang.Object
  extended by org.mobicents.protocols.ss7.map.MAPMessageImpl
All Implemented Interfaces:
MAPMessage
Direct Known Subclasses:
USSDServiceImpl

public abstract class MAPMessageImpl
extends java.lang.Object
implements MAPMessage

Author:
amit bhayani

Constructor Summary
MAPMessageImpl()
           
 
Method Summary
 long getInvokeId()
           
 MAPDialog getMAPDialog()
           
 void setInvokeId(long invokeId)
           
 void setMAPDialog(MAPDialog mapDialog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAPMessageImpl

public MAPMessageImpl()
Method Detail

getInvokeId

public long getInvokeId()
Specified by:
getInvokeId in interface MAPMessage

getMAPDialog

public MAPDialog getMAPDialog()
Specified by:
getMAPDialog in interface MAPMessage

setInvokeId

public void setInvokeId(long invokeId)
Specified by:
setInvokeId in interface MAPMessage

setMAPDialog

public void setMAPDialog(MAPDialog mapDialog)
Specified by:
setMAPDialog in interface MAPMessage


Copyright © 2011. All Rights Reserved.