| Package | Description |
|---|---|
| org.apache.axis2.jaxrs |
| Modifier and Type | Method and Description |
|---|---|
static JAXRSModel |
JAXRSUtils.getClassModel(java.lang.Class serviceClass)
returns a jaxrs class model reading class level annotation given the service class
|
static JAXRSModel |
JAXRSUtils.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.
|
| Modifier and Type | Method and Description |
|---|---|
static JAXRSModel |
JAXRSUtils.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.
|
Copyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.