Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.protocol.xmlrpc
Class TestXmlrpcURL  view TestXmlrpcURL download TestXmlrpcURL.java

java.lang.Object
  extended byorg.media.mn8.protocol.xmlrpc.TestXmlrpcURL

public class TestXmlrpcURL
extends java.lang.Object

This is an application which uses our new xmlrpc protocol handler to obtain information.


Constructor Summary
TestXmlrpcURL(java.lang.String[] args)
          This constructor does all of the work of obtaining the data from the server.
 
Method Summary
static void main(java.lang.String[] args)
          The method launches the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestXmlrpcURL

public TestXmlrpcURL(java.lang.String[] args)
This constructor does all of the work of obtaining the data from the server.

Method Detail

main

public static void main(java.lang.String[] args)
The method launches the application.