wt.workflow.robots
Class WfInternalRequest
java.lang.Object
wt.workflow.robots.WfInternalRequest
- public class WfInternalRequest
- extends Object
Workflow handler class for internal robot method requests.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
done
private boolean done
VERBOSE
private static boolean VERBOSE
props
private static WTProperties props
WTOBJECT_CLASS
private static final Class WTOBJECT_CLASS
WfInternalRequest
private WfInternalRequest()
- Uninstantiable class.
processRequest
public static Object processRequest(String oid,
boolean wait)
throws WTException
- This version of the method handles the response for the POST.
Insure that you set all the HTTP response headers that you want
prior to getting the output stream with the response objects
getOutputStream call.
- Throws:
WTException
invokeMethod
private static Object invokeMethod(String oidString)
throws WTException
- Throws:
WTException
getServiceObject
private static Object getServiceObject(String service_name)
throws WTException
- Throws:
WTException
getService
private static Object getService(WfInternalMethodTemplate template)
throws WTException
- Throws:
WTException
getServiceMethod
private static Method getServiceMethod(Class srv_class,
WfInternalMethodTemplate template)
throws WTException
- Throws:
WTException
getParameterTypes
private static Class[] getParameterTypes(WfInternalMethodTemplate template)
throws WTException
- Throws:
WTException