org.springframework.integration.xml.config
Class XmlNamespaceUtils

java.lang.Object
  extended by org.springframework.integration.xml.config.XmlNamespaceUtils

public class XmlNamespaceUtils
extends java.lang.Object

Utility methods for the XML namespace.

Author:
Jonas Partner, Mark Fisher

Field Summary
static java.lang.String DOM_RESULT
           
static java.lang.String STRING_RESULT
           
 
Constructor Summary
XmlNamespaceUtils()
           
 
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
 

Field Detail

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
Constructor Detail

XmlNamespaceUtils

public XmlNamespaceUtils()
Method Detail

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.