@Path(value="/customer") public class CustomerResource extends Object
CustomerResource()
Customer
getCustomer()
void
setCustomer(Customer c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CustomerResource()
@GET @Produces(value="application/xml") public Customer getCustomer()
@PUT @Consumes(value="application/xml") public void setCustomer(Customer c)
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.