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

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


org.apache.axis.encoding
Class FieldTarget

java.lang.Object
  extended byorg.apache.axis.encoding.FieldTarget
All Implemented Interfaces:
Target

public class FieldTarget
extends Object
implements Target


Constructor Summary
FieldTarget(Object targetObject, Field targetField)
           
FieldTarget(Object targetObject, String fieldName)
           
 
Method Summary
 void set(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldTarget

public FieldTarget(Object targetObject,
                   Field targetField)

FieldTarget

public FieldTarget(Object targetObject,
                   String fieldName)
            throws NoSuchFieldException
Method Detail

set

public void set(Object value)
         throws SAXException
Specified by:
set in interface Target
Throws:
SAXException


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