public class StatisticsJDBCInterceptor extends AbstractInterceptor implements org.springframework.context.ApplicationContextAware
Interceptor.Flowid, name, router| Constructor and Description |
|---|
StatisticsJDBCInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
getDataSource() |
String |
getDataSourceBeanId() |
Outcome |
handleResponse(Exchange exc) |
void |
init()
Called after parsing is complete and this has been added to the object tree (whose root is Router).
|
boolean |
isPostMethodOnly() |
boolean |
isSoapOnly() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDataSource(DataSource dataSource) |
void |
setDataSourceBeanId(String dataSourceBeanId)
Deprecated.
use
setDataSource(DataSource) instead: Using
setDataSourceBeanId(String) from Spring works,
but does not create a Spring bean dependency. |
void |
setPostMethodOnly(boolean postMethodOnly) |
void |
setSoapOnly(boolean soapOnly) |
getDisplayName, getFlow, getHelpId, getId, getLongDescription, getRouter, getRule, getShortDescription, handleAbort, handleRequest, init, setDisplayName, setFlow, setIdpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void init()
AbstractInterceptorinit in class AbstractInterceptorpublic Outcome handleResponse(Exchange exc) throws Exception
handleResponse in interface InterceptorhandleResponse in class AbstractInterceptorExceptionpublic DataSource getDataSource()
public void setDataSource(DataSource dataSource)
dataSource - public boolean isPostMethodOnly()
public void setPostMethodOnly(boolean postMethodOnly)
public boolean isSoapOnly()
public void setSoapOnly(boolean soapOnly)
public String getDataSourceBeanId()
@Deprecated public void setDataSourceBeanId(String dataSourceBeanId)
setDataSource(DataSource) instead: Using
setDataSourceBeanId(String) from Spring works,
but does not create a Spring bean dependency.Copyright © 2019. All Rights Reserved.