public class PetStore extends Object
| Constructor and Description | 
|---|
| PetStore() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBaseStatus()Return Pet Status with no params | 
| String | getStatus1Param(String petId)Return Pet Status With 1 Param | 
| String | getStatus2Params(String petId,
                String query)Return Pet Status with 2 params | 
| String | getStatus3Params(String petId,
                String query,
                String query2)Return Pet Status With 3 Params | 
public static final String CLOSED
public String getBaseStatus() throws Exception
Exceptionpublic String getStatus2Params(String petId, String query) throws Exception
petId - the pet idquery - the queryExceptionpublic String getStatus1Param(String petId) throws Exception
petId - the pet idExceptionApache CXF