org.mobicents.protocols.ss7.sccp.parameter
Class OptionalParameter

java.lang.Object
  extended by org.mobicents.protocols.ss7.sccp.parameter.OptionalParameter

public abstract class OptionalParameter
extends java.lang.Object

Author:
baranowb

Field Summary
static OptionalParameter _EOP_
          End Of Optiona parameter
 
Constructor Summary
OptionalParameter()
          Creates a new instance of MandatoryVariablePart
 
Method Summary
abstract  void decode(byte[] buffer)
           
abstract  byte[] encode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_EOP_

public static OptionalParameter _EOP_
End Of Optiona parameter

Constructor Detail

OptionalParameter

public OptionalParameter()
Creates a new instance of MandatoryVariablePart

Method Detail

decode

public abstract void decode(byte[] buffer)
                     throws java.io.IOException
Throws:
java.io.IOException

encode

public abstract byte[] encode()
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.