cgl.hpsearch.nb4ws
Class WSNBBridge
java.lang.Object
cgl.hpsearch.nb4ws.WSNBBridge
- All Implemented Interfaces:
- ConnectorListener, NB4WSFactoryCommands
- public class WSNBBridge
- extends Object
- implements ConnectorListener, NB4WSFactoryCommands
Creates a bridge between NaradaBrokering and an arbitrary web service. The Web Service may then
be invoked by sending the appropriate commands to this NB Client on the specified topic. The
results of the invocation are sent back on another specified topic.
Created on Jan 31, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSNBBridge
public WSNBBridge(NB4WSFactory _fac,
String id,
String cmdInTopic,
String resOutTopic)
processEvent
public void processEvent(NBEvent nbEvent)
- Specified by:
processEvent in interface ConnectorListener