EXIficient

com.siemens.ct.exi.types
Class LexicalTypeDecoder

java.lang.Object
  extended by com.siemens.ct.exi.types.AbstractTypeCoder
      extended by com.siemens.ct.exi.types.AbstractTypeDecoder
          extended by com.siemens.ct.exi.types.LexicalTypeDecoder
All Implemented Interfaces:
TypeCoder, TypeDecoder

public class LexicalTypeDecoder
extends AbstractTypeDecoder

TODO Description

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

Constructor Summary
LexicalTypeDecoder(StringDecoder stringDecoder)
           
 
Method Summary
 Value readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 
Methods inherited from class com.siemens.ct.exi.types.AbstractTypeDecoder
clear, getStringDecoder, setStringDecoder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalTypeDecoder

public LexicalTypeDecoder(StringDecoder stringDecoder)
Method Detail

readValue

public Value readValue(Datatype datatype,
                       javax.xml.namespace.QName context,
                       DecoderChannel valueChannel)
                throws java.io.IOException
Throws:
java.io.IOException

EXIficient