Apache SOAP API Reference

org.apache.soap.encoding.soapenc
Class ByteObjectDeserializer

java.lang.Object
  |
  +--org.apache.soap.encoding.soapenc.ByteObjectDeserializer
All Implemented Interfaces:
Deserializer

public class ByteObjectDeserializer
extends java.lang.Object
implements Deserializer

This deserializer can be used to deserialize something into a Byte. Its needed when defining mappings for base types via the deployment descriptor (or equivalent on the client-side).

Author:
Sanjiva Weerawarana (sanjiva@watson.ibm.com)

Constructor Summary
ByteObjectDeserializer()
           

 

Method Summary
 Bean unmarshall(java.lang.String inScopeEncStyle, QName elementType, org.w3c.dom.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

ByteObjectDeserializer

public ByteObjectDeserializer()
Method Detail

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
java.lang.IllegalArgumentException

Apache SOAP API Reference

Copyright © 2001 Apache XML Project. All Rights Reserved.