org.isam.exehda.services.worb
Class WorbImpl.InvokeAction

java.lang.Object
  |
  +--org.isam.exehda.services.worb.WorbImpl.InvokeAction
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
WorbImpl

class WorbImpl.InvokeAction
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
WorbImpl.InvokeAction(WebServiceRef wsref, java.lang.Long opnum, java.io.InputStream rawin, HttpService.ServiceRequest req)
           
 
Method Summary
 byte[] getResult()
           
 HttpService.ServiceRequest getServiceRequest()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorbImpl.InvokeAction

public WorbImpl.InvokeAction(WebServiceRef wsref,
                             java.lang.Long opnum,
                             java.io.InputStream rawin,
                             HttpService.ServiceRequest req)
Method Detail

getServiceRequest

public HttpService.ServiceRequest getServiceRequest()

run

public void run()
Specified by:
run in interface java.lang.Runnable

getResult

public byte[] getResult()
                 throws java.lang.Exception
java.lang.Exception