Package | Description |
---|---|
org.apache.axis2.jaxrs |
Modifier and Type | Method and Description |
---|---|
static JAXRSModel |
JAXRSUtils.getClassModel(Class serviceClass)
returns a jaxrs class model reading class level annotation given the service class
|
static JAXRSModel |
JAXRSUtils.getMethodModel(JAXRSModel classModel,
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,
Method serviceMethod)
given a jaxrs class model & java method , construct a jaxrs model associated with
method , reading the method level annotations.
|
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.