org.apache.camel.builder.xml
Class Namespaces

java.lang.Object
  extended by org.apache.camel.builder.xml.Namespaces

public class Namespaces
extends Object

Version:
$Revision: $

Field Summary
static String DEFAULT_NAMESPACE
           
static String ENVIRONMENT_VARIABLES
           
static String EXCHANGE_PROPERTY
           
static String IN_NAMESPACE
           
static String OUT_NAMESPACE
           
static String SYSTEM_PROPERTIES_NAMESPACE
           
 
Method Summary
static boolean isMatchingNamespaceOrEmptyNamespace(String namespaceURI, String expectedNamespace)
          Returns true if the given namespaceURI is empty or if it matches the given expected namespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAMESPACE

public static final String DEFAULT_NAMESPACE
See Also:
Constant Field Values

IN_NAMESPACE

public static final String IN_NAMESPACE
See Also:
Constant Field Values

OUT_NAMESPACE

public static final String OUT_NAMESPACE
See Also:
Constant Field Values

SYSTEM_PROPERTIES_NAMESPACE

public static final String SYSTEM_PROPERTIES_NAMESPACE
See Also:
Constant Field Values

ENVIRONMENT_VARIABLES

public static final String ENVIRONMENT_VARIABLES
See Also:
Constant Field Values

EXCHANGE_PROPERTY

public static final String EXCHANGE_PROPERTY
See Also:
Constant Field Values
Method Detail

isMatchingNamespaceOrEmptyNamespace

public static boolean isMatchingNamespaceOrEmptyNamespace(String namespaceURI,
                                                          String expectedNamespace)
Returns true if the given namespaceURI is empty or if it matches the given expected namespace



Copyright © 2007 Apache Software Foundation. All Rights Reserved.