org.glassfish.jersey.examples.xmlmoxy
Class CustomerResource

java.lang.Object
  extended by org.glassfish.jersey.examples.xmlmoxy.CustomerResource

@Path(value="/customer")
public class CustomerResource
extends Object


Constructor Summary
CustomerResource()
           
 
Method Summary
 Customer getCustomer()
           
 void setCustomer(Customer c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerResource

public CustomerResource()
Method Detail

getCustomer

public Customer getCustomer()

setCustomer

public void setCustomer(Customer c)


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.