cgl.hpsearch.common.endpoint
Class SOAPEndPoint
java.lang.Object
cgl.hpsearch.common.endpoint.EndPoint
cgl.hpsearch.common.endpoint.SOAPEndPoint
- public class SOAPEndPoint
- extends EndPoint
Provides a listener for SOAP messages... NOT YET IMPLEMENTD Created on Aug 17, 2004
- 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 |
SOAPEndPoint
public SOAPEndPoint(String endpointSpec,
EndPointListener client)
- Parameters:
endpointSpec - client -
initEndPoint
public void initEndPoint(String endPointspec)
- Specified by:
initEndPoint in class EndPoint
- Parameters:
endPointspec - -
The topic to subscribe to
onEvent
public void onEvent(String msg)
close
public void close()
- Specified by:
close in class EndPoint