Oracle Corporation

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.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

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

Oracle Corporation