org.jboss.resteasy.example.oauth
Class ProductDatabaseClient

java.lang.Object
  extended by org.jboss.resteasy.example.oauth.ProductDatabaseClient

public class ProductDatabaseClient
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ProductDatabaseClient()
           
 
Method Summary
static List<String> getProducts(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductDatabaseClient

public ProductDatabaseClient()
Method Detail

getProducts

public static List<String> getProducts(javax.servlet.http.HttpServletRequest request)


Copyright © 2013. All Rights Reserved.