org.jboss.resteasy.example.oauth
Class CustomerService

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

@Path(value="customers")
public class CustomerService
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
CustomerService()
           
 
Method Summary
 List<String> getCustomers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerService

public CustomerService()
Method Detail

getCustomers

public List<String> getCustomers()


Copyright © 2013. All Rights Reserved.