/Users/detro/workspace-nb/JAEBI-BlueToothJ2MEClient/src/org/jaebi/midlet/bt/requestProcessing/XRequestProcessor.java

Vai alla documentazione di questo file.
00001 package org.jaebi.midlet.bt.requestProcessing;
00002 
00003 import org.kxml.parser.XmlParser;
00004 /*
00005  * XRequestProcessor.java
00006  *
00007  * Created on 21 giugno 2005, 13.49
00008  *
00009  * To change this template, choose Tools | Options and locate the template under
00010  * the Source Creation and Management node. Right-click the template and choose
00011  * Open. You can then make changes to the template in the Source Editor.
00012  */
00013 
00022 public abstract class XRequestProcessor extends RequestProcessor {
00023     
00024     private String tableName = "";
00025     
00026     
00027     public void setTableName(String tableName){
00028         this.tableName = tableName;
00029     }
00030     
00031     
00032     protected String getTablenode(){
00033         String node = "<table>"+ this.tableName + "</table>";
00034         return node;
00035         
00036     }
00037     
00038     protected void parseXresponse(String xresponse){
00039         boolean leave = false;
00040         XmlParser parser;
00041      
00042         //TODO implemenatami
00043     }
00044     
00045     protected String getXrequest(){
00046         //TODO implemenatami
00047         return "pippo";
00048     }
00049     
00050 }

Generato il Thu Jun 23 00:03:00 2005 per JAEBI - BlueTooth J2ME Midlet Client da  doxygen 1.4.3