|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.jpa.config.xml.JpaParserUtils
public final class JpaParserUtils
Contains various utility methods for parsing JPA Adapter specific namesspace
elements and generation the respective BeanDefinition
s.
Method Summary | |
---|---|
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)
Create a ManagedList of BeanDefinition s containing parsed
JPA Parameters. |
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
getOutboundGatewayJpaExecutorBuilder(org.w3c.dom.Element gatewayElement,
org.springframework.beans.factory.xml.ParserContext parserContext)
Create a new BeanDefinitionBuilder for the class JpaExecutor
that is specific for JPA Outbound Gateways. |
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.BeanDefinitionBuilder getOutboundGatewayJpaExecutorBuilder(org.w3c.dom.Element gatewayElement, org.springframework.beans.factory.xml.ParserContext parserContext)
BeanDefinitionBuilder
for the class JpaExecutor
that is specific for JPA Outbound Gateways.
Initializes the wrapped JpaExecutor
with common properties.
Delegates to getJpaExecutorBuilder(Element, ParserContext)
gatewayElement
- 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)
ManagedList
of BeanDefinition
s containing parsed
JPA Parameters.
jpaComponent
- Must not be nullparserContext
- Must not be null
ManagedList
of BeanDefinition
s
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |