org.mobicents.protocols.mgcp.parser.params
Class InfoCodeHandler

java.lang.Object
  extended by org.mobicents.protocols.mgcp.parser.params.InfoCodeHandler

public class InfoCodeHandler
extends Object


Constructor Summary
InfoCodeHandler()
           
 
Method Summary
static jain.protocol.ip.mgcp.message.parms.InfoCode decode(byte[] value, int offset, int length)
           
static jain.protocol.ip.mgcp.message.parms.InfoCode[] decodeList(byte[] value, int offset, int length)
           
static int encode(byte[] destination, int offset, jain.protocol.ip.mgcp.message.parms.InfoCode infoCode)
           
static int encodeList(byte[] destination, int offset, jain.protocol.ip.mgcp.message.parms.InfoCode[] infoCodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoCodeHandler

public InfoCodeHandler()
Method Detail

decode

public static jain.protocol.ip.mgcp.message.parms.InfoCode decode(byte[] value,
                                                                  int offset,
                                                                  int length)
                                                           throws ParseException
Throws:
ParseException

encode

public static int encode(byte[] destination,
                         int offset,
                         jain.protocol.ip.mgcp.message.parms.InfoCode infoCode)

encodeList

public static int encodeList(byte[] destination,
                             int offset,
                             jain.protocol.ip.mgcp.message.parms.InfoCode[] infoCodes)

decodeList

public static jain.protocol.ip.mgcp.message.parms.InfoCode[] decodeList(byte[] value,
                                                                        int offset,
                                                                        int length)
                                                                 throws ParseException
Throws:
ParseException


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.