org.springframework.integration.xml.config
Class XmlNamespaceUtils
java.lang.Object
org.springframework.integration.xml.config.XmlNamespaceUtils
public class XmlNamespaceUtils
- extends java.lang.Object
Utility methods for the XML namespace.
- Author:
- Jonas Partner, Mark Fisher
Method Summary |
static void |
configureResultFactory(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.String resultType,
java.lang.String resultFactory)
Helper method that encapsulates common logic for validating and building
a bean definition for a ResultFactory based on either the
'result-factory' or 'result-type' attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOM_RESULT
public static final java.lang.String DOM_RESULT
- See Also:
- Constant Field Values
STRING_RESULT
public static final java.lang.String STRING_RESULT
- See Also:
- Constant Field Values
XmlNamespaceUtils
public XmlNamespaceUtils()
configureResultFactory
public static void configureResultFactory(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.String resultType,
java.lang.String resultFactory)
- Helper method that encapsulates common logic for validating and building
a bean definition for a
ResultFactory
based on either the
'result-factory' or 'result-type' attributes.