Syntax
<statisticsJDBC postMethodOnly="[false,true]" soapOnly="[false,true]" dataSource="string"/><statisticsJDBC postMethodOnly="[false,true]" soapOnly="[false,true]" dataSource="string"/>
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 | - | - |