Samples JDK
List of all members | Public Member Functions
com.freemindcafe.apache.cxf.jaxrs.sample8.TicketsResource Class Reference

Public Member Functions

List< TicketgetTickets ()
 
List< String > getAssignees ()
 
Ticket getTicket (@PathParam("ticketId") Long ticketId)
 
Ticket putTicket (@PathParam("ticketId") Long ticketId, Ticket ticket)
 
Ticket postTicket (Ticket ticket)
 
Ticket deleteTicket (@PathParam("ticketId") Long ticketId)
 
Response downloadContent (@PathParam("ticketId") final Long ticketId) throws IOException
 

The documentation for this class was generated from the following file: