HPSearch

cgl.hpsearch.services.BrokerInstantiator
Class BrokerInstantiatorService

java.lang.Object
  extended bycgl.hpsearch.services.BrokerInstantiator.BrokerInstantiatorService
All Implemented Interfaces:
BrokerInstantiatorServiceConstants, SOAPRequestHandler

public class BrokerInstantiatorService
extends Object
implements SOAPRequestHandler, BrokerInstantiatorServiceConstants

The BrokerInstantiator Service Created on Mar 1, 2005

Author:
Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)

Field Summary
 
Fields inherited from interface cgl.hpsearch.services.BrokerInstantiator.BrokerInstantiatorServiceConstants
bisUri, BrokerIDElement, BROKERSERVICE_RESPONSE, CONNECT_TO, CREATE, DELETE_LINK, DISPOSE, GET_BROKERS, GET_GATEWAY_ADDRESS, GET_LINKS, GET_NODE_ADDRESS
 
Constructor Summary
BrokerInstantiatorService()
           
 
Method Summary
 String getMetadata()
          Returns a Human readable metadata about this service
 String[] getSupportedActions()
          Returns an array of strings specifying the various URI actions supported by this service handler
static void main(String[] args)
           
 void process(HTTPPayload msg)
          Processes the current SOAP request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerInstantiatorService

public BrokerInstantiatorService()
Method Detail

process

public void process(HTTPPayload msg)
             throws Exception
Processes the current SOAP request. Will return a SOAP reply OR a SOAP fault.

Specified by:
process in interface SOAPRequestHandler
Throws:
Exception
See Also:
SOAPRequestHandler.process(cgl.hpsearch.common.SOAPProcessor.HTTPPayload)

getMetadata

public String getMetadata()
Returns a Human readable metadata about this service

Specified by:
getMetadata in interface SOAPRequestHandler
See Also:
SOAPRequestHandler.getMetadata()

getSupportedActions

public String[] getSupportedActions()
Returns an array of strings specifying the various URI actions supported by this service handler

Specified by:
getSupportedActions in interface SOAPRequestHandler
See Also:
SOAPRequestHandler.getSupportedActions()

main

public static void main(String[] args)

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006