com.allaire.cfx
Class NativeResponse

java.lang.Object
  |
  +--com.allaire.cfx.NativeObject
        |
        +--com.allaire.cfx.NativeResponse
All Implemented Interfaces:
Response

public class NativeResponse
extends NativeObject
implements Response


Method Summary
 Query addQuery(java.lang.String s, java.lang.String[] as)
           
 void setVariable(java.lang.String s, java.lang.String s1)
           
 void write(java.lang.String s)
           
 void writeDebug(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addQuery

public Query addQuery(java.lang.String s,
                      java.lang.String[] as)
               throws java.lang.IllegalArgumentException
Specified by:
addQuery in interface Response

setVariable

public void setVariable(java.lang.String s,
                        java.lang.String s1)
                 throws java.lang.IllegalArgumentException
Specified by:
setVariable in interface Response

write

public void write(java.lang.String s)
Specified by:
write in interface Response

writeDebug

public void writeDebug(java.lang.String s)
Specified by:
writeDebug in interface Response