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,
ManagedAttribute managedAttribute) |
ManagedAttribute |
getManagedAttribute(Method method) |
ManagedNotification[] |
getManagedNotifications(Class<?> clazz) |
ManagedOperation |
getManagedOperation(Method method) |
ManagedOperationParameter[] |
getManagedOperationParameters(Method method) |
ManagedResource |
getManagedResource(Class<?> clazz) |
ModelMBeanInfo |
getModelMbeanInfo(Class<?> clazz) |
public ManagedResource getManagedResource(Class<?> clazz)
public ManagedAttribute getManagedAttribute(Method method)
public ManagedOperation getManagedOperation(Method method)
public ManagedOperationParameter[] getManagedOperationParameters(Method method)
public ManagedNotification[] getManagedNotifications(Class<?> clazz)
public org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfo getAttributInfo(Method[] methods, String attributName, String attributType, ManagedAttribute managedAttribute)
public ModelMBeanInfo getModelMbeanInfo(Class<?> clazz)
Apache CXF