org.apache.cxf.jaxrs.model.wadl.petstore
Class PetStore
java.lang.Object
org.apache.cxf.jaxrs.model.wadl.petstore.PetStore
public class PetStore
- extends Object
The Pet Store
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLOSED
public static final String CLOSED
- See Also:
- Constant Field Values
PetStore
public PetStore()
getBaseStatus
public javax.ws.rs.core.Response getBaseStatus()
throws Exception
- Throws:
Exception
getStatus
public javax.ws.rs.core.Response getStatus(String petId,
String query)
throws Exception
- Return Pet Status
- Parameters:
petId
- the pet idquery
- the query
- Returns:
- status
- Throws:
Exception
getJaxbStatus
public PetStore.PetStoreStatus getJaxbStatus()
updateStatus
public javax.ws.rs.core.Response updateStatus(javax.ws.rs.core.MultivaluedMap<String,String> params)
throws Exception
- Throws:
Exception
Apache CXF