|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.action.AbstractAction
it.eng.spago.dispatching.action.util.PublishAction
Constructor Summary | |
PublishAction()
|
Method Summary | |
void |
service(SourceBean serviceRequest,
SourceBean serviceResponse)
Questo metodo viene invocato dall'application framework per eseguire la logica di business implemetata dell'oggetto stesso. |
Methods inherited from class it.eng.spago.dispatching.action.AbstractAction |
getAction, getActionName, getConfig, init, setAction, setActionName |
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext |
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PublishAction()
Method Detail |
public void service(SourceBean serviceRequest, SourceBean serviceResponse) throws java.lang.Exception
ServiceIFace
serviceRequest
- il SourceBean
contenente i parametri della richiesta.serviceResponse
- il SourceBean
che dovrà essere popolato con gli
oggetti legati alla risposta.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |