|
|||||||||
| Home >> All >> org >> apache >> axis >> encoding >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.encoding.ser
Class ArrayDeserializerFactory

java.lang.Objectorg.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseDeserializerFactory
org.apache.axis.encoding.ser.ArrayDeserializerFactory
- All Implemented Interfaces:
- javax.xml.rpc.encoding.DeserializerFactory, org.apache.axis.encoding.DeserializerFactory, java.io.Serializable
- public class ArrayDeserializerFactory
- extends BaseDeserializerFactory
DeserializerFactory for arrays
| Field Summary | |
private javax.xml.namespace.QName |
componentXmlType
|
| Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
deserClass, deserClassConstructor, getDeserializer, javaType, log, mechanisms, xmlType |
| Fields inherited from class org.apache.axis.encoding.ser.BaseFactory |
|
| Constructor Summary | |
ArrayDeserializerFactory()
|
|
ArrayDeserializerFactory(javax.xml.namespace.QName componentXmlType)
Constructor |
|
| Method Summary | |
javax.xml.rpc.encoding.Deserializer |
getDeserializerAs(java.lang.String mechanismType)
getDeserializerAs() is overloaded here in order to set the default item type on the ArrayDeserializers we create. |
void |
setComponentType(javax.xml.namespace.QName componentType)
|
| Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
createFactory, getDeserClassConstructor, getGeneralPurpose, getGetDeserializer, getSpecialized, getSupportedMechanismTypes |
| Methods inherited from class org.apache.axis.encoding.ser.BaseFactory |
getMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
componentXmlType
private javax.xml.namespace.QName componentXmlType
| Constructor Detail |
ArrayDeserializerFactory
public ArrayDeserializerFactory()
ArrayDeserializerFactory
public ArrayDeserializerFactory(javax.xml.namespace.QName componentXmlType)
- Constructor
| Method Detail |
getDeserializerAs
public javax.xml.rpc.encoding.Deserializer getDeserializerAs(java.lang.String mechanismType)
- getDeserializerAs() is overloaded here in order to set the default
item type on the ArrayDeserializers we create.
- Specified by:
getDeserializerAsin interfacejavax.xml.rpc.encoding.DeserializerFactory- Overrides:
getDeserializerAsin classBaseDeserializerFactory
setComponentType
public void setComponentType(javax.xml.namespace.QName componentType)
|
|||||||||
| Home >> All >> org >> apache >> axis >> encoding >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC