com.nimkathana.swx.xmlrpc
Class SecureXmlRpcClient

java.lang.Object
  extended bysuperwaba.ext.xplat.xml.XmlTokenizer
      extended bysuperwaba.ext.xplat.xml.XmlReader
          extended bycom.nimkathana.swx.xmlrpc.XmlRpcClient
              extended bycom.nimkathana.swx.xmlrpc.SecureXmlRpcClient

public class SecureXmlRpcClient
extends XmlRpcClient

Handles secure XML-RPCs to a server

Version:
April 2004
Author:
Maintained by Nimkathana (www.nimkathana.com), Original by IOP GmbH (www.iop.de)

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

SecureXmlRpcClient

public SecureXmlRpcClient(java.lang.String hostname,
                          int port,
                          java.lang.String uri,
                          byte[] key)
                   throws XmlRpcException
Method Detail

writeObject

protected void writeObject(java.lang.Object what,
                           SimpleXmlWriter writer)
Description copied from class: XmlRpcClient
Writes the XML representation of a supported Java object to the XML writer.

Overrides:
writeObject in class XmlRpcClient
Parameters:
what - The object to write
writer - The writer to write to


Copyright © 2004 Nimkathana Corp. All Rights Reserved.