Uses of Class
org.apache.axis2.jaxrs.JAXRSModel

Packages that use JAXRSModel
org.apache.axis2.jaxrs   
 

Uses of JAXRSModel in org.apache.axis2.jaxrs
 

Methods in org.apache.axis2.jaxrs that return JAXRSModel
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.
 

Methods in org.apache.axis2.jaxrs with parameters of type JAXRSModel
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 The Apache Software Foundation. All Rights Reserved.