gov.grants.apply.ws
Class GetOpportunityListProcessor_RI

java.lang.Object
  extended bygov.grants.apply.ws.AbstractWSProcessor_RI
      extended bygov.grants.apply.ws.GetOpportunityListProcessor_RI
All Implemented Interfaces:
WSProcessor

public class GetOpportunityListProcessor_RI
extends AbstractWSProcessor_RI

Processes a GetOpportunityList Web Service Request.

Author:
Feng Qian

Field Summary
(package private) static org.apache.log4j.Logger log
           
 
Constructor Summary
GetOpportunityListProcessor_RI()
           
 
Method Summary
protected static boolean hasValue(java.lang.Object o)
           
 java.lang.Object processRequest(java.lang.Object request)
           
 
Methods inherited from class gov.grants.apply.ws.AbstractWSProcessor_RI
getConnection
 
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
Constructor Detail

GetOpportunityListProcessor_RI

public GetOpportunityListProcessor_RI()
Method Detail

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 opportunities.
Throws:
java.lang.Exception

hasValue

protected static boolean hasValue(java.lang.Object o)
Parameters:
o - an object.
Returns:
a true if the object is not null, a false if the object is null.