Class ModelMBeanAssembler
java.lang.Object
org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckMethod(Method[] methods, String methodName) getAttributeName(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) getModelMbeanInfo(Class<?> clazz)
-
Constructor Details
-
ModelMBeanAssembler
public ModelMBeanAssembler()
-
-
Method Details
-
getManagedResource
-
getManagedAttribute
-
getManagedOperation
-
getManagedOperationParameters
public org.apache.cxf.management.annotation.ManagedOperationParameter[] getManagedOperationParameters(Method method) -
getManagedNotifications
public org.apache.cxf.management.annotation.ManagedNotification[] getManagedNotifications(Class<?> clazz) -
getAttributeName
-
checkMethod
-
getAttributeType
-
getAttributInfo
-
getModelMbeanInfo
-