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

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

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

TCAbort

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


TCAbort

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