org.tonjac.mini
Class ServiceReply

java.lang.Object
  extended byorg.tonjac.mini.ServiceReply

public class ServiceReply
extends java.lang.Object

Author:
ymom TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ServiceReply(java.lang.String content_type)
           
 
Method Summary
 void append(java.lang.String data)
           
 java.lang.String getData()
           
 int getReturnCode()
           
 void setReturnCode(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceReply

public ServiceReply(java.lang.String content_type)
Method Detail

append

public void append(java.lang.String data)

setReturnCode

public void setReturnCode(int code)

getReturnCode

public int getReturnCode()

getData

public java.lang.String getData()