org.instrumentmiddleware.cima.extension.operation.handler
Class OperationHandler

java.lang.Object
  extended by org.instrumentmiddleware.cima.extension.handler.impl.BodyHandlerList
      extended by org.instrumentmiddleware.cima.extension.operation.handler.OperationHandler
All Implemented Interfaces:
IParcelBodyHandler

public class OperationHandler
extends BodyHandlerList

A handler that contains a list of handlers able to handle SetCIMAVariableRequestType, GetCIMAVariableRequestType, SetPluginVariableRequestType, GetPluginVariableRequestType and CommandOperationRequestType. Note that these types are automatically created by XMLBean when reading the operation.xsd schema.

Author:
Romain

Nested Class Summary
protected  class OperationHandler.CommandOperationHandler
          A handler for commandOperationRequestType.
protected  class OperationHandler.GetCIMAOperationHandler
           
protected  class OperationHandler.GetPluginOperationHandler
          A handler for getOperationRequestType.
protected  class OperationHandler.SetCIMAOperationHandler
           
protected  class OperationHandler.SetPluginOperationHandler
          A handler for setOperationRequestType.
 
Field Summary
 
Fields inherited from class org.instrumentmiddleware.cima.extension.handler.impl.BodyHandlerList
handlerList
 
Constructor Summary
OperationHandler()
           
 
Method Summary
 
Methods inherited from class org.instrumentmiddleware.cima.extension.handler.impl.BodyHandlerList
addHandler, canHandle, getHandler, processBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationHandler

public OperationHandler()


Copyright © 2008. All Rights Reserved.