com.bradmcevoy.http
Interface ResourceHandler

All Superinterfaces:
Handler
All Known Subinterfaces:
ExistingEntityHandler
All Known Implementing Classes:
CopyHandler, DeleteHandler, GetHandler, LockHandler, MoveHandler, OptionsHandler, PostHandler, PropFindHandler, PropPatchHandler, ReportHandler, UnlockHandler

public interface ResourceHandler
extends Handler

Author:
brad

Method Summary
 void processResource(HttpManager manager, Request request, Response response, Resource r)
           
 
Methods inherited from interface com.bradmcevoy.http.Handler
getMethods, isCompatible, process
 

Method Detail

processResource

void processResource(HttpManager manager,
                     Request request,
                     Response response,
                     Resource r)
                     throws NotAuthorizedException,
                            ConflictException,
                            BadRequestException
Throws:
NotAuthorizedException
ConflictException
BadRequestException


Copyright © 2011. All Rights Reserved.