org.jboss.axis.encoding
Interface Target
- All Known Implementing Classes:
- AttributeDeser.AttributeValueTarget (src) , BeanPropertyTarget (src) , CallbackTarget (src) , DeserializerTarget (src) , EntityBeanDeserializer.BeanPropertyTarget (src) , EntityBeanDeserializer.FindPropertyTarget (src) , FieldTarget (src) , MethodTarget (src)
- public interface Target
A deserializer constructs a value from the xml passed over the wire and
sets a target. The value is set on the target in a number of ways:
setting a field, calling a method, setting an indexed property.
The Target interface hides the complexity. The set method is simply
invoked with the value. A class that implements the Target interface
needs to supply enough information in the constructor to properly do the
set (for example see MethodTarget)
Method Summary |
void |
set(java.lang.Object value)
|
set
public void set(java.lang.Object value)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException