Package org.apache.axis2.deployment.util
Class BeanExcludeInfo
java.lang.Object
org.apache.axis2.deployment.util.BeanExcludeInfo
this class is used to keep the excludeProperties and includePropertes
of the given bean when generating the wsdl, and serializing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExcludedProperty(String property) a property is excluded if it ths given in the exclude list but not in include listvoidsetExcludeProperties(String excludeProperties) voidsetIncludeProperties(String includeProperties)
-
Constructor Details
-
BeanExcludeInfo
-
-
Method Details
-
getExcludeProperties
-
setExcludeProperties
-
getIncludeProperties
-
setIncludeProperties
-
isExcludedProperty
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
-