org.jboss.seam.remoting.model
Class ModelHandler

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

public class ModelHandler
extends AbstractRequestHandler
implements RequestHandler

Handles incoming model fetch/apply requests

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
ModelHandler()
           
 
Method Summary
 void handle(HttpServletRequest request, HttpServletResponse response)
           
 
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

ModelHandler

public ModelHandler()
Method Detail

handle

public void handle(HttpServletRequest request,
                   HttpServletResponse response)
            throws Exception
Specified by:
handle in interface RequestHandler
Throws:
Exception


Copyright © 2011 Seam Framework. All Rights Reserved.