Sxml (v.1.0.2) API documentation

siena.sxml
Class Publisher

java.lang.Object
  |
  +--siena.sxml.Publisher

public class Publisher
extends java.lang.Object

a utility class to publish XML events from files Publisher publishes a set of XML documents to a given Siena server, using a given SXML map. The document files, the Siena address and the SXML map are passed as command-line parameters. The usage synopsis is as follows:

Publisher [--with-xmltext] siena-server map [xml-document ...]

--with-xmltext causes Publisher to attach the XML source to each notification it publishes.

siena-server is the URL of the Siena server

map is the name of the file containing the SXML mapping rules

XML-document is a file containing an XML event. With no XML-documents Publisher reads one XML event from the standard input.


Constructor Summary
Publisher()
           
 
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

Publisher

public Publisher()
Method Detail

main

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

Sxml (v.1.0.2) API documentation

Copyright © 2001 University of Colorado.
This documentation is maintained by Antonio Carzaniga