public class SimpleDeserializerFactory extends BaseDeserializerFactory
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType
Constructor and Description |
---|
SimpleDeserializerFactory(Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType.
|
Modifier and Type | Method and Description |
---|---|
Deserializer |
getDeserializerAs(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 Deserializer getDeserializerAs(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 © The Apache Software Foundation. All Rights Reserved.