org.codehaus.mojo.delicious
Interface DeliciousConnection

All Known Implementing Classes:
LiveConnection

public interface DeliciousConnection

Handles the underlying communication with the delicious REST api.

Author:
ashley

Method Summary
 int executeMethod(org.apache.commons.httpclient.HttpClient client, org.apache.commons.httpclient.methods.GetMethod httpMethod)
           
 

Method Detail

executeMethod

int executeMethod(org.apache.commons.httpclient.HttpClient client,
                  org.apache.commons.httpclient.methods.GetMethod httpMethod)
                  throws java.io.IOException,
                         org.apache.commons.httpclient.HttpException
Throws:
java.io.IOException
org.apache.commons.httpclient.HttpException


Copyright © 2005-2010. All Rights Reserved.