org.apache.axis.encoding.ser
public class SimpleListDeserializerFactory extends BaseDeserializerFactory
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType
Constructor and Description |
---|
SimpleListDeserializerFactory(java.lang.Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType.
|
Modifier and Type | Method and Description |
---|---|
Deserializer |
getDeserializerAs(java.lang.String mechanismType)
Get the Deserializer and the set the Constructor so the
deserializer does not have to do introspection.
|
createFactory, getDeserClassConstructor, getGeneralPurpose, getGetDeserializer, getSpecialized, getSupportedMechanismTypes
getMethod
public SimpleListDeserializerFactory(java.lang.Class javaType, QName xmlType)
public Deserializer getDeserializerAs(java.lang.String mechanismType) throws JAXRPCException
getDeserializerAs
in interface DeserializerFactory
getDeserializerAs
in class BaseDeserializerFactory
mechanismType
- XML processing mechanism type [TBD: definition of
valid constants]JAXRPCException
- if DeserializerFactory does not
support the specified XML processing mechanismCopyright ? 2005 Apache Web Services Project. All Rights Reserved.