站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

SubscriptionHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.remoting
Class SubscriptionHandler

java.lang.Object
  extended by org.jboss.seam.remoting.BaseRequestHandler
      extended by org.jboss.seam.remoting.SubscriptionHandler
All Implemented Interfaces:
RequestHandler

public class SubscriptionHandler
extends BaseRequestHandler
implements RequestHandler

Author:
Shane Bryzak

Field Summary
 
Fields inherited from interface org.jboss.seam.remoting.RequestHandler
BODY_TAG_CLOSE, BODY_TAG_OPEN, ENVELOPE_TAG_CLOSE, ENVELOPE_TAG_OPEN, REF_TAG_CLOSE, REF_TAG_OPEN_END, REF_TAG_OPEN_START, REFS_TAG_CLOSE, REFS_TAG_OPEN
 
Constructor Summary
SubscriptionHandler()
           
 
Method Summary
 void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          The entry point for handling a request.
 void setServletContext(javax.servlet.ServletContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionHandler

public SubscriptionHandler()
Method Detail

setServletContext

public void setServletContext(javax.servlet.ServletContext ctx)
Specified by:
setServletContext in interface RequestHandler
Overrides:
setServletContext in class BaseRequestHandler

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