org.glassfish.jersey.examples.xmlmoxy
Class CustomerResource
java.lang.Object
org.glassfish.jersey.examples.xmlmoxy.CustomerResource
@Path(value="/customer")
public class CustomerResource
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerResource
public CustomerResource()
getCustomer
public Customer getCustomer()
setCustomer
public void setCustomer(Customer c)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.