gov.grants.apply.ws
Interface WSProcessor

All Known Implementing Classes:
AbstractWSProcessor, AbstractWSProcessor_RI

public interface WSProcessor

Processes a Web Service Request. Should return the associated Web Services Reply Object. Exceptions should be thrown.

Author:
Brian Husted

Method Summary
 java.lang.Object processRequest(java.lang.Object request)
           
 

Method Detail

processRequest

public java.lang.Object processRequest(java.lang.Object request)
                                throws java.lang.Exception
Throws:
java.lang.Exception