com.infoengine.ebai
Class EBAIAdapterWebject

java.lang.Object
  extended bycom.infoengine.ebai.AdapterWebject
      extended bycom.infoengine.ebai.EBAIAdapterWebject
Direct Known Subclasses:
IeCreateObjects, IeDeleteObjects, IeQueryObjects, IeUpdateObjects

public class EBAIAdapterWebject
extends AdapterWebject


Field Summary
private  String clientName
           
private  com.cnt.ea.jclient3.utility.DebugController debug
           
private  int debugLevel
           
private  String eaClass
           
private  boolean eaCService
           
private  String eaEnvMgr
           
private  String eaMethod
           
private  String eaService
           
private  String eaSession
           
private  Enumeration groupOut
           
private  com.cnt.ea.jclient3.ServiceConnection sc
           
protected  StringBuffer scratch
           
 
Fields inherited from class com.infoengine.ebai.AdapterWebject
rb, rqtCxt, serviceName
 
Constructor Summary
EBAIAdapterWebject()
           
 
Method Summary
 void init(RequestContext rqtContext)
           
 void process()
           
 
Methods inherited from class com.infoengine.ebai.AdapterWebject
getRequestContext, getResponse, toClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eaClass

private String eaClass

eaService

private String eaService

eaMethod

private String eaMethod

eaEnvMgr

private String eaEnvMgr

eaSession

private String eaSession

eaCService

private boolean eaCService

groupOut

private Enumeration groupOut

debugLevel

private int debugLevel

debug

private com.cnt.ea.jclient3.utility.DebugController debug

sc

private com.cnt.ea.jclient3.ServiceConnection sc

clientName

private String clientName

scratch

protected StringBuffer scratch
Constructor Detail

EBAIAdapterWebject

public EBAIAdapterWebject()
Method Detail

init

public void init(RequestContext rqtContext)
Specified by:
init in class AdapterWebject

process

public void process()
             throws IEException
Specified by:
process in class AdapterWebject
Throws:
IEException