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

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

public class Invoke
extends Component

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
Invoke(byte[] bin)
           
Invoke(int invokeID, Operation operation)
          Creates a new instance of Invoke
 
Method Summary
 int getInvokeID()
           
 Operation getOperation()
           
 byte[] toByteArray()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invoke

public Invoke(int invokeID,
              Operation operation)
Creates a new instance of Invoke


Invoke

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

getInvokeID

public int getInvokeID()

getOperation

public Operation getOperation()

toByteArray

public byte[] toByteArray()
Specified by:
toByteArray in class Component

toString

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


Copyright © 2008. All Rights Reserved.