|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.axis.encoding.TypeMappingImpl
org.seasar.remoting.axis.encoding.AutoRegisterTypeMappingImpl
Java型とXML型のマッピングが未定義の場合に自動登録するタイプマッピングの実装です。
Java型からXML型へのタイプマッピングの自動登録はスーパークラスの機能(デフォルトでは無効にされています)をそのまま使います。
入れ子クラスの概要 |
クラス org.apache.axis.encoding.TypeMappingImpl から継承した入れ子クラス |
org.apache.axis.encoding.TypeMappingImpl.Pair |
フィールドの概要 |
クラス org.apache.axis.encoding.TypeMappingImpl から継承したフィールド |
delegate, doAutoTypes, log |
コンストラクタの概要 | |
AutoRegisterTypeMappingImpl(org.apache.axis.encoding.TypeMapping delegate)
自動登録を有効にしてインスタンスを構築します。 |
メソッドの概要 | |
java.lang.Class |
getClassForQName(javax.xml.namespace.QName xmlType)
XML型に対応するJava型を返します。 |
クラス org.apache.axis.encoding.TypeMappingImpl から継承したメソッド |
getAllClasses, getDelegate, getDeserializer, getDeserializer, getSerializer, getSerializer, getSupportedEncodings, getTypeQName, getTypeQNameExact, getTypeQNameRecursive, getXMLType, internalRegister, isRegistered, register, removeDeserializer, removeSerializer, setDelegate, setDoAutoTypes, setSupportedEncodings |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public AutoRegisterTypeMappingImpl(org.apache.axis.encoding.TypeMapping delegate)
delegate
- 委譲先のタイプマッピングメソッドの詳細 |
public java.lang.Class getClassForQName(javax.xml.namespace.QName xmlType)
xmlType
- XML型
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |