A B C D E F G H I M N P S T V W X

A

ARRAY - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 

B

BASE64 - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
BOOLEAN - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
Base64 - class com.nimkathana.swx.xmlrpc.Base64.
Used to encode/decode Strings to/from Base64
Base64() - Constructor for class com.nimkathana.swx.xmlrpc.Base64
 
Blowfish - class com.nimkathana.swx.xmlrpc.crypt.Blowfish.
Provides encryption via the Blowfish algorithm for SecureXmlRpcClient
Blowfish(byte[]) - Constructor for class com.nimkathana.swx.xmlrpc.crypt.Blowfish
 

C

characterData(String) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcValue
Set the character data for the element and interprets it according to the element type
characters(String) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
chardata(String) - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Formats cdata for xml
closeConnection() - Method in class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Terminates the server connection
com.nimkathana.swx.util - package com.nimkathana.swx.util
 
com.nimkathana.swx.xmlrpc - package com.nimkathana.swx.xmlrpc
 
com.nimkathana.swx.xmlrpc.crypt - package com.nimkathana.swx.xmlrpc.crypt
 
comment(String) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
countTokens() - Method in class com.nimkathana.swx.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.

D

DATE - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
DOUBLE - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
decode(String) - Static method in class com.nimkathana.swx.xmlrpc.Base64
Decodes the given Base64 encoded String to a new byte array.
decrypt(String) - Method in class com.nimkathana.swx.xmlrpc.crypt.Blowfish
Decrypts the given String via the Blowfish algorithm
didFault() - Method in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
Tells if a fault occurred during parsing

E

emptyElement(String) - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Formats an xml tag which contains no character data (in other words, is an opening and closing tag in one)
encode(byte[]) - Static method in class com.nimkathana.swx.xmlrpc.Base64
 
encode(byte[], int, int, StringBuffer) - Static method in class com.nimkathana.swx.xmlrpc.Base64
Encodes the part of the given byte array denoted by start and len to the Base64 format.
encrypt(String) - Method in class com.nimkathana.swx.xmlrpc.crypt.Blowfish
Encrypts the given String with the Blowfish algorithm
endElement(String) - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Formats a closing xml tag
endElement(int) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
endElement(XmlRpcValue) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcValue
Notification that a new child element has been parsed.
equals(Object) - Method in class com.nimkathana.swx.util.SwxBoolean
 
equals(Object) - Method in class com.nimkathana.swx.util.SwxFloat
 
equals(Object) - Method in class com.nimkathana.swx.util.SwxInteger
 
execute(byte[]) - Method in class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Executes a HTTP request to the connected server
execute(String, Vector) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcClient
Generates an XML-RPC request and sends it to the server.

F

FAULT - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
finalize() - Method in class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Calls SimpleHttpClient.closeConnection()
format(Time) - Method in class com.nimkathana.swx.xmlrpc.Iso8601DateTimeConverter
 

G

getBytes() - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Same as SimpleXmlWriter.toString()
getKeepAlive() - Method in class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Tells if this connection is using a keep alive
getResult() - Method in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
Gets the object unmarshalled from the last xml-rpc response parsing
getTagCode(byte[], int, int) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcClient
 
getValue() - Method in class com.nimkathana.swx.util.SwxBoolean
Gets the primitive value of a SwxBoolean
getValue() - Method in class com.nimkathana.swx.util.SwxFloat
Gets the float value of this SwxFloat object
getValue() - Method in class com.nimkathana.swx.util.SwxInteger
Gets the int value associated with a SwxInteger object
getValue() - Method in class com.nimkathana.swx.xmlrpc.XmlRpcValue
Gets the corresponding object of this XmlRpcValue

H

hasMoreTokens() - Method in class com.nimkathana.swx.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hashCode() - Method in class com.nimkathana.swx.util.SwxBoolean
 
hashCode() - Method in class com.nimkathana.swx.util.SwxFloat
Same as SwxFloat.getValue(), but coerced to an int
hashCode() - Method in class com.nimkathana.swx.util.SwxInteger
Same as SwxInteger.getValue()
hashCode() - Method in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 

I

I4 - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
INTEGER - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
Iso8601DateTimeConverter - class com.nimkathana.swx.xmlrpc.Iso8601DateTimeConverter.
Java Format Mask: yyyyMMdd'T'HH:mm:ss
Iso8601DateTimeConverter() - Constructor for class com.nimkathana.swx.xmlrpc.Iso8601DateTimeConverter
 
initConnection() - Method in class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Called by constructor.

M

MEMBER - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
METHODNAME - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 

N

NAME - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
nextToken() - Method in class com.nimkathana.swx.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class com.nimkathana.swx.util.StringTokenizer
Returns the next token in this string tokenizer's string.

P

parse(String) - Method in class com.nimkathana.swx.xmlrpc.Iso8601DateTimeConverter
 

S

STRING - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
STRUCT - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
SecureXmlRpcClient - class com.nimkathana.swx.xmlrpc.SecureXmlRpcClient.
Handles secure XML-RPCs to a server
SecureXmlRpcClient(String, int, String, byte[]) - Constructor for class com.nimkathana.swx.xmlrpc.SecureXmlRpcClient
 
SimpleHttpClient - class com.nimkathana.swx.xmlrpc.SimpleHttpClient.
Provides client-side HTTP communication
SimpleHttpClient(String, int, String) - Constructor for class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Calls SimpleHttpClient.initConnection()
SimpleXmlWriter - class com.nimkathana.swx.xmlrpc.SimpleXmlWriter.
Correctly formats Strings in xml syntax Currently only supports ISO-8859-1 encoding of XML.
SimpleXmlWriter(StringBuffer) - Constructor for class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
 
StringTokenizer - class com.nimkathana.swx.util.StringTokenizer.
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String, String, boolean) - Constructor for class com.nimkathana.swx.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class com.nimkathana.swx.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String) - Constructor for class com.nimkathana.swx.util.StringTokenizer
Constructs a string tokenizer for the specified string.
SwxBoolean - class com.nimkathana.swx.util.SwxBoolean.
Wrapper for transmitting booleans via xml-rpc
SwxBoolean() - Constructor for class com.nimkathana.swx.util.SwxBoolean
 
SwxBoolean(boolean) - Constructor for class com.nimkathana.swx.util.SwxBoolean
 
SwxFloat - class com.nimkathana.swx.util.SwxFloat.
Wrapper for transmitting floats via xml-rpc
SwxFloat() - Constructor for class com.nimkathana.swx.util.SwxFloat
 
SwxFloat(float) - Constructor for class com.nimkathana.swx.util.SwxFloat
 
SwxInteger - class com.nimkathana.swx.util.SwxInteger.
Wrapper for transmitting integers via xml-rpc
SwxInteger() - Constructor for class com.nimkathana.swx.util.SwxInteger
 
SwxInteger(int) - Constructor for class com.nimkathana.swx.util.SwxInteger
 
setBasicAuthentication(String, String) - Method in class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Base64 encodes the username and password given for basic server authentication
setDecryptor(Blowfish) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
Sets the Blowfish object holding the proper decryption key.
setKeepAlive(boolean) - Method in class com.nimkathana.swx.xmlrpc.SimpleHttpClient
Turns keep alive on or off for this connection
setType(int) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcValue
Set the type of this value.
setValue(boolean) - Method in class com.nimkathana.swx.util.SwxBoolean
Sets the primitive valueo of a SwxBoolean
setValue(float) - Method in class com.nimkathana.swx.util.SwxFloat
Sets the float value of a SwxFloat object
setValue(int) - Method in class com.nimkathana.swx.util.SwxInteger
Sets the int value associated with a SwxInteger object
startElement(String) - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Formats an opening xml tag
startElement(int, AttributeList) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 

T

toString() - Method in class com.nimkathana.swx.util.SwxBoolean
 
toString() - Method in class com.nimkathana.swx.util.SwxFloat
 
toString() - Method in class com.nimkathana.swx.util.SwxInteger
 
toString() - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Gets this writer's contents
toString() - Method in class com.nimkathana.swx.xmlrpc.XmlRpcValue
 

V

VALUE - Static variable in class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 

W

write(char[]) - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Appends text to this writer's buffer
write(String) - Method in class com.nimkathana.swx.xmlrpc.SimpleXmlWriter
Same as SimpleXmlWriter.write(char[] text)
writeObject(Object, SimpleXmlWriter) - Method in class com.nimkathana.swx.xmlrpc.SecureXmlRpcClient
 
writeObject(Object, SimpleXmlWriter) - Method in class com.nimkathana.swx.xmlrpc.XmlRpcClient
Writes the XML representation of a supported Java object to the XML writer.

X

XmlRpcClient - class com.nimkathana.swx.xmlrpc.XmlRpcClient.
Handles XML-RPCs to a server
XmlRpcClient(String, int, String) - Constructor for class com.nimkathana.swx.xmlrpc.XmlRpcClient
 
XmlRpcContentHandler - class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler.
Methods here are called by the xml parser used in XmlRpcClient
XmlRpcContentHandler() - Constructor for class com.nimkathana.swx.xmlrpc.XmlRpcContentHandler
 
XmlRpcException - exception com.nimkathana.swx.xmlrpc.XmlRpcException.
Used to alert user of xml-rpc errors
XmlRpcException() - Constructor for class com.nimkathana.swx.xmlrpc.XmlRpcException
 
XmlRpcException(String) - Constructor for class com.nimkathana.swx.xmlrpc.XmlRpcException
 
XmlRpcValue - class com.nimkathana.swx.xmlrpc.XmlRpcValue.
Used to represent an XML-RPC value while a request is being parsed.
XmlRpcValue() - Constructor for class com.nimkathana.swx.xmlrpc.XmlRpcValue
 
xmlHandler - Variable in class com.nimkathana.swx.xmlrpc.XmlRpcClient
 

A B C D E F G H I M N P S T V W X

Copyright © 2004 Nimkathana Corp. All Rights Reserved.