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