org.apache.soap.encoding.soapenc
Class UrTypeDeserializer
java.lang.Object
|
+--org.apache.soap.encoding.soapenc.UrTypeDeserializer
- All Implemented Interfaces:
- Deserializer
- public class UrTypeDeserializer
- extends java.lang.Object
- implements Deserializer
An UrTypeDeserializer
deserializes xsd:ur-type
objects, but right now only deals with nulls. This fixes a bug with
nulls in Vectors. We might want to do something else here in the
future.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrTypeDeserializer
public UrTypeDeserializer()
unmarshall
public Bean unmarshall(java.lang.String inScopeEncStyle,
QName elementType,
org.w3c.dom.Node src,
XMLJavaMappingRegistry xjmr,
SOAPContext ctx)
throws java.lang.IllegalArgumentException
- Specified by:
unmarshall
in interface Deserializer