gov.grants.apply.ws
Class WSRequestProcessor

java.lang.Object
  extended bygov.grants.apply.ws.WSRequestProcessor

public class WSRequestProcessor
extends java.lang.Object

A processor for handling Web Services Requests.

Author:
Brian Husted

Field Summary
(package private) static org.apache.log4j.Logger log
           
 
Method Summary
static java.lang.Object processWS(java.lang.Object request)
          Method uses the WSProcessorFactory to create the appropriate WSProcessor and exectues the Web Services Request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static final org.apache.log4j.Logger log
Method Detail

processWS

public static java.lang.Object processWS(java.lang.Object request)
                                  throws java.lang.Exception
Method uses the WSProcessorFactory to create the appropriate WSProcessor and exectues the Web Services Request.

Parameters:
request - the Object.
Returns:
The Web Service Response Object.
Throws:
java.lang.Exception