cgl.hpsearch.services.WSContext.async
Class WSContextServiceResponseHandler
java.lang.Object
cgl.hpsearch.services.WSContext.async.WSContextServiceResponseHandler
- All Implemented Interfaces:
- cgl.axis.services.WSCTX.wsctx_respond_handler.ContextResponseHandlerPortType, Remote
- public class WSContextServiceResponseHandler
- extends Object
- implements cgl.axis.services.WSCTX.wsctx_respond_handler.ContextResponseHandlerPortType
Service deployed to listen to WSContext responses.
NOTE: Only 1 service per JVM instance. This service is instantiated
in the Kernel.
Created on Mar 24, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
|
Method Summary |
void |
contents(cgl.axis.services.WSCTX.wsctx_schema.Contents content)
|
void |
contentsSet(cgl.axis.services.WSCTX.wsctx_schema.AssertionType contentsSet)
|
void |
generalFault(cgl.axis.services.WSCTX.wsctx_schema.FaultType generalFault)
|
void |
unknownContextFault(cgl.axis.services.WSCTX.wsctx_schema.UnknownContextFault content)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSContextServiceResponseHandler
public WSContextServiceResponseHandler()
contents
public void contents(cgl.axis.services.WSCTX.wsctx_schema.Contents content)
throws RemoteException
- Specified by:
contents in interface cgl.axis.services.WSCTX.wsctx_respond_handler.ContextResponseHandlerPortType
- Throws:
RemoteException
contentsSet
public void contentsSet(cgl.axis.services.WSCTX.wsctx_schema.AssertionType contentsSet)
throws RemoteException
- Specified by:
contentsSet in interface cgl.axis.services.WSCTX.wsctx_respond_handler.ContextResponseHandlerPortType
- Throws:
RemoteException
unknownContextFault
public void unknownContextFault(cgl.axis.services.WSCTX.wsctx_schema.UnknownContextFault content)
throws RemoteException
- Specified by:
unknownContextFault in interface cgl.axis.services.WSCTX.wsctx_respond_handler.ContextResponseHandlerPortType
- Throws:
RemoteException
generalFault
public void generalFault(cgl.axis.services.WSCTX.wsctx_schema.FaultType generalFault)
throws RemoteException
- Specified by:
generalFault in interface cgl.axis.services.WSCTX.wsctx_respond_handler.ContextResponseHandlerPortType
- Throws:
RemoteException