org.seasar.remoting.xmlrpc.serializer
クラス BeanSerializer

java.lang.Object
  上位を拡張 org.apache.xmlrpc.serializer.TypeSerializerImpl
      上位を拡張 org.apache.xmlrpc.serializer.MapSerializer
          上位を拡張 org.seasar.remoting.xmlrpc.serializer.BeanSerializer
すべての実装されたインタフェース:
org.apache.xmlrpc.serializer.TypeSerializer

public class BeanSerializer
extends org.apache.xmlrpc.serializer.MapSerializer

JavaBeansをstructに変換するSerializerです。 A TypeSerializer for beans.


フィールドの概要
 
クラス org.apache.xmlrpc.serializer.MapSerializer から継承されたフィールド
MEMBER_TAG, NAME_TAG, STRUCT_TAG
 
クラス org.apache.xmlrpc.serializer.TypeSerializerImpl から継承されたフィールド
VALUE_TAG, ZERO_ATTRIBUTES
 
コンストラクタの概要
BeanSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory, org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
           
 
メソッドの概要
protected  void writeData(ContentHandler pHandler, Object pData)
           
 
クラス org.apache.xmlrpc.serializer.MapSerializer から継承されたメソッド
write, writeEntry
 
クラス org.apache.xmlrpc.serializer.TypeSerializerImpl から継承されたメソッド
write, write, write
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BeanSerializer

public BeanSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory,
                      org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
メソッドの詳細

writeData

protected void writeData(ContentHandler pHandler,
                         Object pData)
                  throws SAXException
オーバーライド:
クラス org.apache.xmlrpc.serializer.MapSerializer 内の writeData
例外:
SAXException


Copyright © 2007 The Seasar Foundation. All Rights Reserved.