org.cipango.diameter.ims
Class IMS

java.lang.Object
  extended by org.cipango.diameter.Factory
      extended by org.cipango.diameter.ims.IMS

public abstract class IMS
extends Factory


Field Summary
static int IMS_VENDOR_ID
           
 
Constructor Summary
IMS()
           
 
Method Summary
protected static ResultCode newImsResultCode(int code, java.lang.String name)
           
protected static
<T> Type<T>
newIMSType(java.lang.String name, int code, DataFormat<T> format)
           
 
Methods inherited from class org.cipango.diameter.Factory
newAnswer, newCommand, newRequest, newResultCode, newResultCode, newType, newType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMS_VENDOR_ID

public static final int IMS_VENDOR_ID
See Also:
Constant Field Values
Constructor Detail

IMS

public IMS()
Method Detail

newIMSType

protected static <T> Type<T> newIMSType(java.lang.String name,
                                        int code,
                                        DataFormat<T> format)

newImsResultCode

protected static ResultCode newImsResultCode(int code,
                                             java.lang.String name)


Copyright © 2010. All Rights Reserved.