Skip to content

Request and RequestHanler

craig8 edited this page Oct 9, 2014 · 1 revision

GOSS is designed to be easily extensible. GOSS uses annotations to map a request to a specific handler of that request.

A request must extend GOSS's pnnl.goss.core.Request class or one of it's derived classes and the handler must extend pnnl.goss.core.server.AbstractRequestHandler.

Clone this wiki locally