public class SpringMVCServiceContext extends SpringServiceContext
springContextCOMPONENT_ATTR, COMPONENT_CLASS_ATTR, EMPTY_ARGS| Constructor and Description |
|---|
SpringMVCServiceContext() |
SpringMVCServiceContext(org.springframework.context.ApplicationContext springContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
adjustInvokee(java.lang.Object instance,
java.lang.String componentName,
java.util.Set<java.lang.Class<?>> componentClasses) |
java.lang.Object[] |
beforeMethodSearch(java.lang.Object instance,
java.lang.String methodName,
java.lang.Object[] args) |
protected java.lang.Object |
internalFindComponent(java.lang.String componentName,
java.lang.Class<?> componentClass,
java.lang.String componentPath) |
IInvocationResult |
postCall(ServiceInvocationContext context,
java.lang.Object result,
java.lang.String componentName,
java.lang.Class<?> componentClass) |
void |
postCallFault(ServiceInvocationContext context,
java.lang.Throwable t,
java.lang.String componentName,
java.lang.Class<?> componentClass) |
void |
prepareCall(ServiceInvocationContext context,
IInvocationCall c,
java.lang.String componentName,
java.lang.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(org.springframework.context.ApplicationContext springContext)
throws ServiceException
ServiceExceptionpublic java.lang.Object adjustInvokee(java.lang.Object instance,
java.lang.String componentName,
java.util.Set<java.lang.Class<?>> componentClasses)
adjustInvokee in class TideServiceContextprotected java.lang.Object internalFindComponent(java.lang.String componentName,
java.lang.Class<?> componentClass,
java.lang.String componentPath)
internalFindComponent in class SpringServiceContextpublic java.lang.Object[] beforeMethodSearch(java.lang.Object instance,
java.lang.String methodName,
java.lang.Object[] args)
beforeMethodSearch in class TideServiceContextpublic void prepareCall(ServiceInvocationContext context, IInvocationCall c, java.lang.String componentName, java.lang.Class<?> componentClass)
prepareCall in class SpringServiceContextpublic IInvocationResult postCall(ServiceInvocationContext context, java.lang.Object result, java.lang.String componentName, java.lang.Class<?> componentClass)
postCall in class SpringServiceContextpublic void postCallFault(ServiceInvocationContext context, java.lang.Throwable t, java.lang.String componentName, java.lang.Class<?> componentClass)
postCallFault in class SpringServiceContext