Class BeanExcludeInfo

java.lang.Object
org.apache.axis2.deployment.util.BeanExcludeInfo

public class BeanExcludeInfo extends Object
this class is used to keep the excludeProperties and includePropertes of the given bean when generating the wsdl, and serializing.
  • Constructor Details

    • BeanExcludeInfo

      public BeanExcludeInfo(String excludeProperties, String includeProperties)
  • Method Details

    • getExcludeProperties

      public String getExcludeProperties()
    • setExcludeProperties

      public void setExcludeProperties(String excludeProperties)
    • getIncludeProperties

      public String getIncludeProperties()
    • setIncludeProperties

      public void setIncludeProperties(String includeProperties)
    • isExcludedProperty

      public boolean isExcludedProperty(String property)
      a property is excluded if it ths given in the exclude list but not in include list
      Parameters:
      property -
      Returns:
      is exclude the property or not