Uses of Class
org.jdiameter.client.impl.helpers.ExtensionPoint

Packages that use ExtensionPoint
org.jdiameter.client.impl.helpers   
org.jdiameter.server.impl.helpers   
 

Uses of ExtensionPoint in org.jdiameter.client.impl.helpers
 

Fields in org.jdiameter.client.impl.helpers declared as ExtensionPoint
static ExtensionPoint ExtensionPoint.ControllerLayer
          Controller layer
static ExtensionPoint ExtensionPoint.Internal
          List of internal extension point
static ExtensionPoint ExtensionPoint.InternalElementParser
          Element message implementation class name
static ExtensionPoint ExtensionPoint.InternalMessageParser
          Message parser implementation class name
static ExtensionPoint ExtensionPoint.InternalMetaData
          MetaData implementation class name
static ExtensionPoint ExtensionPoint.InternalPeerController
          Peer controller implementation class name
static ExtensionPoint ExtensionPoint.InternalPeerFsmFactory
          Peer fsm factory implementation class name
static ExtensionPoint ExtensionPoint.InternalRouterEngine
          Router enginr implementation class name
static ExtensionPoint ExtensionPoint.InternalSessionFactory
          Session factiry implementation class name
static ExtensionPoint ExtensionPoint.InternalTransportFactory
          Transport factory implementation class name
static ExtensionPoint ExtensionPoint.StackLayer
          Stack layer
static ExtensionPoint ExtensionPoint.TransportLayer
          Transport layer
 

Methods in org.jdiameter.client.impl.helpers that return ExtensionPoint
 ExtensionPoint[] ExtensionPoint.getArrayOfParameters()
          Return parameters of extension point
 

Methods in org.jdiameter.client.impl.helpers with parameters of type ExtensionPoint
 void ExtensionPoint.appendElements(ExtensionPoint... elements)
          Append extension point entries
 

Constructors in org.jdiameter.client.impl.helpers with parameters of type ExtensionPoint
AssemblerImpl(AssemblerImpl parent, org.jdiameter.api.Configuration e, ExtensionPoint p)
          Create child Assembler
ExtensionPoint(java.lang.String name, ExtensionPoint... elements)
           
ExtensionPoint(java.lang.String name, int id, ExtensionPoint... elements)
           
 

Uses of ExtensionPoint in org.jdiameter.server.impl.helpers
 

Subclasses of ExtensionPoint in org.jdiameter.server.impl.helpers
 class ExtensionPoint
          This class provide pluggable features
 

Constructors in org.jdiameter.server.impl.helpers with parameters of type ExtensionPoint
ExtensionPoint(java.lang.String name, ExtensionPoint... parameters)
           
ExtensionPoint(java.lang.String name, int id, ExtensionPoint... parameters)
           
 



Copyright © 2008. All Rights Reserved.