Firefish 0.5.10

Package gov.lbl.dsd.firefish.client

Client side functionality, in particular command line tools and demo client usage.

See:
          Description

Class Summary
FireCall Simple wrapper around a JAX-RPC Call (and hence also an Axis Call), sending and receiving P2PIO messages instead of arbitrary SOAP messages.
FireCallQuick P2PIO call over SOAP/HTTP 1.1 that is much faster than FireCall (which internally uses Axis), but has limited functionality; Internally uses the raw commons-httpclient library.
FireGrep Command line program that executes a regular expression against local files, optionally returning results as XML.
FireLs Command line program that lists directory contents.
FireSearch Command line program that sends and receives P2PIO messages.
FireSQL Command line program that executes a SQL query against a JDBC database, optionally returning results as XML.
FireURLCopy Command line program that downloads a set of HTTP(S) URLs.
FireValidate Command line program that validates a set of local XML document files against a W3C XML Schema.
FireXPath Command line program that executes an XPath query against local files.
FireXQuery Command line program that executes an XQuery against local files.
SimpleClient Simple client that demonstrates how to use the basic API; For a more complete client, see FireSearch.
 

Package gov.lbl.dsd.firefish.client Description

Client side functionality, in particular command line tools and demo client usage.


Firefish 0.5.10

Jump to the Firefish Homepage