Uses of Class
com.tekann.webservice.client.parser.AnswerParser

Packages that use AnswerParser
com.tekann.webservice.client   
com.tekann.webservice.client.parser   
 

Uses of AnswerParser in com.tekann.webservice.client
 

Methods in com.tekann.webservice.client with parameters of type AnswerParser
 void ParserSOAP.setDataParser(AnswerParser dataParser)
           
 

Uses of AnswerParser in com.tekann.webservice.client.parser
 

Subclasses of AnswerParser in com.tekann.webservice.client.parser
 class Base64AnswerParser
          Parser for convert base64 data in base10.
 class DBMessageParser
          Used to parse the messages
 class DTOParser
          Used to parse a DTO
 class PDAContextParser
          Used to parse a PDA context
 class SyncQueryParser
          It can be used to parse an array of Strings.
 class SyncTablesParser
          It is used to parse the tables
 class TableRangesParser
          It is used to parse the tables ranges
 class ZLibAnswerParser
          Parser for ZLibFile response.