java.lang.Object
com.aendvari.satyr.servlet.gateway.tethys.MessageGateway.Processor
- All Implemented Interfaces:
- com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor
- Enclosing class:
- MessageGateway
- public static class MessageGateway.Processor
- extends java.lang.Object
- implements com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor
Extracts tethys specific information from the HTTP POST.
This is called after the messages have been extracted from the HTTP POST.
|
Field Summary |
protected com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor |
extension
Allows extension of this HttpFormGateway.Processor implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extension
protected com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor extension
- Allows extension of this
HttpFormGateway.Processor implementation.
MessageGateway.Processor
public MessageGateway.Processor()
- Constructs a normal processor, with no extension.
MessageGateway.Processor
public MessageGateway.Processor(com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor setExtension)
- Constructs a processor with an extension.
process
public void process(java.util.HashMap messages,
javax.servlet.ServletConfig servletConfig,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException
- Extracts tethys specific information from the HTTP POST.
- Specified by:
process in interface com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor