org.apache.axis.encoding.ser
Class BeanPropertyTarget
java.lang.Object
org.apache.axis.encoding.ser.BeanPropertyTarget
- Target
public class BeanPropertyTarget
extends java.lang.Object
Class which knows how to update a bean property
void | set(Object value) - set the bean property with specified value
|
log
protected static Log log
BeanPropertyTarget
public BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd)
This constructor is used for a normal property.
object
- is the bean classpd
- is the property
BeanPropertyTarget
public BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd,
int i)
This constructor is used for an indexed property.
object
- is the bean classpd
- is the propertyi
- is the index
set
public void set(Object value)
throws SAXException
set the bean property with specified value
- set in interface Target
value
- is the value.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.