EXIficient

com.siemens.ct.exi.datatype.decoder
Class ListDatatypeDecoder

java.lang.Object
  extended by com.siemens.ct.exi.datatype.decoder.AbstractDatatypeDecoder
      extended by com.siemens.ct.exi.datatype.decoder.ListDatatypeDecoder
All Implemented Interfaces:
DatatypeDecoder

public class ListDatatypeDecoder
extends AbstractDatatypeDecoder

TODO Description

Version:
0.3.20081112
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Constructor Summary
ListDatatypeDecoder(EXIFactory exiFactory)
           
 
Method Summary
 java.lang.String decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDatatypeDecoder

public ListDatatypeDecoder(EXIFactory exiFactory)
Method Detail

decodeValue

public java.lang.String decodeValue(TypeDecoder decoder,
                                    Datatype datatype,
                                    DecoderChannel dc,
                                    java.lang.String namespaceURI,
                                    java.lang.String localName)
                             throws java.io.IOException
Throws:
java.io.IOException

EXIficient