org.jboss.resteasy.jsapi
Class MethodMetaData

java.lang.Object
  extended by org.jboss.resteasy.jsapi.MethodMetaData

public class MethodMetaData
extends java.lang.Object


Constructor Summary
MethodMetaData(java.lang.String url, ResourceMethod resource)
           
 
Method Summary
 java.lang.String getConsumesMIMEType()
           
 java.lang.String getFunctionName()
           
 java.util.Collection<java.lang.String> getHttpMethods()
           
 java.lang.String getKey()
           
 java.lang.Class<?> getKlass()
           
 java.lang.reflect.Method getMethod()
           
 java.util.List<MethodParamMetaData> getParameters()
           
 ResourceMethod getResource()
           
 java.lang.String getUri()
           
 java.lang.String getWants()
           
protected  void processMetaData(java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations, boolean useBody)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMetaData

public MethodMetaData(java.lang.String url,
                      ResourceMethod resource)
Method Detail

processMetaData

protected void processMetaData(java.lang.Class<?> type,
                               java.lang.annotation.Annotation[] annotations,
                               boolean useBody)

getResource

public ResourceMethod getResource()

getMethod

public java.lang.reflect.Method getMethod()

getKlass

public java.lang.Class<?> getKlass()

getWants

public java.lang.String getWants()

getConsumesMIMEType

public java.lang.String getConsumesMIMEType()

getUri

public java.lang.String getUri()

getFunctionName

public java.lang.String getFunctionName()

getParameters

public java.util.List<MethodParamMetaData> getParameters()

getHttpMethods

public java.util.Collection<java.lang.String> getHttpMethods()

getKey

public java.lang.String getKey()


Copyright © 2010. All Rights Reserved.