org.jboss.resteasy.plugins.server.tjws
Class TJWSServletDispatcher

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
              extended by org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class TJWSServletDispatcher
extends HttpServletDispatcher

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
dispatcher, providerFactory
 
Constructor Summary
TJWSServletDispatcher()
           
TJWSServletDispatcher(SecurityDomain domain)
           
 
Method Summary
 void service(java.lang.String httpMethod, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setContextPath(java.lang.String contextPath)
           
 void setSecurityDomain(SecurityDomain domain)
           
 
Methods inherited from class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
createHttpRequest, createServletResponse, getDispatcher, init, service, setDispatcher
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TJWSServletDispatcher

public TJWSServletDispatcher()

TJWSServletDispatcher

public TJWSServletDispatcher(SecurityDomain domain)
Method Detail

setContextPath

public void setContextPath(java.lang.String contextPath)

service

public void service(java.lang.String httpMethod,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.io.IOException
Overrides:
service in class HttpServletDispatcher
Throws:
java.io.IOException

setSecurityDomain

public void setSecurityDomain(SecurityDomain domain)


Copyright © 2009. All Rights Reserved.