com.filenet.wcm.apps.server.util.webdav
Class WebDAVMethodFactory

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.webdav.WebDAVMethodFactory

public class WebDAVMethodFactory
extends java.lang.Object


Constructor Summary
WebDAVMethodFactory()
           
 
Method Summary
static WebDAVMethod createMethod(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebDAVController controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVMethodFactory

public WebDAVMethodFactory()
Method Detail

createMethod

public static WebDAVMethod createMethod(javax.servlet.http.HttpServletRequest request,
                                        javax.servlet.http.HttpServletResponse response,
                                        WebDAVController controller)
                                 throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.