public interface ResourceMethodMXBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConsumesMediaType()
Get the string with media types consumed by this method, enclosed in double quotas and
separated by a comma (e.g.
|
java.lang.String |
getDeclaringClassName()
Get the full class name of the class that declares the handling method.
|
java.lang.String |
getHttpMethod()
Get the HTTP method of the method.
|
java.lang.String |
getMethodName()
Get the name of the Java method.
|
java.lang.String |
getPath()
Get the sub resource method path of the method.
|
java.lang.String |
getProducesMediaType()
Get the string with media types produced by this method, enclosed in double quotas and
separated by a comma (e.g.
|
java.lang.String getMethodName()
java.lang.String getPath()
java.lang.String getHttpMethod()
java.lang.String getDeclaringClassName()
java.lang.String getConsumesMediaType()
java.lang.String getProducesMediaType()