com.infoengine.ebai
Class IeExecService

java.lang.Object
  extended bycom.infoengine.ebai.AdapterWebject
      extended bycom.infoengine.ebai.IeExecService

public class IeExecService
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  RequestContext rqtCxt
           
private  com.cnt.ea.jclient3.ServiceConnection sc
           
private  String serviceName
           
 
Fields inherited from class com.infoengine.ebai.AdapterWebject
rb
 
Constructor Summary
IeExecService()
           
 
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

rqtCxt

private RequestContext rqtCxt

serviceName

private String serviceName

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
Constructor Detail

IeExecService

public IeExecService()
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