Class ModelMBeanAssembler
- java.lang.Object
-
- org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler
-
public class ModelMBeanAssembler extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelMBeanAssembler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancheckMethod(Method[] methods, String methodName)StringgetAttributeName(String methodName)static StringgetAttributeType(Method[] methods, String attributeName)org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfogetAttributInfo(Method[] methods, String attributName, String attributType, org.apache.cxf.management.annotation.ManagedAttribute managedAttribute)org.apache.cxf.management.annotation.ManagedAttributegetManagedAttribute(Method method)org.apache.cxf.management.annotation.ManagedNotification[]getManagedNotifications(Class<?> clazz)org.apache.cxf.management.annotation.ManagedOperationgetManagedOperation(Method method)org.apache.cxf.management.annotation.ManagedOperationParameter[]getManagedOperationParameters(Method method)org.apache.cxf.management.annotation.ManagedResourcegetManagedResource(Class<?> clazz)ModelMBeanInfogetModelMbeanInfo(Class<?> clazz)
-
-
-
Method Detail
-
getManagedResource
public org.apache.cxf.management.annotation.ManagedResource getManagedResource(Class<?> clazz)
-
getManagedAttribute
public org.apache.cxf.management.annotation.ManagedAttribute getManagedAttribute(Method method)
-
getManagedOperation
public org.apache.cxf.management.annotation.ManagedOperation getManagedOperation(Method method)
-
getManagedOperationParameters
public org.apache.cxf.management.annotation.ManagedOperationParameter[] getManagedOperationParameters(Method method)
-
getManagedNotifications
public org.apache.cxf.management.annotation.ManagedNotification[] getManagedNotifications(Class<?> clazz)
-
getAttributInfo
public org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfo getAttributInfo(Method[] methods, String attributName, String attributType, org.apache.cxf.management.annotation.ManagedAttribute managedAttribute)
-
getModelMbeanInfo
public ModelMBeanInfo getModelMbeanInfo(Class<?> clazz)
-
-