|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.jpa.config.xml.JpaParserUtils
public final class JpaParserUtils
The common method for generating the BeanDefinition for the common MessageHandler is implemented in this class
| Method Summary | |
|---|---|
static org.springframework.beans.factory.config.BeanDefinition |
configureTransactionAttributes(org.w3c.dom.Element txElement)
Parse a "transactional" element and configure a TransactionInterceptor with "transactionManager" and other "transactionDefinition" properties. |
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
getJpaExecutorBuilder(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Create a new BeanDefinitionBuilder for the class JpaExecutor. |
static org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> |
getJpaParameterBeanDefinitions(org.w3c.dom.Element jpaComponent,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.springframework.beans.factory.support.BeanDefinitionBuilder getJpaExecutorBuilder(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
BeanDefinitionBuilder for the class JpaExecutor.
Initialize the wrapped JpaExecutor with common properties.
element - Must not be NullparserContext - Must not be Null
public static org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> getJpaParameterBeanDefinitions(org.w3c.dom.Element jpaComponent,
org.springframework.beans.factory.xml.ParserContext parserContext)
jpaComponent - parserContext - public static org.springframework.beans.factory.config.BeanDefinition configureTransactionAttributes(org.w3c.dom.Element txElement)
AbstractPollingEndpoint).
FIXME Copied from PollerParser - should be refactored.
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||