org.jboss.seam.remoting
Class ExecutionHandler
java.lang.Object
org.jboss.seam.remoting.AbstractRequestHandler
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
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionHandler
public ExecutionHandler()
handle
public void handle(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- The entry point for handling a request.
- Specified by:
handle
in interface RequestHandler
- Parameters:
request
- HttpServletRequestresponse
- HttpServletResponse
- Throws:
Exception
Copyright © 2011 Seam Framework. All Rights Reserved.