Methods
| Modifier and Type |
Method and Description |
protected Set<Class<?>> |
buildComponentClasses(Object bean) |
Object |
findComponent(String componentName,
Class<?> componentClass) |
Set<Class<?>> |
findComponentClasses(String componentName,
Class<?> componentClass) |
protected AsyncPublisher |
getAsyncPublisher() |
protected ApplicationContext |
getSpringContext() |
protected TidePersistenceManager |
getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|
protected boolean |
isBeanAnnotationPresent(Object bean,
Class<? extends Annotation> annotationClass) |
protected boolean |
isBeanMethodAnnotationPresent(Object bean,
String methodName,
Class<?>[] methodArgTypes,
Class<? extends Annotation> annotationClass) |
IInvocationResult |
postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass) |
void |
postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass) |
void |
prepareCall(ServiceInvocationContext context,
IInvocationCall c,
String componentName,
Class<?> componentClass) |
void |
setApplicationContext(ApplicationContext springContext) |
void |
setEntityManagerFactoryBeanName(String beanName) |
void |
setPersistenceManagerBeanName(String beanName) |