R - return typepublic abstract class SimpleCallbackDescriptor<R> extends ExecutableCallbackDescriptor<R>
ExecutableCallbackDescriptor for simple callback methods without (supported) parameters, which exposes
#execute without parameters.CallbackDescriptor.CallbackEntrycallbacks, callbackType| Modifier | Constructor and Description |
|---|---|
protected |
SimpleCallbackDescriptor(Class<?>[] beanClasses,
Class<? extends Annotation> callbackMarker) |
protected |
SimpleCallbackDescriptor(Class<?> beanClass,
Class<? extends Annotation> callbackMarker) |
| Modifier and Type | Method and Description |
|---|---|
List<R> |
execute() |
executegetCallbackMethods, getTargetObject, getTargetObjectByName, init, isBoundToprotected SimpleCallbackDescriptor(Class<?> beanClass, Class<? extends Annotation> callbackMarker)
protected SimpleCallbackDescriptor(Class<?>[] beanClasses, Class<? extends Annotation> callbackMarker)
Copyright © 2016 The Apache Software Foundation. All rights reserved.