xmlBlaster 2.2.0 client API

Class HelloWorld

java.lang.Object
  extended by HelloWorld

public class HelloWorld
extends java.lang.Object

This client connects to xmlBlaster and gets synchronous a message and disconnects.

Invoke:

   cd xmlBlaster                           // Change to xmlBlaster distribution directory
   java -jar lib/xmlBlaster.jar            // Start the server
   java -cp lib/xmlBlaster.jar HelloWorld  // Start this demo
 

See Also:
xmlBlaster interface

Constructor Summary
HelloWorld(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld(java.lang.String[] args)
Method Detail

main

public static void main(java.lang.String[] args)

xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.