com.bradmcevoy.http
Interface ExistingEntityHandler

All Superinterfaces:
Handler, ResourceHandler
All Known Implementing Classes:
CopyHandler, DeleteHandler, GetHandler, MoveHandler, PostHandler, PropFindHandler, PropPatchHandler, ReportHandler, UnlockHandler

public interface ExistingEntityHandler
extends ResourceHandler

Author:
brad

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

Method Detail

processExistingResource

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


Copyright © 2011. All Rights Reserved.