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

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

public class ReasonCodeHandler
extends Object


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

Constructor Detail

ReasonCodeHandler

public ReasonCodeHandler()
Method Detail

decode

public static jain.protocol.ip.mgcp.message.parms.ReasonCode 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.ReasonCode reasonCode)


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