Skip navigation links
API WebserviceTool
version 5.10
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
addChild(XMLElement) - Method in class nanoxml.XMLElement
Adds a child element.
addProperty(String, Object) - Method in class nanoxml.XMLElement
Deprecated.
Use setAttribute instead.
addProperty(String, int) - Method in class nanoxml.XMLElement
Deprecated.
Use setIntAttribute instead.
addProperty(String, double) - Method in class nanoxml.XMLElement
Deprecated.
Use setDoubleAttribute instead.
aMemory - Static variable in class ch.tanapro.WebserviceTool.API
The 5 memory Strings available in the GUI
AMP - Static variable in class org.json.XML
The Character '&'.
API - Class in ch.tanapro.WebserviceTool
This class allows BeanShell scripts to access the functionality of the application.
API() - Constructor for class ch.tanapro.WebserviceTool.API
 
ApiHtmlTab - Class in ch.tanapro.WebserviceTool.api
 
ApiHtmlTab() - Constructor for class ch.tanapro.WebserviceTool.api.ApiHtmlTab
 
ApiRequest - Class in ch.tanapro.WebserviceTool.api
 
ApiRequest(String, long) - Constructor for class ch.tanapro.WebserviceTool.api.ApiRequest
Creates a new ApiRequest.
ApiResponse - Class in ch.tanapro.WebserviceTool.api
 
ApiResponse() - Constructor for class ch.tanapro.WebserviceTool.api.ApiResponse
 
ApiTextTab - Class in ch.tanapro.WebserviceTool.api
 
ApiTextTab() - Constructor for class ch.tanapro.WebserviceTool.api.ApiTextTab
 
ApiWebservice - Class in ch.tanapro.WebserviceTool.api
 
ApiWebservice(String, long) - Constructor for class ch.tanapro.WebserviceTool.api.ApiWebservice
Creates a new ApiWebservice.
ApiWebserviceFile - Class in ch.tanapro.WebserviceTool.api
 
ApiWebserviceFile(String) - Constructor for class ch.tanapro.WebserviceTool.api.ApiWebserviceFile
 
APOS - Static variable in class org.json.XML
The Character '''.
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
array() - Method in class org.json.JSONWriter
Begin appending a new array.

B

back() - Method in class org.json.JSONTokener
Back up one character.
BANG - Static variable in class org.json.XML
The Character '!'.
baRequest - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
do dot use.
baResponse - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
do not use
bcd - Static variable in class org.json.zip.JSONzip
The characters in JSON numbers can be reduced to 4 bits each.
bit() - Method in class org.json.zip.BitInputStream
Read one bit.
bit() - Method in interface org.json.zip.BitReader
Read one bit.
BitInputStream - Class in org.json.zip
This is a big endian bit reader.
BitInputStream(InputStream) - Constructor for class org.json.zip.BitInputStream
Make a BitReader from an InputStream.
BitOutputStream - Class in org.json.zip
This is a big endian bit writer.
BitOutputStream(OutputStream) - Constructor for class org.json.zip.BitOutputStream
Use an OutputStream to produce a BitWriter.
BitReader - Interface in org.json.zip
 
BitWriter - Interface in org.json.zip
A bitwriter is a an interface that allows for doing output at the bit level.
bUseBuffer - Static variable in class com.t_arn.lib.util.taLog
 
byteArray2hexString(byte[]) - Static method in class com.t_arn.lib.util.taUtils
Converts a byte array into a hex string with unlimited line length
byteArray2hexString(byte[], int, int) - Static method in class com.t_arn.lib.util.taUtils
Converts part of a byte array into a hex string with unlimited line length
byteArray2hexString(byte[], int, int, int) - Static method in class com.t_arn.lib.util.taUtils
Converts part of a byte array into a hex string.
byteArrayEquals(byte[], byte[]) - Static method in class com.t_arn.lib.util.taUtils
Checks if two byte arrays are the same.

C

CDL - Class in org.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class org.json.CDL
 
ch.tanapro.WebserviceTool - package ch.tanapro.WebserviceTool
 
ch.tanapro.WebserviceTool.api - package ch.tanapro.WebserviceTool.api
 
characterAt(int) - Method in class org.json.Kim
Returns the character at the specified index.
characterSize(int) - Static method in class org.json.Kim
Returns the number of bytes needed to contain the character in Kim format.
checkCDATA(StringBuffer) - Method in class nanoxml.XMLElement
Scans a special tag and if the tag is a CDATA section, append its content to buf.
checkLiteral(String) - Method in class nanoxml.XMLElement
Scans the data for literal text.
clear() - Method in class nanoxml.XMLElement
Clears the XML element, but not its children.
clearBuffer() - Static method in class com.t_arn.lib.util.taLog
Clears the content of the buffer
closeWebserviceFile() - Method in class ch.tanapro.WebserviceTool.API
Closes the webservice file This should always be done at the end of the script to release a potentially hold write lock on the file.
com.t_arn.lib.io - package com.t_arn.lib.io
 
com.t_arn.lib.net - package com.t_arn.lib.net
 
com.t_arn.lib.util - package com.t_arn.lib.util
 
com.t_arn.lib.xml - package com.t_arn.lib.xml
 
Cookie - Class in org.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class org.json.Cookie
 
CookieList - Class in org.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class org.json.CookieList
 
copy(byte[], int) - Method in class org.json.Kim
Copy the contents of this kim to a byte array.
copyFile(String, String) - Method in class ch.tanapro.WebserviceTool.API
Helper method to easily copy a file
copyFile(File, File, int) - Static method in class com.t_arn.lib.io.IOUtils
Copies a file and sets the file timestamp
copyOf(byte[], int) - Static method in class org.json.zip.Unzipper
 
countChildren() - Method in class nanoxml.XMLElement
Returns the number of child elements of the element.
countInputFields(XMLElement) - Method in class ch.tanapro.WebserviceTool.API
Counts the amount of input fields in a request or user input GUI
createAnotherElement() - Method in class nanoxml.XMLElement
Creates a new similar XML element.
createLogDir() - Method in class ch.tanapro.WebserviceTool.Log
Creates the log directory if it does not yet exist
createNewXMLElement(String) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns new XMLElement(new Hashtable(), true, false);
CRLF - Static variable in class org.json.HTTP
Carriage return/line feed.

D

decode() - Method in class org.json.zip.Unzipper
 
deepClone(XMLElement) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Gets a copy of the complete tree
deepClone(XMLElement) - Static method in class nanoxml.XMLElement
Creates a deep clone of the passed XMLElement and all its children
dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
description - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 
displayHtmlFile(String) - Static method in class com.t_arn.lib.util.eveUtils
Displays a HTML file in a HtmlViewer.
displayHtmlFile(String, int) - Static method in class com.t_arn.lib.util.eveUtils
Displays a HTML file in a HtmlViewer.
displayHtmlFile(String, int, boolean) - Static method in class com.t_arn.lib.util.eveUtils
Displays a HTML file in a HtmlViewer.
doubleToString(double) - Static method in class org.json.JSONObject
Produce a string from a double.

E

education - Static variable in class org.json.zip.Huff
The number of characters to process before generation is no longer done.
encode(JSONObject) - Method in class org.json.zip.Zipper
Encode a JSONObject.
encode(JSONArray) - Method in class org.json.zip.Zipper
Encode a JSONArray.
encoding - Variable in class ch.tanapro.WebserviceTool.Log
 
end() - Method in class org.json.JSONTokener
 
end - Static variable in class org.json.zip.JSONzip
The end of string code.
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
endOfNumber - Static variable in class org.json.zip.JSONzip
The end of number code.
entity - Static variable in class org.json.XMLTokener
The table of entity values.
enumerateAttributeNames() - Method in class nanoxml.XMLElement
Enumerates the attribute names.
enumerateChildren() - Method in class nanoxml.XMLElement
Enumerates the child elements.
enumeratePropertyNames() - Method in class nanoxml.XMLElement
Deprecated.
enums - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 
EQ - Static variable in class org.json.XML
The Character '='.
equals(Object) - Method in class org.json.Kim
Two kim objects containing exactly the same bytes in the same order are equal to each other.
escape(String) - Static method in class org.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.json.XML
Replace special characters with XML escapes: & (ampersand) is replaced by &amp; < (less than) is replaced by &lt; > (greater than) is replaced by &gt; " (double quote) is replaced by &quot;
escapeChars(String) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Replaces special characters with their html code in the passed String
eveUtils - Class in com.t_arn.lib.util
This class provides several handy methods for the Eve VM.
eveUtils() - Constructor for class com.t_arn.lib.util.eveUtils
Constructor of the class.
exec(String, int) - Static method in class com.t_arn.lib.util.eveUtils
Runs a command line with quoted executable.
exec(String, long, int, Frame) - Static method in class com.t_arn.lib.util.eveUtils
Runs a command line with quoted executable.
expectedInput(String) - Method in class nanoxml.XMLElement
Creates a parse exception for when the next character read is not the character that was expected.
explode - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 

F

fileCopy(File, File) - Static method in class com.t_arn.lib.util.eveUtils
Copies a file.
filename - Variable in class ch.tanapro.WebserviceTool.api.ApiWebserviceFile
 
fillInputFields(Vector) - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Fills the input fields from the strings in a Vector
The vector size must match the amount of input fields in the request (marked with wst_title attribute)
fillInputFields(ApiRequest, Vector) - Method in class ch.tanapro.WebserviceTool.API
Fills the input fields from the strings in a Vector
The vector size must match the amount of input fields in the request (marked with wst_title attribute)
find(Object, Comparator) - Method in class com.t_arn.lib.util.taVector
Finds an element of the taVector by using the compare method of a Comparator.
FingerprintCertVerifyer - Class in com.t_arn.lib.net
A certificate verifyer, that will check the validity of a certificate by its sha1 fingerprint.
FingerprintCertVerifyer(String) - Constructor for class com.t_arn.lib.net.FingerprintCertVerifyer
Constructor
flush() - Method in class org.json.zip.Zipper
Finish the final byte and flush the bitwriter.
fnAppend(String) - Method in class ch.tanapro.WebserviceTool.api.ApiTextTab
Calls fnAppend (text, false)
fnAppend(String, boolean) - Method in class ch.tanapro.WebserviceTool.api.ApiTextTab
Appends text and refreshes the display
fnGetHtml() - Method in class ch.tanapro.WebserviceTool.api.ApiHtmlTab
Gets the html text of the ApiHtmlTab
fnGetLastFingerprint() - Method in class com.t_arn.lib.net.FingerprintCertVerifyer
Get the last calculated fingerprint
fnGetRestHeaderFields(XMLElement) - Static method in class ch.tanapro.WebserviceTool.REST
 
fnGetRestParameters(XMLElement) - Static method in class ch.tanapro.WebserviceTool.REST
 
fnGetRestUrl(XMLElement, String) - Static method in class ch.tanapro.WebserviceTool.REST
 
fnGetText() - Method in class ch.tanapro.WebserviceTool.api.ApiTextTab
Gets the text of the TextTab
fnGetTitle() - Method in class ch.tanapro.WebserviceTool.api.ApiHtmlTab
Gets the title of the TextTab
fnGetTitle() - Method in class ch.tanapro.WebserviceTool.api.ApiTextTab
Gets the title of the TextTab
fnLog(String) - Method in class ch.tanapro.WebserviceTool.api.ApiHtmlTab
Log the html text of the tab to a file.
fnLog(String) - Method in class ch.tanapro.WebserviceTool.api.ApiTextTab
Log the text of the tab to a file.
fnSetCard(Card) - Method in class ch.tanapro.WebserviceTool.api.ApiHtmlTab
Used by API.guiAddHtmlTab
fnSetCard(Card) - Method in class ch.tanapro.WebserviceTool.api.ApiTextTab
Used by API.guiAddTextTab
fnSetHtml(String) - Method in class ch.tanapro.WebserviceTool.api.ApiHtmlTab
Calls fnSetHtml (htmlText, false)
fnSetHtml(String, boolean) - Method in class ch.tanapro.WebserviceTool.api.ApiHtmlTab
Sets the html text and refreshes the display
fnSetPostMessage(XMLElement, SecureHttpConnection, Request) - Static method in class ch.tanapro.WebserviceTool.REST
Create and set the POST message
format - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 
fReq - Variable in class ch.tanapro.WebserviceTool.Log
 
fRequest - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
The request File

G

generate() - Method in class org.json.zip.Huff
Generate the encoding/decoding table.
generate() - Method in class org.json.zip.JSONzip
Generate the Huffman tables.
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
get(int) - Method in class org.json.Kim
Get a byte from a kim.
getAbsolutePath(File) - Static method in class com.t_arn.lib.io.IOUtils
Returns the absolute path of a File and makes sure that directory paths always end with a /
getAllAttributes(XMLElement, boolean) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Calls getAllAttributes(elem, replaceHref, false);
getAllAttributes(XMLElement, boolean, boolean) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns all attributes as a String in the following format: name1="value1" name2="value2"
getAppPath() - Method in class ch.tanapro.WebserviceTool.API
Returns the path of WebserviceTool.eve
getAppVersion() - Method in class ch.tanapro.WebserviceTool.API
Returns the version and the build number of this application Example: Wenn the full version string is "5.4.1 (142)" then the version is "5.4.1" and the build number is 142
getAttribute(String) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getAttribute(String, Object) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
Returns an attribute by looking up a key in a hashtable.
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getBooleanAttribute(String, String, String, boolean) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getBooleanByPtr(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets a Boolean from inside a JSONObject by its pointer
getBuffer() - Static method in class com.t_arn.lib.util.taLog
 
getCause() - Method in exception org.json.JSONException
Returns the cause of this exception or null if the cause is nonexistent or unknown.
getCertificate() - Method in class ch.tanapro.WebserviceTool.api.ApiWebservice
Gets the client certificate defined for the webservice
getChildByName(XMLElement, String, int) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Gets a child of a XMLElement by name and sibling number
getChildren() - Method in class nanoxml.XMLElement
Returns the child elements as a Vector.
getClipboardText() - Static method in class com.t_arn.lib.util.eveUtils
Gets a text string from the clipboard
getContent() - Method in class nanoxml.XMLElement
Returns the PCDATA content of the object.
getContents() - Method in class nanoxml.XMLElement
Deprecated.
Use getContent instead.
getContentType() - Method in class com.t_arn.lib.net.taOpenApi.RequestBody
Get the content type of the request body
getContentTypes() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Return the available content types of the Operation
getCopy(XMLElement, boolean) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Get a copy of a XMLElement.
getDescription() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Get the description of the Operation
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getDoubleAttribute(String) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getDoubleAttribute(String, double) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getDoubleAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
Returns an attribute by looking up a key in a hashtable.
getDoubleByPtr(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets a Double from inside a JSONObject by its pointer
getElementByXpath(XMLElement, String) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Gets an XMLElement by its XPath ex: /Envelope/Body/ObjList/Item[2] where Item[2] is the second sibling with tagname Item if no sibling is specified, x = 1 is assumed
getElements(XMLElement, boolean, Vector) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns all elements or only leaf elements.
getElementsByAttribute(XMLElement, String, String, Vector) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns all elements that contain a certain attribute with possibly a certain value.
getElementsByChildName(XMLElement, String, String, boolean, Vector) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns all elements that have children with a certain name and possibly a certain content.
getElementsByName(XMLElement, String, Vector) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns all elements with a certain Name.
getExample() - Method in class com.t_arn.lib.net.taOpenApi.Parameter
Get an example for the parameter
getExample() - Method in class com.t_arn.lib.net.taOpenApi.RequestBody
Get an example for the request body
getFilesAndDirs(File, taVector, boolean, boolean, boolean) - Static method in class com.t_arn.lib.io.IOUtils
Gets a sorted list of files and directories.
getFirstChild() - Method in class nanoxml.XMLElement
Returns the first child element.
getHeaderFields() - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Gets the http header fields that were set with setHeaderFields
getHeaderParameters() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Get the list of header parameters
getHttpVerb() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Get the http verb of the Operation
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getIntAttribute(String) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getIntAttribute(String, int) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getIntAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
Returns an attribute by looking up a key in a hashtable.
getIntegerArray(int[]) - Static method in class com.t_arn.lib.util.eveUtils
Gets an Integer array from an int array Integer.valueOf is not supported in Eve.
getIntegerByPtr(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets an Integer from inside a JSONObject by its pointer
getIntProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
Deprecated.
Use getIntAttribute instead.
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONArrayByPtr(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets a JSONArray from inside a JSONObject by its pointer
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getJSONObjectByPtr(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets a JSONObject from inside another JSONObject by its pointer
getLastError() - Method in class ch.tanapro.WebserviceTool.Log
 
getLastError() - Static method in class com.t_arn.lib.io.IOUtils
Gets the last error.
getLastError() - Method in class com.t_arn.lib.net.taOpenApi
Get the last Throwable that occurred.
getLastError() - Static method in class com.t_arn.lib.util.JsonUtils
Gets the last error that occurred
getLastError() - Method in class com.t_arn.lib.util.taVector
Returns the last error that occurred
getLastError() - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Gets the last error that occurred
getLineNr() - Method in class nanoxml.XMLElement
Returns the line nr in the source data on which the element is found.
getLineNr() - Method in exception nanoxml.XMLParseException
Where the error occurred, or NO_LINE if the line number is unknown.
getLocalPart(String) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Gets the local part of the qualified name
getLogDatetime() - Method in class ch.tanapro.WebserviceTool.Log
Gets the date and time when the request was sent to the webservice
getLogLevel() - Static method in class com.t_arn.lib.util.taLog
 
getLogonUser() - Static method in class com.t_arn.lib.util.eveUtils
Get the currently logged in username
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getLongByPtr(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets a Long from inside a JSONObject by its pointer
getName() - Method in class nanoxml.XMLElement
Returns the name of the element.
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getOperation(String) - Method in class com.t_arn.lib.net.taOpenApi
Gets an taOpenApi.Operation instance
getOperationId() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Returns the unique ID of the Operation, if available
getOperationList() - Method in class com.t_arn.lib.net.taOpenApi
Get the list of available operations.
getOperationName() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Returns the unique name of the Operation
The name is the path and verb as returned by taOpenApi.getOperationList()
e.g.
getPath() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Return the path of the operation.
getPathParameters() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Get the list of path parameters
getPlatform() - Static method in class com.t_arn.lib.util.eveUtils
Returns the current platform
getPOSTdata() - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Returns the POSTdata
getPrivateKey(String) - Method in class ch.tanapro.WebserviceTool.api.ApiWebservice
Gets the private key defined for the webservice
getProperty(String) - Method in class nanoxml.XMLElement
Deprecated.
Use getStringAttribute instead.
getProperty(String, String) - Method in class nanoxml.XMLElement
Deprecated.
Use getStringAttribute instead.
getProperty(String, int) - Method in class nanoxml.XMLElement
Deprecated.
Use getIntAttribute instead.
getProperty(String, double) - Method in class nanoxml.XMLElement
Deprecated.
Use getDoubleAttribute instead.
getProperty(String, String, String, boolean) - Method in class nanoxml.XMLElement
Deprecated.
Use getBooleanAttribute instead.
getProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
Deprecated.
Use getAttribute instead.
getQueryParameters() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Get the list of query parameters
getRequest() - Method in class ch.tanapro.WebserviceTool.Log
Gets the request sent to the webservice
getRequestBody(String) - Method in class com.t_arn.lib.net.taOpenApi.Operation
Get the request body for the specified contentType
If you don't know the content type or if you do not care, pass null as contentType.
getRequestByID(long) - Method in class ch.tanapro.WebserviceTool.API
Gets an ApiRequest instance by ID.
getRequestByName(String, String) - Method in class ch.tanapro.WebserviceTool.API
Gets an ApiRequest instance by name.
getRequestFile(ApiRequest) - Method in class ch.tanapro.WebserviceTool.API
Gets the File of the request file
getRequestLogfile() - Method in class ch.tanapro.WebserviceTool.Log
Gets the request log file
getResourceAsStream(Class, String) - Static method in class com.t_arn.lib.util.eveUtils
Gets an Inputstream to read a resource from the package name of a class.
getResponse() - Method in class ch.tanapro.WebserviceTool.Log
Gets the response received from the webservice
getResponseLogfile() - Method in class ch.tanapro.WebserviceTool.Log
Gets the response log file
getScriptRunTime() - Method in class ch.tanapro.WebserviceTool.API
Returns the run time of the current script (if still running) or the run time of the last script
getServerBaseURLs() - Method in class com.t_arn.lib.net.taOpenApi
Get the list of server base URLs
getSpecialDoubleProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
Deprecated.
Use getDoubleAttribute instead.
getSpecialIntProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
Deprecated.
Use getIntAttribute instead.
getStackTrace(Throwable) - Static method in class com.t_arn.lib.util.taLog
 
getStackTrace(Throwable) - Static method in class com.t_arn.lib.util.taUtils
Gets the stack trace in a string
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getStringAttribute(String) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getStringAttribute(String, String) - Method in class nanoxml.XMLElement
Returns an attribute of the element.
getStringAttribute(String, Hashtable, String, boolean) - Method in class nanoxml.XMLElement
Returns an attribute by looking up a key in a hashtable.
getStringByPtr(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets a String from inside a JSONObject by its pointer
getStringProperty(String, Hashtable, String) - Method in class nanoxml.XMLElement
Deprecated.
Use getStringAttribute instead.
getTagName() - Method in class nanoxml.XMLElement
Deprecated.
Use getName instead.
getTargetObject(JSONObject, String) - Static method in class com.t_arn.lib.util.JsonUtils
Gets the target object from inside a JSONObject by its pointer
getTimestamp() - Static method in class com.t_arn.lib.util.eveUtils
Gets the current time in the format yyyy-MM-dd HH:mm:ss
getTimestamp() - Static method in class com.t_arn.lib.util.taLog
Get timestamp in the format yyyy-MM-dd HH:mm:ss
getTimestampMsec() - Static method in class com.t_arn.lib.util.taLog
Get timestamp in the format yyyy-MM-dd HH:mm:ss.SSS
getTimestampString(String, Date) - Static method in class com.t_arn.lib.util.taLog
Gets the formatted string of a Date
getUniqueId() - Method in class com.t_arn.lib.net.taOpenApi.Operation
Returns a unique Id, generated from the operation name
getVariables(String) - Static method in class com.t_arn.lib.net.taOpenApi
Returns the variables found in the passed string.
getVersion() - Static method in class com.t_arn.lib.io.IOUtils
Returns the version of the class.
getVersion() - Static method in class com.t_arn.lib.net.FingerprintCertVerifyer
Get the version of this class
getVersion() - Static method in class com.t_arn.lib.net.taOpenApi
Get the version of this class
getVersion() - Static method in class com.t_arn.lib.util.eveUtils
Returns the version of the class.
getVersion() - Static method in class com.t_arn.lib.util.JsonUtils
Returns the version of the class.
getVersion() - Static method in class com.t_arn.lib.util.taLog
 
getVersion() - Static method in class com.t_arn.lib.util.taUtils
Returns the version of the class.
getVersion() - Static method in class com.t_arn.lib.util.taVector
Returns the version of this class.
getVersion() - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns the version of the class.
getVersion() - Static method in class nanoxml.XMLElement
 
getVmName() - Static method in class com.t_arn.lib.util.taUtils
Returns the name of the running VM
getWebservice() - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Returns the webservice this request belongs to
getWebservice(ApiRequest) - Method in class ch.tanapro.WebserviceTool.API
Gets the ApiWebservice to which an ApiRequest belongs
getWebserviceByID(long) - Method in class ch.tanapro.WebserviceTool.API
Gets an ApiWebservice instance by ID.
getWebserviceCertificate(ApiWebservice) - Method in class ch.tanapro.WebserviceTool.API
Gets the client certificate of a webservice
getWebserviceList() - Method in class ch.tanapro.WebserviceTool.API
Gets a list of the webservices and their requests
getWebservicePrivateKey(ApiWebservice, String) - Method in class ch.tanapro.WebserviceTool.API
Gets the private key defined for a webservice
getXMLElementByXpath(XMLElement, String) - Method in class ch.tanapro.WebserviceTool.API
Gets an XMLElement by its XPath
globalVars - Static variable in class ch.tanapro.WebserviceTool.API
The global variables, which remain accessible as long as the GUI is not closed.
GT - Static variable in class org.json.XML
The Character '>'.
guiAddHtmlTab(String, boolean) - Method in class ch.tanapro.WebserviceTool.API
Adds a html tab and displays a html text.
guiAddTextTab(String, boolean) - Method in class ch.tanapro.WebserviceTool.API
Adds a text tab and displays a String.
guiEditRequest(ApiRequest) - Method in class ch.tanapro.WebserviceTool.API
Displays a GUI to allow the user to edit the request.
guiFlashMessage(String, int) - Method in class ch.tanapro.WebserviceTool.API
Dispiays a flash message when GUI is available (otherwise does nothing)
guiGetConsoleText() - Method in class ch.tanapro.WebserviceTool.API
Get the text of the console control when GUI is available
guiGetTabbedPanel() - Method in class ch.tanapro.WebserviceTool.API
 
guiGetUserInput(XMLElement, String, ApiRequest) - Method in class ch.tanapro.WebserviceTool.API
Shows a GUI and lets the user input data (only allowed in GUI mode).
guiGetUserInput(XMLElement, String) - Method in class ch.tanapro.WebserviceTool.API
Calls guiGetUserInput (gui, descr, null);
guiSetScriptStatus(String) - Method in class ch.tanapro.WebserviceTool.API
Sets the second line of the script status field Only allowed in GUI mode.
guiShowInGUI(ApiRequest, ApiResponse, String) - Method in class ch.tanapro.WebserviceTool.API
Shows the request and the response in the GUI, if they are not null.
guiShowJsonInGUI(ApiRequest, String, boolean) - Method in class ch.tanapro.WebserviceTool.API
Shows a JSON String in the GUI.
guiShowXmlInGUI(ApiRequest, String, boolean) - Method in class ch.tanapro.WebserviceTool.API
Shows an XML String in the GUI.
guiUpdateWebserviceFile(int, ApiRequest) - Method in class ch.tanapro.WebserviceTool.API
Updates the request or webservice in the webservice definition file (*.ws5) with the data of the ApiRequest.

H

has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class org.json.Kim
Returns a hash code value for the kim.
hexString2byteArray(String) - Static method in class com.t_arn.lib.util.taUtils
Converts a hex string into a byte array.
hexString2String(String) - Static method in class com.t_arn.lib.util.taUtils
Converts a hex string into a character String.
HTTP - Class in org.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class org.json.HTTP
 
HttpCode - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The HTTP code
HttpHeaders - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The fields of the HTTP header as string
HttpHeadersList - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The fields of the HTTP header as PropertyList
HttpResponse - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The first line returned from the webservice
HTTPTokener - Class in org.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class org.json.HTTPTokener
Construct an HTTPTokener from a string.
Huff - Class in org.json.zip
A Huffman encoder/decoder.
Huff(int) - Constructor for class org.json.zip.Huff
Construct a Huffman encoder/decoder.

I

iLogLevel - Static variable in class com.t_arn.lib.util.taLog
 
in - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 
increment(String) - Method in class org.json.JSONObject
Increment a property of a JSONObject.
indexOf(String[], String) - Static method in class com.t_arn.lib.util.taUtils
Gets the index of a String in a String array
inputFile - Static variable in class ch.tanapro.WebserviceTool.API
input file from the commandline
int14 - Static variable in class org.json.zip.JSONzip
The first positive integer that cannot be encoded in 14 bits.
int4 - Static variable in class org.json.zip.JSONzip
The first positive integer that cannot be encoded in 4 bits.
int7 - Static variable in class org.json.zip.JSONzip
The first positive integer that cannot be encoded in 7 bits.
invalidValue(String, String) - Method in class nanoxml.XMLElement
Creates a parse exception for when an invalid value is given to a method.
invalidValueSet(String) - Method in class nanoxml.XMLElement
Creates a parse exception for when an invalid valueset is given to a method.
invokeRequest(ApiRequest, Vector) - Method in class ch.tanapro.WebserviceTool.API
Invokes a request and returns the response.
IOUtils - Class in com.t_arn.lib.io
 
IOUtils() - Constructor for class com.t_arn.lib.io.IOUtils
 
isAndroid() - Static method in class com.t_arn.lib.util.taLog
 
iScriptResultCode - Static variable in class ch.tanapro.WebserviceTool.API
 
isGuiAvailable() - Static method in class ch.tanapro.WebserviceTool.API
Checks if we are in GUI mode or not
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isValid(Certificate[]) - Method in class com.t_arn.lib.net.FingerprintCertVerifyer
Verifies the validity of a certificate by comparing the calculared fingerprint with the expected fingerprint
isVmSufficient(String, boolean) - Static method in class com.t_arn.lib.util.eveUtils
Checks if the running is sufficient for the app's needs

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
Constructs a new JSONException with the specified cause.
JSONML - Class in org.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class org.json.JSONML
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - Constructor for class org.json.JSONObject
Construct a JSONObject from a ResourceBundle.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JsonUtils - Class in com.t_arn.lib.util
Class that provides utility methods for working with org.json.JSONObject

A pointer to get a target object from inside a JSONObject looks like this:
"/library/shelves/0/books/2/pages"

This would get the number of pages of the 3rd book in the first shelf of the library

A pointer "" would return the JSONObject itself
The index of elements of a JSONArray (e.g. books) starts with 0 (zero)
(see RFC 6901)
JsonUtils() - Constructor for class com.t_arn.lib.util.JsonUtils
 
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.
JSONzip - Class in org.json.zip
JSONzip is a binary-encoded JSON dialect.
JSONzip() - Constructor for class org.json.zip.JSONzip
Initialize the data structures.

K

key(String) - Method in class org.json.JSONWriter
Append a key.
keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class org.json.JSONObject
Get a set of keys of the JSONObject.
Kim - Class in org.json
Kim makes immutable eight bit Unicode strings.
Kim(byte[], int, int) - Constructor for class org.json.Kim
Make a kim from a portion of a byte array.
Kim(byte[], int) - Constructor for class org.json.Kim
Make a kim from a byte array.
Kim(Kim, int, int) - Constructor for class org.json.Kim
Make a new kim from a substring of an existing kim.
Kim(String) - Constructor for class org.json.Kim
Make a kim from a string.

L

lastError - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
The last error message
lastError - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The last error or null when OK
lastError - Static variable in class ch.tanapro.WebserviceTool.API
Contains the last error that occurred or null on OK
length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
length - Variable in class org.json.Kim
The number of bytes in the kim.
list() - Method in class ch.tanapro.WebserviceTool.api.ApiWebserviceFile
Gets a list of the webservices and their requests
load(String) - Method in class com.t_arn.lib.util.taVector
Calls load (filename, -1);
load(String, int) - Method in class com.t_arn.lib.util.taVector
Clears the taVector and loads Strings from a UTT-8 file into it.
loadRequestFile() - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Loads the XML request file for this ApiRequest This method is used by the API.getRequestBy... methods.
loadWebserviceFile(String, String) - Method in class ch.tanapro.WebserviceTool.API
Loads the webservice definition file.
log - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The logged request and response information
Log - Class in ch.tanapro.WebserviceTool
 
Log() - Constructor for class ch.tanapro.WebserviceTool.Log
 
log(String, String, String) - Static method in class com.t_arn.lib.util.taLog
 
log(String, String) - Static method in class com.t_arn.lib.util.taLog
 
log(Object, String, String) - Static method in class com.t_arn.lib.util.taLog
 
log(Object, Throwable) - Static method in class com.t_arn.lib.util.taLog
 
lScriptStart - Static variable in class ch.tanapro.WebserviceTool.API
 
lScriptStop - Static variable in class ch.tanapro.WebserviceTool.API
 
LT - Static variable in class org.json.XML
The Character '<'.

M

map - Variable in class org.json.JSONObject
The map where the JSONObject's properties are kept.
messageForm(String, String, Frame) - Static method in class com.t_arn.lib.util.eveUtils
Calls messageForm (title, text, frParent, 20, 40);
messageForm(String, String, Frame, int, int) - Static method in class com.t_arn.lib.util.eveUtils
Displays a text in a TextPad of new modal AppForm.
mode - Variable in class org.json.JSONWriter
The current mode.
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

name - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
The name of the request
name - Variable in class ch.tanapro.WebserviceTool.api.ApiWebservice
The name of the webservice
name - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 
namehuff - Variable in class org.json.zip.JSONzip
A Huffman encoder for names.
namehuffext - Variable in class org.json.zip.JSONzip
A Huffman encoder for names extended bytes.
namekeep - Variable in class org.json.zip.JSONzip
A place to keep the names (keys).
names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
nanoxml - package nanoxml
 
NANOXML_MAJOR_VERSION - Static variable in class nanoxml.XMLElement
Major version of NanoXML.
NANOXML_MINOR_VERSION - Static variable in class nanoxml.XMLElement
Minor version of NanoXML.
NanoXmlUtils - Class in com.t_arn.lib.xml
Class that provides utility methods for working with NanoXML
NanoXmlUtils() - Constructor for class com.t_arn.lib.xml.NanoXmlUtils
 
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class org.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class org.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class org.json.XMLTokener
Return the next entity.
nextMeta() - Method in class org.json.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class org.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class org.json.XMLTokener
Get the next XML Token.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
NO_LINE - Static variable in exception nanoxml.XMLParseException
Indicates that no line number has been associated with this exception.
None - Interface in org.json.zip
None is an interface that makes the constant none (short for negative one or long for -1) available to any class that implements it.
none - Static variable in interface org.json.zip.None
Negative One.
noSpace(String) - Static method in class org.json.XML
Throw an exception if the string contains whitespace.
nrBits() - Method in class org.json.zip.BitInputStream
Get the number of bits that have been read from this BitInputStream.
nrBits() - Method in class org.json.zip.BitOutputStream
Returns the number of bits that have been written to this bitOutputStream.
nrBits() - Method in interface org.json.zip.BitReader
Returns the number of bits that have been read from this bitreader.
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
one() - Method in class org.json.zip.BitOutputStream
Write a 1 bit.
one() - Method in interface org.json.zip.BitWriter
Write a 1 bit.
oOp - Variable in class com.t_arn.lib.net.taOpenApi.Operation
 
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.json - package org.json
 
org.json.zip - package org.json.zip
 

P

pad(int) - Method in class org.json.zip.BitInputStream
Check that the rest of the block has been padded with zeroes.
pad(int) - Method in class org.json.zip.BitOutputStream
Pad the rest of the block with zeros and flush. pad(8) flushes the last unfinished byte.
pad(int) - Method in interface org.json.zip.BitReader
Check that the rest of the block has been padded with zeros.
pad(int) - Method in interface org.json.zip.BitWriter
Pad the rest of the block with zeros and flush.
pad(int) - Method in class org.json.zip.Unzipper
The pad method skips the bits that padded a stream to fit some allocation. pad(8) will skip over the remainder of a byte.
pad(int) - Method in class org.json.zip.Zipper
Pad the output to fill an allotment of bits.
parseCharArray(char[], int, int) - Method in class nanoxml.XMLElement
Reads one XML element from a char array and parses it.
parseCharArray(char[], int, int, int) - Method in class nanoxml.XMLElement
Reads one XML element from a char array and parses it.
parseDouble(String, double) - Static method in class com.t_arn.lib.util.taUtils
 
parseFromReader(Reader) - Method in class nanoxml.XMLElement
Reads one XML element from a java.io.Reader and parses it.
parseFromReader(Reader, int) - Method in class nanoxml.XMLElement
Reads one XML element from a java.io.Reader and parses it.
parseInt(String, int) - Static method in class com.t_arn.lib.util.taUtils
Calls parseInt(s,10,defaultValue)
parseInt(String, int, int) - Static method in class com.t_arn.lib.util.taUtils
Converts a String to an int value.
parseJsonFile() - Method in class com.t_arn.lib.net.taOpenApi
Parse the JSON file
parseLong(String, long) - Static method in class com.t_arn.lib.util.taUtils
Converts a String to a long value.
parseString(String) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Calls new XMLElement(new Hashtable(), true, false) and tries to parse the String into it.
parseString(String) - Method in class nanoxml.XMLElement
Reads one XML element from a String and parses it.
parseString(String, int) - Method in class nanoxml.XMLElement
Reads one XML element from a String and parses it.
parseString(String, int, int) - Method in class nanoxml.XMLElement
Reads one XML element from a String and parses it.
parseString(String, int, int, int) - Method in class nanoxml.XMLElement
Reads one XML element from a String and parses it.
password - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
The password used for authentication
password - Static variable in class ch.tanapro.WebserviceTool.API
password from the commandline
postMortem(PostMortem) - Method in class org.json.zip.Huff
Compare two Huffman tables.
postMortem(PostMortem) - Method in class org.json.zip.JSONzip
This method is used for testing the implementation of JSONzip.
PostMortem - Interface in org.json.zip
The PostMortem interface allows for testing the internal state of JSONzip processors.
postMortem(PostMortem) - Method in interface org.json.zip.PostMortem
Determine if two objects are equivalent.
probe - Static variable in class org.json.zip.JSONzip
The package supports tracing for debugging.
Property - Class in org.json
Converts a Property file data into JSONObject and back.
Property() - Constructor for class org.json.Property
 
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUEST - Static variable in class org.json.XML
The Character '?'.
QUOT - Static variable in class org.json.XML
The Character '"'.
quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class org.json.JSONObject
 

R

rawResponse - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The response body as ByteArray
read(int) - Method in class org.json.zip.BitInputStream
Read some bits.
read(int) - Method in interface org.json.zip.BitReader
Read some bits.
read(BitReader) - Method in class org.json.zip.Huff
Read bits until a symbol can be identified.
readChar() - Method in class nanoxml.XMLElement
Reads a character from a reader.
readInputFile() - Method in class ch.tanapro.WebserviceTool.API
Calls readInputFile(API.inputFile)
readInputFile(String) - Method in class ch.tanapro.WebserviceTool.API
Calls readInputFile(API.inputFile, "ISO-8859-1")
readInputFile(String, String) - Method in class ch.tanapro.WebserviceTool.API
Reads a tab-separated text file and returns a Vector containing a Vector of Strings for every line in file.
readIntLE(byte[], int, int) - Static method in class com.t_arn.lib.util.taUtils
This reads an integer value from a byte array with the specified number of bytes.
readLineFromKeyboard() - Static method in class com.t_arn.lib.util.taUtils
Reads a line from stdin
readTextFile(String, String) - Static method in class com.t_arn.lib.io.IOUtils
Reads a text file fully.
remove(int) - Method in class org.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
removeAttribute(String) - Method in class nanoxml.XMLElement
Removes an attribute.
removeChild(XMLElement) - Method in class nanoxml.XMLElement
Removes a child element.
removeChild(String) - Method in class nanoxml.XMLElement
Deprecated.
Use removeAttribute instead.
removeProperty(String) - Method in class nanoxml.XMLElement
Deprecated.
Use removeAttribute instead.
removeWstAttributes(XMLElement) - Method in class ch.tanapro.WebserviceTool.API
Makes a deep clone of the XMLElement and then removes all attributes of WebserviceTool from the clone
removeXmlDeclaration(String) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Removes the XML declaration if found
removeXmlTree(XMLElement) - Static method in class nanoxml.XMLElement
Deletes an XMLElement and all its children by recursively calling the clear() method.
replaceAttributes(XMLElement) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns a new XML structure after turning attributes into child elements
replaceGlobalVars(String) - Static method in class ch.tanapro.WebserviceTool.api.ApiRequest
 
replaceHref(XMLElement) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Returns a new XML structure after replacing multi-references
resolveEntity(StringBuffer) - Method in class nanoxml.XMLElement
Resolves an entity.
response - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The response body as String
REST - Class in ch.tanapro.WebserviceTool
 
REST() - Constructor for class ch.tanapro.WebserviceTool.REST
 
restoreWindowRect(String, String, Frame) - Static method in class com.t_arn.lib.util.eveUtils
Restores window position and size from the user registry.
restoreWindowSize(String, String, Frame) - Static method in class com.t_arn.lib.util.eveUtils
Restores window size from the user registry.
rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text row from a JSONArray.
runScript(String) - Method in class ch.tanapro.WebserviceTool.API
Run a sub-script from the current (parent) script after validating the signature of the sub-script.

S

save() - Method in class ch.tanapro.WebserviceTool.Log
Writes the log information to the log files
save(String) - Method in class com.t_arn.lib.util.taVector
Calls save (filename, -1)
save(String, int) - Method in class com.t_arn.lib.util.taVector
Writes the taVector as Strings to a UTF-8 file.
saveLogs() - Method in class ch.tanapro.WebserviceTool.api.ApiResponse
Writes the log files for request and response Calls log.save()
saveWindowRect(String, String, Frame) - Static method in class com.t_arn.lib.util.eveUtils
Saves window position and size to the user registry.
sbBuffer - Static variable in class com.t_arn.lib.util.taLog
 
scanElement(XMLElement) - Method in class nanoxml.XMLElement
Scans an XML element.
scanIdentifier(StringBuffer) - Method in class nanoxml.XMLElement
Scans an identifier from the current reader.
scanPCData(StringBuffer) - Method in class nanoxml.XMLElement
Scans a #PCDATA element.
scanString(StringBuffer) - Method in class nanoxml.XMLElement
This method scans a delimited string from the current reader.
scanWhitespace() - Method in class nanoxml.XMLElement
This method scans an identifier from the current reader.
scanWhitespace(StringBuffer) - Method in class nanoxml.XMLElement
This method scans an identifier from the current reader.
scriptFile - Static variable in class ch.tanapro.WebserviceTool.API
current script file
searchByteArray(byte[], byte[], int) - Static method in class com.t_arn.lib.util.taUtils
Searches a byte array inside another byte array.
selectedRequest - Variable in class ch.tanapro.WebserviceTool.api.ApiWebserviceFile
Contains the ID of the currently selected request in the GUI
serialVersionUID - Static variable in class com.t_arn.lib.util.taVector
 
setAllAttributes(XMLElement, String) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Sets attributes from a String in the following format: name1="value1"\nname2="value2"
setAttribute(String, Object) - Method in class nanoxml.XMLElement
Adds or modifies an attribute.
setClipboardText(String) - Static method in class com.t_arn.lib.util.eveUtils
Puts a text into the clipboard.
setContent(String) - Method in class nanoxml.XMLElement
Changes the content string.
setDoubleAttribute(String, double) - Method in class nanoxml.XMLElement
Adds or modifies an attribute.
setHeaderField(String, String) - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Adds a custom HTTP header field to the request or removes it.
setIntAttribute(String, int) - Method in class nanoxml.XMLElement
Adds or modifies an attribute.
setLogDatetime() - Method in class ch.tanapro.WebserviceTool.Log
Sets the date and time when the request was sent.
setLogFile(String) - Static method in class com.t_arn.lib.util.taLog
Sets the name of the log file to be used.
setLogLevel(int) - Static method in class com.t_arn.lib.util.taLog
 
setName(String) - Method in class nanoxml.XMLElement
Changes the name of the element.
setPassword(String) - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Sets the password to be used for authentication.
setPOSTdata(Object, String) - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Sets the POST data to be sent for POST messages.
setScriptResultCode(int) - Method in class ch.tanapro.WebserviceTool.API
Sets the result code which will be returned to the operating system when running from the commandline.
setTag(String) - Static method in class com.t_arn.lib.util.taLog
 
setTagName(String) - Method in class nanoxml.XMLElement
Deprecated.
Use setName instead.
setUsername(String) - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Sets the username to be used
setUseSystemClipboard(boolean) - Static method in class com.t_arn.lib.util.eveUtils
 
similar(Object) - Method in class org.json.JSONArray
Determine if two JSONArrays are similar.
similar(Object) - Method in class org.json.JSONObject
Determine if two JSONObjects are similar.
skipComment() - Method in class nanoxml.XMLElement
Skips a comment.
skipPast(String) - Method in class org.json.XMLTokener
Skip characters until past the requested string.
skipSpecialTag(int) - Method in class nanoxml.XMLElement
Skips a special tag or comment.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.json.XML
The Character '/'.
sleep(int) - Static method in class com.t_arn.lib.util.eveUtils
Sleeps for millis milliseconds.
soapHeader - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
do not use
soapPrefix - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
do not use
sort(Object[], Comparer, boolean) - Static method in class com.t_arn.lib.util.eveUtils
Michael Brereton's fix for a bug in ewe.util.Utils.sort v1.49 The original code did not sort a String[][]
sort(boolean) - Method in class com.t_arn.lib.util.taVector
Sorts the elements of this taVector by using a Comparator that treats the elements as Strings.
sort(Comparator) - Method in class com.t_arn.lib.util.taVector
Sorts this taVector using the supplied Comparator Returns nothing, sets lastError on error (see getLastError)
stClassName - Static variable in class com.t_arn.lib.net.taOpenApi
 
stClassName - Static variable in class com.t_arn.lib.util.JsonUtils
 
stClassName - Static variable in class com.t_arn.lib.xml.NanoXmlUtils
 
stEnc - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
do not use.
stLastFingerprint - Variable in class com.t_arn.lib.net.FingerprintCertVerifyer
 
stLogFile - Static variable in class com.t_arn.lib.util.taLog
 
stRequest - Variable in class ch.tanapro.WebserviceTool.Log
 
stResponse - Variable in class ch.tanapro.WebserviceTool.Log
 
string2hexString(String) - Static method in class com.t_arn.lib.util.taUtils
Converts a String into a hex String.
stringContains(String, String, boolean) - Static method in class com.t_arn.lib.util.taUtils
 
stringFill(String, boolean, char, int) - Static method in class com.t_arn.lib.util.taUtils
Fills a String with the supplied character until it reaches the supplied lenght.
stringhuff - Variable in class org.json.zip.JSONzip
A Huffman encoder for string values.
stringhuffext - Variable in class org.json.zip.JSONzip
A Huffman encoder for string values extended bytes.
stringJoin(String[], String) - Static method in class com.t_arn.lib.util.taUtils
Creates a new string from the strings in data, adding the separator string after every string from data.
stringkeep - Variable in class org.json.zip.JSONzip
A place to keep the strings.
stringReplace(String, String, String, boolean) - Static method in class com.t_arn.lib.util.taUtils
Replaces all instances of the String f within the String s with the String r.
stringReplace(String, String, String) - Static method in class com.t_arn.lib.util.taUtils
Replaces all instances of the String f within the String s with the String r.
stringSet(char, int) - Static method in class com.t_arn.lib.util.taUtils
Creates a new string where all characters are the same.
stringSplit(String, String) - Static method in class com.t_arn.lib.util.taUtils
Creates a new string array from the string in data, splitting when separator is found.
stringToValue(String) - Static method in class org.json.JSONObject
Try to convert a string into a number, boolean, or null.
stringToValue(String) - Static method in class org.json.XML
Try to convert a string into a number, boolean, or null.
stTag - Static variable in class com.t_arn.lib.util.taLog
 
stValidFingerprint - Variable in class com.t_arn.lib.net.FingerprintCertVerifyer
 
stVersion - Static variable in class com.t_arn.lib.net.FingerprintCertVerifyer
 
stVersion - Static variable in class com.t_arn.lib.net.taOpenApi
 
stVersion - Static variable in class com.t_arn.lib.util.eveUtils
Contains the version of the class.
stVersion - Static variable in class com.t_arn.lib.util.JsonUtils
 
stVersion - Static variable in class com.t_arn.lib.util.taLog
 
stVersion - Static variable in class com.t_arn.lib.util.taUtils
Contains the version of the class.
stVersion - Static variable in class com.t_arn.lib.xml.NanoXmlUtils
 
stVersion - Static variable in class nanoxml.XMLElement
 
style - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 
syntaxError(String) - Method in class nanoxml.XMLElement
Creates a parse exception for when a syntax error occured.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

taLog - Class in com.t_arn.lib.util
 
taLog(String, String, int) - Constructor for class com.t_arn.lib.util.taLog
 
taLog(String) - Constructor for class com.t_arn.lib.util.taLog
 
taOpenApi - Class in com.t_arn.lib.net
Utility class to handle OpenAPI v3 (Swagger) files Usage: taOpenApi oapi = new taOpenApi("c:\\test\\service.json"); boolean ok = oapi.parseJsonFile(); if (!
taOpenApi(String) - Constructor for class com.t_arn.lib.net.taOpenApi
Create a new instance of taOpenApi
taOpenApi.Operation - Class in com.t_arn.lib.net
Class that represents an OAS Operation object
Cannot be instanciated directly.
taOpenApi.Parameter - Class in com.t_arn.lib.net
Class that represents an OAS Parameter object
Cannot be instanciated directly.
taOpenApi.RequestBody - Class in com.t_arn.lib.net
Class that represents an OAS RequestBody object
Cannot be instanciated directly.
taUtils - Class in com.t_arn.lib.util
This class provides several handy methods for the Eve VM.
taUtils() - Constructor for class com.t_arn.lib.util.taUtils
Constructor of the class.
taVector - Class in com.t_arn.lib.util
This class extends eve.util.mVector
A taVector containing Strings can be loaded from a text file and also be saved to a text file.
taVector() - Constructor for class com.t_arn.lib.util.taVector
Creates a new taVector
taVector(Vector) - Constructor for class com.t_arn.lib.util.taVector
Creates a new taVector from a java.util.Vector
testValidity(Object) - Static method in class org.json.JSONObject
Throw an exception if the object is a NaN or infinite number.
tick(int) - Method in class org.json.zip.Huff
Increase the weight associated with a value by 1.
toJSONArray(String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class org.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class org.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class org.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(Properties) - Static method in class org.json.Property
Converts a property file object into a JSONObject.
toJSONObject(String) - Static method in class org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toPrettyString(XMLElement) - Static method in class com.t_arn.lib.xml.NanoXmlUtils
Gets a pretty formatted String representation of a XML structure
toProperties(JSONObject) - Static method in class org.json.Property
Converts the JSONObject into a property file object.
toString(boolean) - Method in class nanoxml.XMLElement
Writes the XML element to a string.
toString() - Method in class nanoxml.XMLElement
 
toString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class org.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class org.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class org.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(JSONArray) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
toString() - Method in class org.json.Kim
Produce a UTF-16 String from this kim.
toString(Object) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
TSMODE_IGNORE_TSERRORS - Static variable in class com.t_arn.lib.io.IOUtils
 
TSMODE_NORMAL - Static variable in class com.t_arn.lib.io.IOUtils
 
TSMODE_UPDATE_SOURCE - Static variable in class com.t_arn.lib.io.IOUtils
 
type - Variable in class com.t_arn.lib.net.taOpenApi.Parameter
 

U

unescape(String) - Static method in class org.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
unexpectedEndOfData() - Method in class nanoxml.XMLElement
Creates a parse exception for when the end of the data input has been reached.
uniqueID - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
The ID of the request
uniqueID - Variable in class ch.tanapro.WebserviceTool.api.ApiWebservice
The ID of the webservice
unknownEntity(String) - Method in class nanoxml.XMLElement
Creates a parse exception for when an entity could not be resolved.
unreadChar(char) - Method in class nanoxml.XMLElement
Pushes a character back to the read-back buffer.
Unzipper - Class in org.json.zip
JSONzip is a binary compression scheme for JSON text.
Unzipper(BitReader) - Constructor for class org.json.zip.Unzipper
Create a new unzipper.
updateRequestFile() - Method in class ch.tanapro.WebserviceTool.api.ApiRequest
Updates the XML request file with the input fields content
useBuffer(boolean) - Static method in class com.t_arn.lib.util.taLog
 
username - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
The username used for authentication
username - Static variable in class ch.tanapro.WebserviceTool.API
username from the commandline

V

value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.
valuekeep - Variable in class org.json.zip.JSONzip
A place to keep the values.
valueToString(Object) - Static method in class org.json.JSONObject
Make a JSON text of an Object value.
vScriptFiles - Static variable in class ch.tanapro.WebserviceTool.API
the script file call stack - current scriptfile is at index 0
vXml - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
do not use.

W

webserviceFile - Static variable in class ch.tanapro.WebserviceTool.API
webservice file from the commandline
wrap(Object) - Static method in class org.json.JSONObject
Wrap an object, if necessary.
write(Writer) - Method in class nanoxml.XMLElement
Writes the XML element to a writer.
write(Writer, boolean) - Method in class nanoxml.XMLElement
 
write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
write(int, int) - Method in class org.json.zip.BitOutputStream
Write some bits.
write(int, int) - Method in interface org.json.zip.BitWriter
Write some bits.
write(int, BitWriter) - Method in class org.json.zip.Huff
Write the bits corresponding to a symbol.
writeEncoded(Writer, String) - Method in class nanoxml.XMLElement
Writes a string encoded to a writer.
writeLog(String, String, String, String) - Static method in class com.t_arn.lib.util.taLog
 
writer - Variable in class org.json.JSONWriter
The writer that will receive the output.
writeTextFile(String, String, String) - Static method in class com.t_arn.lib.io.IOUtils
Calls writeTextFile(filename, text, encoding, eol) where eol is \r\n for Windows systems or \n for all other systems
writeTextFile(String, String, String, String) - Static method in class com.t_arn.lib.io.IOUtils
Writes a text file fully (adds a newline at the end when none there)
wsFile - Static variable in class ch.tanapro.WebserviceTool.API
The webservice file open in the GUI or opened with API.loadWebserviceFile

X

XML - Class in org.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.json.XML
 
XMLElement - Class in nanoxml
XMLElement is a representation of an XML object.
XMLElement() - Constructor for class nanoxml.XMLElement
Creates and initializes a new XML element.
XMLElement(Hashtable) - Constructor for class nanoxml.XMLElement
Creates and initializes a new XML element.
XMLElement(boolean) - Constructor for class nanoxml.XMLElement
Creates and initializes a new XML element.
XMLElement(Hashtable, boolean) - Constructor for class nanoxml.XMLElement
Creates and initializes a new XML element.
XMLElement(Hashtable, boolean, boolean) - Constructor for class nanoxml.XMLElement
Creates and initializes a new XML element.
XMLElement(Hashtable, boolean, boolean, boolean) - Constructor for class nanoxml.XMLElement
Creates and initializes a new XML element.
XMLParseException - Exception in nanoxml
An XMLParseException is thrown when an error occures while parsing an XML string.
XMLParseException(String, String) - Constructor for exception nanoxml.XMLParseException
Creates an exception.
XMLParseException(String, int, String) - Constructor for exception nanoxml.XMLParseException
Creates an exception.
XMLTokener - Class in org.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.json.XMLTokener
Construct an XMLTokener from a string.
xRequest - Variable in class ch.tanapro.WebserviceTool.api.ApiRequest
The request file as XMLElement
xResponse - Variable in class ch.tanapro.WebserviceTool.api.ApiResponse
The response as XMLElement

Z

zero() - Method in class org.json.zip.BitOutputStream
Write a 0 bit.
zero() - Method in interface org.json.zip.BitWriter
Write a 0 bit.
zipArrayString - Static variable in class org.json.zip.JSONzip
The value code for an array with a string as its first element.
zipArrayValue - Static variable in class org.json.zip.JSONzip
The value code for an array with a non-string value as its first element.
zipEmptyArray - Static variable in class org.json.zip.JSONzip
The value code for an empty array.
zipEmptyObject - Static variable in class org.json.zip.JSONzip
The value code for an empty object.
zipFalse - Static variable in class org.json.zip.JSONzip
The value code for false.
zipNull - Static variable in class org.json.zip.JSONzip
The value code for null.
zipObject - Static variable in class org.json.zip.JSONzip
The value code for a non-empty object.
Zipper - Class in org.json.zip
An encoder implements the compression behavior of JSONzip.
Zipper(BitWriter) - Constructor for class org.json.zip.Zipper
Create a new encoder.
zipTrue - Static variable in class org.json.zip.JSONzip
The value code for true.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
API WebserviceTool
version 5.10

www.tanapro.ch