xmlBlaster 2.2.0 client API

Package javaclients

Java examples, start reading the HelloWorld clients.

See:
          Description

Class Summary
AllProtocols This client connects to xmlBlaster and invokes all available methods with all available protocols.
ClientPlugin This client is loaded by xmlBlaster as a plugin on startup, it then connects to xmlBlaster and gets synchronous a message and disconnects.
ClientQuery This client allows you to query xmlBlaster synchronous with method get().
ClientSub This client tests the method subscribe() with a later publish() with XPath query.
The subscribe() should be recognized for this later arriving publish().
ClientSubDispatch This client demonstrates the method subscribe() with a later publish().
ClientXml This client tests the method subscribe()/publish() with XML syntax key and XPath query using the DefaultCallback implementation.
HelloWorldErase This client connects to xmlBlaster and erases a configurable amount of messages.
HelloWorldGet This client connects to xmlBlaster and subscribes to messages.
HelloWorldMime This client connects to xmlBlaster and invokes all available methods, further we show how to do a full text message filtering by looking into the xml message content and filter with XPath.
HelloWorldNative This native client plugin is loaded by xmlBlaster on startup, it then connects to xmlBlaster.
HelloWorldNative2 This native client plugin is loaded by xmlBlaster on startup, it then connects to xmlBlaster and subscribes to a topic and publishes a message.
HelloWorldPublish This client connects to xmlBlaster and publishes a configurable amount of messages.
HelloWorldSubscribe This client connects to xmlBlaster and subscribes to messages.
HelloWorldVolatile This client connects to xmlBlaster and publishes a volatile message.
HelloWorldVolatile2 This client connects to xmlBlaster and publishes a volatile message.
Latency Measure the brutto roundtrip latency of a message publish and update.
LeaveServer Test to leave the server without destroying the server side session.
MultiThreadSequencer MultiThreadSequencer
 

Package javaclients Description

Java examples, start reading the HelloWorld clients.


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.