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
@GET
@Produces(value="application/xml")
public Customer getCustomer()
setCustomer
@PUT
@Consumes(value="application/xml")
public void setCustomer(Customer c)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.