org.mobicents.jcc.inap.protocol
Class InitialDP

java.lang.Object
  extended by org.mobicents.jcc.inap.protocol.Operation
      extended by org.mobicents.jcc.inap.protocol.InitialDP
All Implemented Interfaces:
java.io.Serializable

public class InitialDP
extends Operation

Author:
Oleg Kulikov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.jcc.inap.protocol.Operation
APPLY_CHARGING, CALL_INFORMATION_REPORT, CALL_INFORMATION_REQUEST, code, CONNECT, CONTINUE, EVENT_REPORT_BCSM, INITIAL_DP, REQUEST_REPORT_BCSM_EVENT
 
Constructor Summary
InitialDP()
          Creates a new instance of InitialDP
InitialDP(byte[] bin)
           
 
Method Summary
 CalledPartyBcdNumber getCalledPartyBcdNumber()
           
 CalledPartyNumber getCalledPartyNumber()
           
 CallingPartyNumber getCallingPartyNumber()
           
 int getServiceKey()
           
 byte[] toByteArray()
           
 java.lang.String toString()
           
 
Methods inherited from class org.mobicents.jcc.inap.protocol.Operation
getCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitialDP

public InitialDP()
Creates a new instance of InitialDP


InitialDP

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

getServiceKey

public int getServiceKey()

getCalledPartyBcdNumber

public CalledPartyBcdNumber getCalledPartyBcdNumber()

getCalledPartyNumber

public CalledPartyNumber getCalledPartyNumber()

getCallingPartyNumber

public CallingPartyNumber getCallingPartyNumber()

toByteArray

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

toString

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


Copyright © 2010. All Rights Reserved.