Constructor and Description |
---|
ResteasyWadlMethodMetaData(ResteasyWadlServiceRegistry serviceRegistry,
ResourceMethodInvoker resourceInvoker) |
Modifier and Type | Method and Description |
---|---|
static String |
appendURIFragments(ResteasyWadlServiceRegistry registry,
javax.ws.rs.Path classPath,
javax.ws.rs.Path methodPath) |
static String |
appendURIFragments(String... fragments) |
String |
getConsumesMIMEType() |
String |
getFunctionName() |
String |
getFunctionPrefix() |
Collection<String> |
getHttpMethods() |
Class<?> |
getKlass() |
String |
getKlassUri() |
Method |
getMethod() |
String |
getMethodUri() |
List<ResteasyWadlMethodParamMetaData> |
getParameters() |
String |
getProduces() |
ResourceMethodInvoker |
getResourceInvoker() |
String |
getUri() |
protected void |
processMetaData(Class<?> type,
Annotation[] annotations,
boolean useBody) |
void |
setKlassUri(String klassUri) |
void |
setMethodUri(String methodUri) |
public ResteasyWadlMethodMetaData(ResteasyWadlServiceRegistry serviceRegistry, ResourceMethodInvoker resourceInvoker)
public String getMethodUri()
public void setMethodUri(String methodUri)
public String getKlassUri()
public void setKlassUri(String klassUri)
protected void processMetaData(Class<?> type, Annotation[] annotations, boolean useBody)
public ResourceMethodInvoker getResourceInvoker()
public Method getMethod()
public Class<?> getKlass()
public String getProduces()
public String getConsumesMIMEType()
public String getUri()
public String getFunctionName()
public List<ResteasyWadlMethodParamMetaData> getParameters()
public Collection<String> getHttpMethods()
public static String appendURIFragments(ResteasyWadlServiceRegistry registry, javax.ws.rs.Path classPath, javax.ws.rs.Path methodPath)
public String getFunctionPrefix()
Copyright © 2015 JBoss by Red Hat. All rights reserved.