|
||||||||||
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.coordinator.AbstractCoordinator
it.eng.spago.dispatching.action.ActionCoordinator
Constructor Summary | |
ActionCoordinator(java.lang.String businessType,
java.lang.String businessName)
|
Method Summary | |
void |
service(SourceBean serviceRequest,
SourceBean serviceResponse)
Il metodo service viene invocato dopo la creazione di un'istanza del coordinator. |
Methods inherited from class it.eng.spago.dispatching.coordinator.AbstractCoordinator |
getBusinessName, getBusinessType |
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 ActionCoordinator(java.lang.String businessType, java.lang.String businessName)
Method Detail |
public void service(SourceBean serviceRequest, SourceBean serviceResponse) throws java.lang.Exception
AbstractCoordinator
service
in interface ServiceIFace
service
in class AbstractCoordinator
serviceRequest
- nome del SourceBean
serviceResponse
- nome del SourceBean
java.lang.Exception
- viene lanciata se l'esecuzione del servizio viene bloccata da una anomalia
non gestibile.SourceBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |