public interface JaxRsResourceMethodRuntimeMBean extends JaxRsResourceMethodBaseRuntimeMBean
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getConsumingMediaTypes()Provides the media-types that are consumed by this resource method. | 
| String | getHttpMethod()Provides the HTTP designator that is annotated on the resource method. | 
| String[] | getProducingMediaTypes()Provides the media-types that are produced by this resource method. | 
| boolean | isSubResource()Indicates whether this MBean represents a sub-resource. | 
| boolean | isSubResourceMethod()Indicates whether this MBean represents a sub-resource method. | 
getClassName, getMethodName, getParameterTypes, getPath, getReturnType, isExtendedgetExecutionTimeAverage, getExecutionTimeHigh, getExecutionTimeLow, getExecutionTimeTotal, getInvocationCount, getLastInvocationTime, getStartTimeaddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerString getHttpMethod()
Provides the HTTP designator that is annotated on the resource method.
String[] getConsumingMediaTypes()
Provides the media-types that are consumed by this resource method.
String[] getProducingMediaTypes()
Provides the media-types that are produced by this resource method.
boolean isSubResource()
boolean isSubResourceMethod()
Indicates whether this MBean represents a sub-resource method.