Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


org.apache.soap.encoding.soapenc
Class UrTypeDeserializer

java.lang.Object
  extended byorg.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.


Constructor Summary
UrTypeDeserializer()

Method Summary
Bean unmarshall(java.lang.String inScopeEncStyle, QName elementType, Node src, XMLJavaMappingRegistry xjmr, SOAPContext ctx)

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UrTypeDeserializer

public UrTypeDeserializer()

Method Detail

unmarshall

public Bean unmarshall(java.lang.String inScopeEncStyle,
                       QName elementType,
                       Node src,
                       XMLJavaMappingRegistry xjmr,
                       SOAPContext ctx)
                throws java.lang.IllegalArgumentException
Specified by:
unmarshall in interface Deserializer
Throws:
java.lang.IllegalArgumentException

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2001 The Apache Software Foundation. All rights reserved.