Package org.apache.axis2.deployment.util
Class ExcludeInfo
java.lang.Object
org.apache.axis2.deployment.util.ExcludeInfo
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBeanExcludeInfoForClass(String className) voidputBeanInfo(String classNameRegx, BeanExcludeInfo beanExcludeInfo)
-
Constructor Details
-
ExcludeInfo
public ExcludeInfo()
-
-
Method Details
-
putBeanInfo
-
getBeanExcludeInfoForClass
-