Uses of Class
org.jboss.seam.rest.example.tasks.entity.JaxbTaskWrapper

Packages that use JaxbTaskWrapper
org.jboss.seam.rest.example.tasks.resource   
 

Uses of JaxbTaskWrapper in org.jboss.seam.rest.example.tasks.resource
 

Methods in org.jboss.seam.rest.example.tasks.resource with parameters of type JaxbTaskWrapper
 Response CategoryResource.createTask(JaxbTaskWrapper incommingTask, String categoryName, UriInfo uriInfo)
          This method only makes sense at /category/{category}/task not /task
 void TaskResource.updateTask(long taskId, UriInfo uriInfo, JaxbTaskWrapper incommingTask)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.