- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class InterfaceX_EngineSideServer
extends javax.servlet.http.HttpServlet
InterfaceX_EngineSideServer receives posts from the exception service and passes
them as method calls to the Engine.
This class is a member class of Interface X, which provides an interface
between the YAWL Engine and a Custom YAWL Service that manages exception
handling at the process level.
InterfaceB_EngineBasedServer was used as a template for this class.
Schematic of Interface X:
|
EXCEPTION | INTERFACE X
GATEWAY | SERVICE
(implements) | | (implements) |
| | |
+==========+ -----> ENGINE-SIDE ---|--> SERVICE-SIDE -----> +=============+
|| YAWL || CLIENT | SERVER || EXCEPTION ||
|| ENGINE || | || SERVICE ||
+==========+ <----- ENGINE-SIDE <--|--- SERVICE-SIDE <----- +=============+
SERVER | CLIENT
|
- Version:
- 0.8, 04/07/2006
- Author:
- Michael Adams |
- See Also:
- Serialized Form