info.sswap.api.spi
Class HTTPAPI

java.lang.Object
  extended by info.sswap.api.spi.HTTPAPI

public class HTTPAPI
extends java.lang.Object

Accessor class to get HTTPClient and HTTPProviders.

Author:
Damian Gessler
See Also:
HTTPClient, HTTPProvider

Constructor Summary
HTTPAPI()
           
 
Method Summary
static HTTPClient getClient()
          Getter for a new Client.
static HTTPProvider getProvider()
          Getter for a new Provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPAPI

public HTTPAPI()
Method Detail

getClient

public static HTTPClient getClient()
Getter for a new Client. Allows Java API access to HTTP API graph generation.

Returns:
a new Client
See Also:
HTTPClient

getProvider

public static HTTPProvider getProvider()
Getter for a new Provider. Allows Java API access to HTTP API graph generation.

Returns:
a new Provider
See Also:
HTTPProvider


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.