Package org.jboss.resteasy.spi.metadata
Class ResourceMethod
- java.lang.Object
-
- org.jboss.resteasy.spi.metadata.ResourceLocator
-
- org.jboss.resteasy.spi.metadata.ResourceMethod
-
public class ResourceMethod extends ResourceLocator
- Version:
- $Revision: 1 $
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanasynchronousprotected javax.ws.rs.core.MediaType[]consumesprivate static javax.ws.rs.core.MediaType[]emptyprotected java.util.Set<java.lang.String>httpMethodsprotected javax.ws.rs.core.MediaType[]produces-
Fields inherited from class org.jboss.resteasy.spi.metadata.ResourceLocator
annotatedMethod, fullpath, genericReturnType, method, params, path, resourceClass, returnType
-
-
Constructor Summary
Constructors Constructor Description ResourceMethod(ResourceClass declaredClass, java.lang.reflect.Method method, java.lang.reflect.Method annotatedMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.MediaType[]getConsumes()java.util.Set<java.lang.String>getHttpMethods()javax.ws.rs.core.MediaType[]getProduces()booleanisAsynchronous()-
Methods inherited from class org.jboss.resteasy.spi.metadata.ResourceLocator
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnType, toString
-
-
-
-
Constructor Detail
-
ResourceMethod
public ResourceMethod(ResourceClass declaredClass, java.lang.reflect.Method method, java.lang.reflect.Method annotatedMethod)
-
-