gov.grants.apply.ws
Class GetApplicationStatusDetailProcessor_RI
java.lang.Object
gov.grants.apply.ws.AbstractWSProcessor_RI
gov.grants.apply.ws.GetApplicationStatusDetailProcessor_RI
- All Implemented Interfaces:
- WSProcessor
- public class GetApplicationStatusDetailProcessor_RI
- extends AbstractWSProcessor_RI
This is the class for Processing a getting application status detail web
service request and obtaining a detailed application status from the
database.
- Author:
- Mark Sommer
Field Summary |
(package private) static org.apache.log4j.Logger |
log
|
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
GetApplicationStatusDetailProcessor_RI
public GetApplicationStatusDetailProcessor_RI()
processRequest
public java.lang.Object processRequest(java.lang.Object request)
throws java.lang.Exception
- Parameters:
request
- the Object of the webservice request.
- Returns:
- the Object of the application status detail.
- Throws:
java.lang.Exception
getStatusDetail
protected Application getStatusDetail(java.lang.String ggTrackingID)
throws java.lang.Exception
- Returns:
- the Application object that contains the detailed status.
- Throws:
java.lang.Exception