|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxrs.JAXRSUtils
public class JAXRSUtils
| Constructor Summary | |
|---|---|
JAXRSUtils()
|
|
| Method Summary | |
|---|---|
static JAXRSModel |
getClassModel(java.lang.Class serviceClass)
returns a jaxrs class model reading class level annotation given the service class |
static JAXRSModel |
getMethodModel(JAXRSModel classModel,
java.lang.reflect.Method serviceMethod)
given a jaxrs class model & java method , construct a jaxrs model associated with method , reading the method level annotations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAXRSUtils()
| Method Detail |
|---|
public static JAXRSModel getClassModel(java.lang.Class serviceClass)
serviceClass -
public static JAXRSModel getMethodModel(JAXRSModel classModel,
java.lang.reflect.Method serviceMethod)
classModel - serviceMethod -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||