Uses of Class
com.dyuproject.oauth.Consumer

Packages that use Consumer
com.dyuproject.oauth   
 

Uses of Consumer in com.dyuproject.oauth
 

Methods in com.dyuproject.oauth that return Consumer
static Consumer Consumer.getInstance()
          Gets the instance configured from the default resource path DEFAULT_RESOURCE_PATH.
static Consumer Consumer.newInstance(InputStream in)
          Creates a new instance configured from the InputStream in.
static Consumer Consumer.newInstance(Properties props)
          Creates a new instance configured form the Properties props.
static Consumer Consumer.newInstance(String resourceLoc)
          Creates a new instance configured from the resource path resourceLoc.
static Consumer Consumer.newInstance(URL resource)
          Creates a new instance configured from the URL resource.
 



Copyright © 2008-2013. All Rights Reserved.