| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.jaxrs.model.wadl.petstore.PetStore
public class PetStore
The Pet Store
| Field Summary | |
|---|---|
| static String | CLOSED | 
| Constructor Summary | |
|---|---|
| PetStore() | |
| Method Summary | |
|---|---|
|  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 | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String CLOSED
| Constructor Detail | 
|---|
public PetStore()
| Method Detail | 
|---|
public String getBaseStatus()
                     throws Exception
Exception
public String getStatus2Params(String petId,
                               String query)
                        throws Exception
petId - the pet idquery - the query
Exception
public String getStatus1Param(String petId)
                       throws Exception
petId - the pet id
Exception
public String getStatus3Params(String petId,
                               String query,
                               String query2)
                        throws Exception
petId - the pet idquery - the queryquery2 - the query2
Exception| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||