EXIficient

com.siemens.ct.exi.types
Interface TypeDecoder

All Superinterfaces:
TypeCoder
All Known Subinterfaces:
TypeDecoderRepresentationMap
All Known Implementing Classes:
AbstractTypeDecoder, DatatypeRepresentationMapTypeDecoder, LexicalTypeDecoder, StringTypeDecoder, TypedTypeDecoder

public interface TypeDecoder
extends TypeCoder

TODO Description

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

Method Summary
 StringDecoder getStringDecoder()
           
 Value readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 void setStringDecoder(StringDecoder stringDecoder)
           
 
Methods inherited from interface com.siemens.ct.exi.types.TypeCoder
clear
 

Method Detail

readValue

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

setStringDecoder

void setStringDecoder(StringDecoder stringDecoder)

getStringDecoder

StringDecoder getStringDecoder()

EXIficient