com.infoengine.webject.msg
Class CallRemoteprocedure

java.lang.Object
  extended bycom.infoengine.webject.Webject
      extended bycom.infoengine.webject.msg.CallRemoteprocedure
Direct Known Subclasses:
CallSoapservice

public class CallRemoteprocedure
extends Webject


Field Summary
protected  boolean DEBUG
           
protected  String DEFAULT_HANDLER
           
private static String PARM_HANDLER
           
 
Constructor Summary
CallRemoteprocedure()
           
 
Method Summary
 Task invoke(Task task)
           
private  Throwable unwrapSOAPException(javax.xml.soap.SOAPException soapE)
           
 
Methods inherited from class com.infoengine.webject.Webject
booleanParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

protected boolean DEBUG

PARM_HANDLER

private static final String PARM_HANDLER
See Also:
Constant Field Values

DEFAULT_HANDLER

protected String DEFAULT_HANDLER
Constructor Detail

CallRemoteprocedure

public CallRemoteprocedure()
Method Detail

invoke

public Task invoke(Task task)
            throws IEException
Specified by:
invoke in class Webject
Throws:
IEException

unwrapSOAPException

private Throwable unwrapSOAPException(javax.xml.soap.SOAPException soapE)