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

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

public class EndpointIdentifierHandler
extends Object


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

Constructor Detail

EndpointIdentifierHandler

public EndpointIdentifierHandler()
Method Detail

decode

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

encodeList

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

decodeList

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


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