org.jboss.soa.esb.actions.converters.xstream.conf
Class AttributeAliasConf

java.lang.Object
  extended by org.jboss.soa.esb.actions.converters.xstream.conf.AttributeAliasConf

public class AttributeAliasConf
extends java.lang.Object

XStream configuration class that holds information about attribute aliases.

Author:
Daniel Bevenius

Constructor Summary
AttributeAliasConf(java.lang.String attribute, java.lang.String definedIn)
           
 
Method Summary
 java.lang.String getAttribute()
           
 java.lang.Class<?> getDefinedIn()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeAliasConf

public AttributeAliasConf(java.lang.String attribute,
                          java.lang.String definedIn)
Method Detail

getAttribute

public java.lang.String getAttribute()

getDefinedIn

public java.lang.Class<?> getDefinedIn()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object