org.jboss.seam.remoting
Class ExecutionHandler

java.lang.Object
  extended by org.jboss.seam.remoting.AbstractRequestHandler
      extended by org.jboss.seam.remoting.ExecutionHandler
All Implemented Interfaces:
RequestHandler

public class ExecutionHandler
extends AbstractRequestHandler
implements RequestHandler

Unmarshals the calls from an HttpServletRequest, executes them in order and marshals the responses.

Author:
Shane Bryzak

Field Summary
 
Fields inherited from interface org.jboss.seam.remoting.RequestHandler
BODY_TAG_CLOSE, BODY_TAG_OPEN, CALL_ID_TAG_CLOSE, CALL_ID_TAG_OPEN, CONTEXT_TAG_CLOSE, CONTEXT_TAG_OPEN, CONVERSATION_ID_TAG_CLOSE, CONVERSATION_ID_TAG_OPEN, ENVELOPE_TAG_CLOSE, ENVELOPE_TAG_OPEN, HEADER_CLOSE, HEADER_OPEN, REF_TAG_CLOSE, REF_TAG_OPEN_END, REF_TAG_OPEN_START, REFS_TAG_CLOSE, REFS_TAG_OPEN
 
Constructor Summary
ExecutionHandler()
           
 
Method Summary
 void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          The entry point for handling a request.
 
Methods inherited from class org.jboss.seam.remoting.AbstractRequestHandler
activateConversationContext, deactivateConversationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionHandler

public ExecutionHandler()
Method Detail

handle

public void handle(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws Exception
The entry point for handling a request.

Specified by:
handle in interface RequestHandler
Parameters:
request - HttpServletRequest
response - HttpServletResponse
Throws:
Exception


Copyright © 2011 Seam Framework. All Rights Reserved.