com.sun.jersey.samples.optimisticconcurrency.resources
Class ItemContentResource

java.lang.Object
  extended by com.sun.jersey.samples.optimisticconcurrency.resources.ItemContentResource

public class ItemContentResource
extends java.lang.Object

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
ItemContentResource()
           
 
Method Summary
 Response get()
           
 void put(int version, HttpHeaders headers, byte[] in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemContentResource

public ItemContentResource()
Method Detail

get

public Response get()

put

public void put(int version,
                @Context
                HttpHeaders headers,
                byte[] in)


Copyright © 2011 Oracle Corporation. All Rights Reserved.