org.jboss.soa.esb.common
Class TagNames

java.lang.Object
  extended by org.jboss.soa.esb.common.TagNames

public class TagNames
extends java.lang.Object

Base class to hold commonly used tagnames.
Semantics of what these tags hold will be context sensitive

Since:
Version 4.0
Author:
schifest@heuristica.com.ar

Field Summary
static java.lang.String PASSWORD_TAG
           
static java.lang.String URL_TAG
          Common
static java.lang.String USERNAME_TAG
           
 
Constructor Summary
TagNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_TAG

public static final java.lang.String URL_TAG
Common

See Also:
Constant Field Values

USERNAME_TAG

public static final java.lang.String USERNAME_TAG
See Also:
Constant Field Values

PASSWORD_TAG

public static final java.lang.String PASSWORD_TAG
See Also:
Constant Field Values
Constructor Detail

TagNames

public TagNames()