gov.grants.apply.ws
Class GetApplicationListProcessor
java.lang.Object
gov.grants.apply.ws.AbstractWSProcessor
gov.grants.apply.ws.GetApplicationListProcessor
- All Implemented Interfaces:
- WSProcessor
- public class GetApplicationListProcessor
- extends AbstractWSProcessor
This is the class for Processing a getting application list web service
request and obtaining a list of applications.
- Author:
- Brian Husted
Field Summary |
(package private) static org.apache.log4j.Logger |
log
|
Method Summary |
protected java.util.List |
getApplicationList(java.util.List applicationFilters)
|
java.lang.Object |
processRequest(java.lang.Object request)
Processes a GetApplicationListRequest. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
static final org.apache.log4j.Logger log
GetApplicationListProcessor
public GetApplicationListProcessor()
processRequest
public java.lang.Object processRequest(java.lang.Object request)
throws java.lang.Exception
- Processes a GetApplicationListRequest.
- Parameters:
request
- the Object of the webservice request.
- Returns:
- the Object of the applications.
- Throws:
java.lang.Exception
getApplicationList
protected java.util.List getApplicationList(java.util.List applicationFilters)
throws java.lang.Exception
- Throws:
java.lang.Exception