org.mobicents.slee.resource.diameter.base.events.avp.util
Class AvpDictionary

java.lang.Object
  extended by org.mobicents.slee.resource.diameter.base.events.avp.util.AvpDictionary

public class AvpDictionary
extends java.lang.Object


Field Summary
static AvpDictionary INSTANCE
           
 
Method Summary
 AvpRepresentation getAvp(int code)
           
 AvpRepresentation getAvp(int code, long vendorId)
           
 AvpRepresentation getAvp(java.lang.String avpName)
           
 void parseDictionart(java.lang.String filename)
           
 void parseDictionary(java.io.InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final AvpDictionary INSTANCE
Method Detail

parseDictionart

public void parseDictionart(java.lang.String filename)
                     throws java.lang.Exception
Throws:
java.lang.Exception

parseDictionary

public void parseDictionary(java.io.InputStream is)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getAvp

public AvpRepresentation getAvp(int code)

getAvp

public AvpRepresentation getAvp(int code,
                                long vendorId)

getAvp

public AvpRepresentation getAvp(java.lang.String avpName)


Copyright © 2008. All Rights Reserved.