Interface | Description |
---|---|
EventHandler |
EventHandler - Event Handler Interface
|
RequestBodyMapHandler |
An handler that can extract a Map (typically used as a service input map) from the data in the body of a
ServletRequest . |
Class | Description |
---|---|
CoreEvents |
CoreEvents - WebApp Events Related To Framework pieces
|
EventFactory |
EventFactory - Event Handler Factory
|
FileUploadProgressListener |
FileUploadProgressListener - Commons FileUpload progress listener
|
GroovyEventHandler | |
JavaEventHandler |
JavaEventHandler - Static Method Java Event Handler
|
JSONRequestBodyMapHandler |
An implementation of
RequestBodyMapHandler that can extract a Map<String, Object> from the JSON data in the request body |
RequestBodyMapHandlerFactory |
Factory class that provides the proper
RequestBodyMapHandler based on the content type of the ServletRequest |
RomeEventHandler |
RomeEventHandler
|
ScriptEventHandler |
Generic Script Event Handler.
|
ServiceEventHandler |
ServiceEventHandler - Service Event Handler
|
ServiceMultiEventHandler |
ServiceMultiEventHandler - Event handler for running a service multiple times; for bulk forms
|
SimpleEventHandler |
SimpleEventHandler - Simple Event Mini-Lang Handler
|
SOAPEventHandler |
SOAPEventHandler - SOAP Event Handler implementation
|
TestEvent |
Test Events
|
XmlRpcEventHandler |
XmlRpcEventHandler
|
Exception | Description |
---|---|
EventHandlerException |
EventHandlerException.java
|