Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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

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


public abstract class EdrDataHelper
extends Object

This class provides method to create default EdrData objects.


Field Summary
protected  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.
static EdrDataHelper getHelper(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 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.

getHelper

public static EdrDataHelper getHelper(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.

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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