EXIficient

com.siemens.ct.exi.types
Class StringTypeDecoder

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.StringTypeDecoder
All Implemented Interfaces:
TypeCoder, TypeDecoder

public class StringTypeDecoder
extends AbstractTypeDecoder

TODO Description

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

Constructor Summary
StringTypeDecoder(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

StringTypeDecoder

public StringTypeDecoder(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