<?xml version="1.0" encoding="UTF-8"?>
<parent>
<parents-arg>
<child>
<arg>
<local>
<method>
<name>responseData</name>
<arg>
<local>
<method>
<name>AAAAAA</name>
<local>
<boolean>0</boolean>
</local>
</method>
</local>
</arg>
</method>
<method>
<name>success</name>
<local>
<boolean>1</boolean>
</local>
</method>
</local>
</arg>
</child>
</parents-arg>
</parent>
上記の XML ファイルをマーシャリングしたいと考えています。しかし、私が Jaxb を使用しているとき、local という名前の複数の staic クラスを持つ Bean クラスを作成しています。では、上記のxmlをマーシャリングするにはどうすればよいですか。次のコマンドを使用してマーシャリングを行いましたxml xjc -extension -p parser Marshall.xsd
( http://www.oracle.com/technetwork/articles/javase/index-140168.html )