Syntax
statisticsJDBC:
dataSource: <string> # required
createTable: <boolean>
postMethodOnly: <boolean>
soapOnly: <boolean>statisticsJDBC: dataSource: <string> # required createTable: <boolean> postMethodOnly: <boolean> soapOnly: <boolean>
Sample
<beans>
<transport coreThreadPoolSize="20">
<ruleMatching />
<dispatching />
<userFeature />
<statisticsJDBC postMethodOnly="false" soapOnly="true" dataSource="dataSource"/>
<httpClient />
</transport>
</beans><beans> <transport coreThreadPoolSize="20"> <ruleMatching /> <dispatching /> <userFeature /> <statisticsJDBC postMethodOnly="false" soapOnly="true" dataSource="dataSource"/> <httpClient /> </transport> </beans>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| createTable | false | true | toggle to try automatic table creation or disable table creation altogether | - |
| dataSource | true | - | The spring bean ID of a data source bean. | - |
| postMethodOnly | false | false | - | - |
| soapOnly | false | false | - | - |