org.jets3t.service.impl.rest.httpclient
Interface AWSRequestAuthorizer

All Known Implementing Classes:
CloudFrontService, GoogleStorageService, RestS3Service, RestStorageService, S3Service

public interface AWSRequestAuthorizer


Method Summary
 void authorizeHttpRequest(org.apache.commons.httpclient.HttpMethod httpMethod)
           
 

Method Detail

authorizeHttpRequest

void authorizeHttpRequest(org.apache.commons.httpclient.HttpMethod httpMethod)
                          throws Exception
Throws:
Exception