org.apache.tomcat.bayeux
Class RequestFactory

java.lang.Object
  extended by org.apache.tomcat.bayeux.RequestFactory

public class RequestFactory
extends java.lang.Object


Constructor Summary
RequestFactory()
           
 
Method Summary
static BayeuxRequest getRequest(TomcatBayeux tomcatBayeux, org.jboss.servlet.http.HttpEvent event, JSONObject msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestFactory

public RequestFactory()
Method Detail

getRequest

public static BayeuxRequest getRequest(TomcatBayeux tomcatBayeux,
                                       org.jboss.servlet.http.HttpEvent event,
                                       JSONObject msg)
                                throws JSONException
Throws:
JSONException


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.