net.sf.jdigg.requests
Class ListContainersRequest

java.lang.Object
  extended by net.sf.jdigg.requests.AbstractRequest
      extended by net.sf.jdigg.requests.ListContainersRequest

public class ListContainersRequest
extends AbstractRequest

Fetches a list of containers from Digg.

Please read this before you use the API: Be Polite, Please!

Since:
1.0 M2
Author:
Raymond H, Philip May

Field Summary
 
Fields inherited from class net.sf.jdigg.requests.AbstractRequest
DIGG_SERVICE_URL, log
 
Constructor Summary
ListContainersRequest(RequestConfig requestConfig)
           
 
Method Summary
 Containers allContainers(ListContainersArguments listContainersArguments)
          Get a list of all containers.
 Containers specifiedContainer(ListContainersArguments listContainersArguments, java.lang.String container)
          Get a specified container.
 
Methods inherited from class net.sf.jdigg.requests.AbstractRequest
buildRequestString, getHttpClient, getRequestConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListContainersRequest

public ListContainersRequest(RequestConfig requestConfig)
Method Detail

allContainers

public Containers allContainers(ListContainersArguments listContainersArguments)
                         throws RequestException,
                                ResponseParserException,
                                DiggException
Get a list of all containers.

Throws:
RequestException
ResponseParserException
DiggException

specifiedContainer

public Containers specifiedContainer(ListContainersArguments listContainersArguments,
                                     java.lang.String container)
                              throws RequestException,
                                     ResponseParserException,
                                     DiggException
Get a specified container.

Throws:
RequestException
ResponseParserException
DiggException


Copyright © 2008. All Rights Reserved.