cgl.hpsearch.services.BrokerInstantiator
Class BrokerInstantiatorService
java.lang.Object
cgl.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)
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerInstantiatorService
public BrokerInstantiatorService()
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)