| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.axis.encoding.ser.BaseFactoryorg.apache.axis.encoding.ser.BaseDeserializerFactoryorg.apache.axis.encoding.ser.SimpleListDeserializerFactorypublic class SimpleListDeserializerFactoryextends BaseDeserializerFactoryField Summary |
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory | |
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType | |
Constructor Summary | |
| |
Method Summary | |
Deserializer |
|
Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory | |
createFactory, getDeserClassConstructor, getDeserializerAs, getGeneralPurpose, getGetDeserializer, getSpecialized, getSupportedMechanismTypes | |
Methods inherited from class org.apache.axis.encoding.ser.BaseFactory | |
getMethod | |
public SimpleListDeserializerFactory(Class javaType,
QName xmlType)Note that the factory is constructed with the QName and xmlType. This is important to allow distinction between primitive values and java.lang wrappers.
public Deserializer getDeserializerAs(String mechanismType) throws JAXRPCException
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.
- Specified by:
- getDeserializerAs in interface DeserializerFactory
- Overrides:
- getDeserializerAs in interface BaseDeserializerFactory