org.apache.axis.encoding.ser

Class BeanPropertyTarget

public class BeanPropertyTarget extends Object implements Target

Class which knows how to update a bean property
Field Summary
protected static Loglog
Constructor Summary
BeanPropertyTarget(Object object, BeanPropertyDescriptor pd)
This constructor is used for a normal property.
BeanPropertyTarget(Object object, BeanPropertyDescriptor pd, int i)
This constructor is used for an indexed property.
Method Summary
voidset(Object value)
set the bean property with specified value

Field Detail

log

protected static Log log

Constructor Detail

BeanPropertyTarget

public BeanPropertyTarget(Object object, BeanPropertyDescriptor pd)
This constructor is used for a normal property.

Parameters: object is the bean class pd is the property

BeanPropertyTarget

public BeanPropertyTarget(Object object, BeanPropertyDescriptor pd, int i)
This constructor is used for an indexed property.

Parameters: object is the bean class pd is the property i is the index

Method Detail

set

public void set(Object value)
set the bean property with specified value

Parameters: value is the value.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.