Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.satyr.servlet.gateway.tethys
Class MessageGateway.Processor  view MessageGateway.Processor download MessageGateway.Processor.java

java.lang.Object
  extended bycom.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.
 
Constructor Summary
MessageGateway.Processor()
          Constructs a normal processor, with no extension.
MessageGateway.Processor(com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor setExtension)
          Constructs a processor with an extension.
 
Method Summary
 void process(java.util.HashMap messages, javax.servlet.ServletConfig servletConfig, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Extracts tethys specific information from the HTTP POST.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extension

protected com.aendvari.satyr.servlet.gateway.HttpFormGateway.Processor extension
Allows extension of this HttpFormGateway.Processor implementation.

Constructor Detail

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.

Method Detail

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