站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Target (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding
Interface Target

All Known Implementing Classes:
BeanPropertyTarget, CallbackTarget, DeserializerTarget, FieldTarget, MethodTarget

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(Object value)
           
 

Method Detail

set

public void set(Object value)
         throws SAXException
Throws:
SAXException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.