ModeShape Distribution 3.0.0.Beta4

org.modeshape.webdav
Interface IMethodExecutor

All Known Implementing Classes:
AbstractMethod, DeterminableMethod, DoCopy, DoDelete, DoGet, DoHead, DoLock, DoMkcol, DoMove, DoNotImplemented, DoOptions, DoPropfind, DoProppatch, DoPut, DoUnlock

public interface IMethodExecutor


Method Summary
 void execute(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
           
 

Method Detail

execute

void execute(ITransaction transaction,
             HttpServletRequest req,
             HttpServletResponse resp)
             throws IOException,
                    LockFailedException
Throws:
IOException
LockFailedException

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.