public interface ResourceMethodMXBean
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
String getMethodName()
String getPath()
String getHttpMethod()
String getDeclaringClassName()
String getConsumesMediaType()
String getProducesMediaType()
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.