Uses of Interface
com.createtank.elemenope.OperationType

Packages that use OperationType
com.createtank.elemenope   
com.createtank.elemenope.transports   
 

Uses of OperationType in com.createtank.elemenope
 

Methods in com.createtank.elemenope with parameters of type OperationType
 java.lang.Object Broker.receive(OperationType object)
          Receives an Object into the elemenope framework.
 ElemenopeDispatchResponse DispatcherFailoverImpl.send(OperationType object)
           
 ElemenopeDispatchResponse Dispatcher.send(OperationType object)
          Sends TrnasactionType Object through configured Connection entity.
 

Uses of OperationType in com.createtank.elemenope.transports
 

Methods in com.createtank.elemenope.transports with parameters of type OperationType
 java.lang.Object XmlRpcServletBroker.receive(OperationType object)
           
 java.lang.Object XmlRpcEnterpriseBroker.receive(OperationType object)
           
 java.lang.Object XmlRpcBroker.receive(OperationType object)
           
 java.lang.Object JmsQueueBroker.receive(OperationType object)
           
 java.lang.Object DirectCallBroker.receive(OperationType object)
           
 ElemenopeDispatchResponse JmsQueueDispatcher.send(OperationType object)
           
 ElemenopeDispatchResponse DistributionListDispatcher.send(OperationType object)