org.mobicents.jcc.inap.protocol.tcap
Class TCContinue

java.lang.Object
  extended by org.mobicents.jcc.inap.protocol.tcap.TCMessage
      extended by org.mobicents.jcc.inap.protocol.tcap.TCContinue
All Implemented Interfaces:
java.io.Serializable

public class TCContinue
extends TCMessage

Author:
Oleg Kulikov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.jcc.inap.protocol.tcap.TCMessage
ABORT, BEGIN, components, CONTINUE, dialogue, END, txID, type
 
Constructor Summary
TCContinue(byte[] bin)
           
TCContinue(long txID)
          Creates a new instance of TCContinue
 
Method Summary
 byte[] toByteArray()
           
 java.lang.String toString()
           
 
Methods inherited from class org.mobicents.jcc.inap.protocol.tcap.TCMessage
getComponents, getDialogue, getTxID, getType, setComponents, setDialogue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TCContinue

public TCContinue(long txID)
Creates a new instance of TCContinue


TCContinue

public TCContinue(byte[] bin)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

toByteArray

public byte[] toByteArray()
Overrides:
toByteArray in class TCMessage

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.