org.apache.axis2.deployment.util
Class ExcludeInfo
java.lang.Object
org.apache.axis2.deployment.util.ExcludeInfo
public class ExcludeInfo
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcludeInfo
public ExcludeInfo()
putBeanInfo
public void putBeanInfo(String classNameRegx,
BeanExcludeInfo beanExcludeInfo)
getBeanExcludeInfoForClass
public BeanExcludeInfo getBeanExcludeInfoForClass(String className)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.