|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceMethodMXBean
MXBean interface of resource method MXBeans.
Method Summary | |
---|---|
String |
getConsumesMediaType()
Get the string with media types consumed by this method, enclosed in double quotas and separated by a comma (e.g. |
String |
getDeclaringClassName()
Get the full class name of the class that declares the handling method. |
String |
getHttpMethod()
Get the HTTP method of the method. |
String |
getMethodName()
Get the name of the Java method. |
String |
getPath()
Get the sub resource method path of the method. |
String |
getProducesMediaType()
Get the string with media types produced by this method, enclosed in double quotas and separated by a comma (e.g. |
Method Detail |
---|
String getMethodName()
String getPath()
String getHttpMethod()
String getDeclaringClassName()
String getConsumesMediaType()
String getProducesMediaType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |