public class ModelMBeanAssembler extends Object
| Constructor and Description |
|---|
ModelMBeanAssembler() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkMethod(Method[] methods,
String methodName) |
String |
getAttributeName(String methodName) |
static String |
getAttributeType(Method[] methods,
String attributeName) |
org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfo |
getAttributInfo(Method[] methods,
String attributName,
String attributType,
org.apache.cxf.management.annotation.ManagedAttribute managedAttribute) |
org.apache.cxf.management.annotation.ManagedAttribute |
getManagedAttribute(Method method) |
org.apache.cxf.management.annotation.ManagedNotification[] |
getManagedNotifications(Class<?> clazz) |
org.apache.cxf.management.annotation.ManagedOperation |
getManagedOperation(Method method) |
org.apache.cxf.management.annotation.ManagedOperationParameter[] |
getManagedOperationParameters(Method method) |
org.apache.cxf.management.annotation.ManagedResource |
getManagedResource(Class<?> clazz) |
ModelMBeanInfo |
getModelMbeanInfo(Class<?> clazz) |
public org.apache.cxf.management.annotation.ManagedResource getManagedResource(Class<?> clazz)
public org.apache.cxf.management.annotation.ManagedAttribute getManagedAttribute(Method method)
public org.apache.cxf.management.annotation.ManagedOperation getManagedOperation(Method method)
public org.apache.cxf.management.annotation.ManagedOperationParameter[] getManagedOperationParameters(Method method)
public org.apache.cxf.management.annotation.ManagedNotification[] getManagedNotifications(Class<?> clazz)
public org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfo getAttributInfo(Method[] methods, String attributName, String attributType, org.apache.cxf.management.annotation.ManagedAttribute managedAttribute)
public ModelMBeanInfo getModelMbeanInfo(Class<?> clazz)
Apache CXF