public class SpringMVCServiceContext extends SpringServiceContext
springContextCOMPONENT_ATTR, COMPONENT_CLASS_ATTR, EMPTY_ARGS| Constructor and Description |
|---|
SpringMVCServiceContext() |
SpringMVCServiceContext(ApplicationContext springContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
adjustInvokee(Object instance,
String componentName,
Set<Class<?>> componentClasses) |
Object[] |
beforeMethodSearch(Object instance,
String methodName,
Object[] args) |
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) |
buildComponentClasses, findComponent, findComponentClasses, getAsyncPublisher, getSpringContext, getTidePersistenceManager, isBeanAnnotationPresent, isBeanMethodAnnotationPresent, setApplicationContext, setEntityManagerFactoryBeanName, setPersistenceManagerBeanNameequals, getSessionId, initCall, isBeanAnnotationPresent, lazyInitialize, mergeExternal, mergeExternal, sendEvent, setSessionIdpublic SpringMVCServiceContext() throws ServiceException
ServiceExceptionpublic SpringMVCServiceContext(ApplicationContext springContext) throws ServiceException
ServiceExceptionpublic Object adjustInvokee(Object instance, String componentName, Set<Class<?>> componentClasses)
adjustInvokee in class TideServiceContextpublic Object[] beforeMethodSearch(Object instance, String methodName, Object[] args)
beforeMethodSearch in class TideServiceContextpublic void prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
prepareCall in class SpringServiceContextpublic IInvocationResult postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
postCall in class SpringServiceContextpublic void postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
postCallFault in class SpringServiceContext