Package org.jboss.resteasy.wadl
Class ResteasyWadlMethodMetaData
- java.lang.Object
-
- org.jboss.resteasy.wadl.ResteasyWadlMethodMetaData
-
-
Constructor Summary
Constructors Constructor Description ResteasyWadlMethodMetaData(ResteasyWadlServiceRegistry serviceRegistry, ResourceMethodInvoker resourceInvoker)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringappendURIFragments(String... fragments)static StringappendURIFragments(ResteasyWadlServiceRegistry registry, javax.ws.rs.Path classPath, javax.ws.rs.Path methodPath)List<String>getConsumesMIMETypes()StringgetFunctionName()StringgetFunctionPrefix()Collection<String>getHttpMethods()Class<?>getKlass()StringgetKlassUri()MethodgetMethod()StringgetMethodUri()List<ResteasyWadlMethodParamMetaData>getParameters()List<String>getProduces()ResourceMethodInvokergetResourceInvoker()StringgetUri()protected voidprocessMetaData(Class<?> type, Annotation[] annotations, boolean useBody)voidsetKlassUri(String klassUri)voidsetMethodUri(String methodUri)
-
-
-
Constructor Detail
-
ResteasyWadlMethodMetaData
public ResteasyWadlMethodMetaData(ResteasyWadlServiceRegistry serviceRegistry, ResourceMethodInvoker resourceInvoker)
-
-
Method Detail
-
getMethodUri
public String getMethodUri()
-
setMethodUri
public void setMethodUri(String methodUri)
-
getKlassUri
public String getKlassUri()
-
setKlassUri
public void setKlassUri(String klassUri)
-
processMetaData
protected void processMetaData(Class<?> type, Annotation[] annotations, boolean useBody)
-
getResourceInvoker
public ResourceMethodInvoker getResourceInvoker()
-
getMethod
public Method getMethod()
-
getKlass
public Class<?> getKlass()
-
getUri
public String getUri()
-
getFunctionName
public String getFunctionName()
-
getParameters
public List<ResteasyWadlMethodParamMetaData> getParameters()
-
getHttpMethods
public Collection<String> getHttpMethods()
-
appendURIFragments
public static String appendURIFragments(ResteasyWadlServiceRegistry registry, javax.ws.rs.Path classPath, javax.ws.rs.Path methodPath)
-
getFunctionPrefix
public String getFunctionPrefix()
-
-