|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseDeserializerFactory
org.apache.axis.encoding.ser.SimpleDeserializerFactory
public class SimpleDeserializerFactory
A deserializer for any simple type with a (String) constructor. Note: this class is designed so that subclasses need only override the makeValue method in order to construct objects of their own type.
Field Summary |
---|
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
---|
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType |
Constructor Summary | |
---|---|
SimpleDeserializerFactory(java.lang.Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType. |
Method Summary | |
---|---|
Deserializer |
getDeserializerAs(java.lang.String mechanismType)
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection. |
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 |
Constructor Detail |
---|
public SimpleDeserializerFactory(java.lang.Class javaType, QName xmlType)
Method Detail |
---|
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 mechanism
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |