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

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

public class TCEnd
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
TCEnd(byte[] bin)
           
TCEnd(long txID)
          Creates a new instance of TCEnd
 
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

TCEnd

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


TCEnd

public TCEnd(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.