Version: 1.1.1

org.biomoby.registry.rdfagent.verifier
Class Main

java.lang.Object
  extended by org.biomoby.registry.rdfagent.verifier.Main

public class Main
extends Object

The point of entry for the RDF agent.

Author:
Edward Kawas

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

Constructor Detail

Main

public Main()
Method Detail

getTestString

public static String getTestString(String key)
Parameters:
key - the url to obtain a test result from
Returns:
the test result obtained using the url

main

public static void main(String[] args)
Parameters:
args - can either be:

an empty string array - agent will look into the registry specfied in the config file and process services found

-file - agent will parse the newline delimited file of urls and process any services found in the RDF documents found at those urls with the registry specified in the config file

-url agent will perform a HTTP GET on the url and process any services found in the RDF document found at that url. All services found will be told that their signature URL is at this location.

-test agent will perform a HTTP GET on the url and parse any rdf document located at the url. The agent will then send a message to the invoker of the agent. The invoker is assumed to have the email address contained in the RDF


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010