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

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

public class TCBegin
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
TCBegin(byte[] bin)
           
TCBegin(long txID)
          Creates a new instance of TCBegin
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.mobicents.jcc.inap.protocol.tcap.TCMessage
getComponents, getDialogue, getTxID, getType, setComponents, setDialogue, toByteArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TCBegin

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


TCBegin

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

toString

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


Copyright © 2008. All Rights Reserved.