Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

com.bea.wlcp.wlng.api.edr
Class EdrDataHelper

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.edr.EdrDataHelper

public abstract class EdrDataHelper
extends java.lang.Object

This class provides method to create default EdrData objects.


Field Summary
protected  java.lang.String className
          Class holding the EdrDataHelper
 
Constructor Summary
EdrDataHelper()
           
 
Method Summary
abstract  EdrData createData()
          Returns a new EdrData object with all attributes from the current RequestContext object and AppSessionManager.
abstract  EdrData createDataWithRequestContext(RequestContext ctx)
          Returns a new EdrData object with all attributes from the current RequestContext object and AppSessionManager.
static EdrDataHelper getHelper(java.lang.Class c)
          Returns a new instance of the EdrDataHelper for a particular class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected java.lang.String className
Class holding the EdrDataHelper

Constructor Detail

EdrDataHelper

public EdrDataHelper()
Method Detail

createData

public abstract EdrData createData()
Returns a new EdrData object with all attributes from the current RequestContext object and AppSessionManager.

Returns:
A new EdrData.

createDataWithRequestContext

public abstract EdrData createDataWithRequestContext(RequestContext ctx)
Returns a new EdrData object with all attributes from the current RequestContext object and AppSessionManager.

Parameters:
ctx - requestcontext
Returns:
A new EdrData.

getHelper

public static EdrDataHelper getHelper(java.lang.Class c)
Returns a new instance of the EdrDataHelper for a particular class.

Parameters:
c - The class using the helper.
Returns:
The EdrDataHelper for this class.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.