gov.grants.apply.ws
Class AbstractWSProcessor

java.lang.Object
  extended bygov.grants.apply.ws.AbstractWSProcessor
All Implemented Interfaces:
WSProcessor
Direct Known Subclasses:
GetApplicationListProcessor, GetApplicationStatusDetailProcessor, GetOpportunityListProcessor, SubmitApplicationProcessor

public abstract class AbstractWSProcessor
extends java.lang.Object
implements WSProcessor

Provides useful methods for WSPRocessor classes.

Author:
Brian Husted

Field Summary
(package private) static org.apache.log4j.Logger log
           
 
Constructor Summary
AbstractWSProcessor()
           
 
Method Summary
static java.lang.String getUserId()
          Gets the current user's ID from the digital certificate provided in the SSL handshake.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.grants.apply.ws.WSProcessor
processRequest
 

Field Detail

log

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

AbstractWSProcessor

public AbstractWSProcessor()
Method Detail

getUserId

public static java.lang.String getUserId()
                                  throws java.lang.Exception
Gets the current user's ID from the digital certificate provided in the SSL handshake.

Returns:
Throws:
java.lang.Exception