|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsuperwaba.ext.xplat.xml.XmlTokenizer
superwaba.ext.xplat.xml.XmlReader
com.nimkathana.swx.xmlrpc.XmlRpcClient
com.nimkathana.swx.xmlrpc.SecureXmlRpcClient
Handles secure XML-RPCs to a server
| Field Summary |
| Fields inherited from class com.nimkathana.swx.xmlrpc.XmlRpcClient |
xmlHandler |
| Fields inherited from class superwaba.ext.xplat.xml.XmlReader |
converter, tagNameHashId |
| Constructor Summary | |
SecureXmlRpcClient(java.lang.String hostname,
int port,
java.lang.String uri,
byte[] key)
|
|
| Method Summary | |
protected void |
writeObject(java.lang.Object what,
SimpleXmlWriter writer)
Writes the XML representation of a supported Java object to the XML writer. |
| Methods inherited from class com.nimkathana.swx.xmlrpc.XmlRpcClient |
execute, getTagCode |
| Methods inherited from class superwaba.ext.xplat.xml.XmlReader |
foundAttributeName, foundAttributeValue, foundCharacter, foundCharacterData, foundComment, foundEndEmptyTag, foundEndOfInput, foundEndTagName, foundStartTagName, getContentHandler, parse, parse, parse, parse, setAttributeListFilter, setContentHandler, setNewlineSignificant |
| Methods inherited from class superwaba.ext.xplat.xml.XmlTokenizer |
disableReferenceResolution, foundDeclaration, foundInvalidData, foundProcessingInstruction, foundReference, foundStartOfInput, getAbsoluteOffset, isDataCDATA, resolveCharacterReference, setCdataContents, setStrictlyXml, tokenize, tokenize, tokenize, tokenize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecureXmlRpcClient(java.lang.String hostname,
int port,
java.lang.String uri,
byte[] key)
throws XmlRpcException
| Method Detail |
protected void writeObject(java.lang.Object what,
SimpleXmlWriter writer)
XmlRpcClient
writeObject in class XmlRpcClientwhat - The object to writewriter - The writer to write to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||