org.apache.axis2.deployment.util
Class ExcludeInfo

java.lang.Object
  extended by org.apache.axis2.deployment.util.ExcludeInfo

public class ExcludeInfo
extends java.lang.Object

this class is used to keep the exclude property details of all the classes. A map object is used to map the class name to an beanInfo object. here the class name is acctually a regular expression


Constructor Summary
ExcludeInfo()
           
 
Method Summary
 BeanExcludeInfo getBeanExcludeInfoForClass(java.lang.String className)
           
 void putBeanInfo(java.lang.String classNameRegx, BeanExcludeInfo beanExcludeInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeInfo

public ExcludeInfo()
Method Detail

putBeanInfo

public void putBeanInfo(java.lang.String classNameRegx,
                        BeanExcludeInfo beanExcludeInfo)

getBeanExcludeInfoForClass

public BeanExcludeInfo getBeanExcludeInfoForClass(java.lang.String className)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.