org.jboss.example.jaxrs2.async
Class CustomerResource
java.lang.Object
org.jboss.example.jaxrs2.async.CustomerResource
@Path(value="/customers")
public class CustomerResource
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerResource
public CustomerResource()
getByName
public Customer getByName(String name)
getById
@Path(value="{id}")
public Customer getById(String id)
Copyright © 2013. All Rights Reserved.