org.cipango.diameter
Class Dictionary

java.lang.Object
  extended by org.cipango.diameter.Dictionary

public class Dictionary
extends java.lang.Object

Contains all loaded diameter types (commands, AVP types ...)


Constructor Summary
Dictionary()
           
 
Method Summary
 DiameterCommand getAnswer(int code)
           
static Dictionary getInstance()
           
 DiameterCommand getRequest(int code)
           
 ResultCode getResultCode(int vendorId, int code)
           
 Type<?> getType(int vendorId, int code)
           
 long id(int vendorId, int code)
           
 void load(java.lang.Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()
Method Detail

getInstance

public static Dictionary getInstance()

getRequest

public DiameterCommand getRequest(int code)

getAnswer

public DiameterCommand getAnswer(int code)

getType

public Type<?> getType(int vendorId,
                       int code)

getResultCode

public ResultCode getResultCode(int vendorId,
                                int code)

load

public void load(java.lang.Class<?> clazz)

id

public long id(int vendorId,
               int code)


Copyright © 2010. All Rights Reserved.