HttpSvc.IRuntime Interface

com.bea.ide.core
HttpSvc.IRuntime Interface

public static interface HttpSvc.IRuntime

    extends HttpSvc.I

Used to query the Knex runtime.


All Superinterfaces
HttpSvc.I
Enclosing class

HttpSvc

Method Summary

public boolean
queryRuntime(URL url, StringBuffer responseBuffer)
Returns true if there were no errors, false otherwise.
 
Methods from interface com.bea.ide.core.HttpSvc.I
queryURL, queryURL, queryURLConnection, queryURLConnection
   

Method Detail

queryRuntime(URL, StringBuffer) Method

public boolean queryRuntime(URL url, 
                            StringBuffer responseBuffer)
Returns true if there were no errors, false otherwise. The responseBuffer contains the result of the call. Use the KnexUtil class to help analyze the responseBuffer.

Parameters

url
The fully-formed query to execute against the runtime
responseBuffer
The response from the runtime goes in this buffer.

Returns

true if the query had no errors, false if it did.