|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wlcp.wlng.api.edr.EdrDataHelper
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 |
protected java.lang.String className
Constructor Detail |
public EdrDataHelper()
Method Detail |
public abstract EdrData createData()
public abstract EdrData createDataWithRequestContext(RequestContext ctx)
ctx
- requestcontext
public static EdrDataHelper getHelper(java.lang.Class c)
c
- The class using the helper.
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |