Uses of Interface
com.createtank.elemenope.ElemenopeComponent

Packages that use ElemenopeComponent
com.createtank.elemenope   
com.createtank.elemenope.bpm   
com.createtank.elemenope.operations   
com.createtank.elemenope.transports   
 

Uses of ElemenopeComponent in com.createtank.elemenope
 

Subinterfaces of ElemenopeComponent in com.createtank.elemenope
 interface Broker
          interface for all Broker classes.
 interface Connector
          interface for all Connector classes.
 interface Dispatcher
          interface for all Dispatcher classes.
 interface FailoverDispatcher
          interface for all Dispatcher classes which are capable of failover.
 interface Operation
          interface for all services/operations executed by a Broker.
 

Classes in com.createtank.elemenope that implement ElemenopeComponent
 class DispatcherFailoverImpl
          Abstract Dispatcher implementation class providing generic DispatcherFailover [DFO] functionality.
 

Uses of ElemenopeComponent in com.createtank.elemenope.bpm
 

Subinterfaces of ElemenopeComponent in com.createtank.elemenope.bpm
 interface ElemenopeBpmOperation
           
 

Classes in com.createtank.elemenope.bpm that implement ElemenopeComponent
 class ElemenopeAsyncBpmChainOperation
          Returns result of chain of all Operations configured.
 class ElemenopeBpmChainOperation
          Not a chain.
 class ElemenopeBpmListOperation
          Not a chain.
 class ElemenopeBpmOperationImpl
           
 class ElemenopeProcessChainOperation
          chain.
 class ElemenopeProcessListOperation
          Not a chain.
 

Uses of ElemenopeComponent in com.createtank.elemenope.operations
 

Classes in com.createtank.elemenope.operations that implement ElemenopeComponent
 class IngestFilesystemOperation
           A generic and configurable file ingestion Operation.
 

Uses of ElemenopeComponent in com.createtank.elemenope.transports
 

Classes in com.createtank.elemenope.transports that implement ElemenopeComponent
 class DirectCallBroker
          Blocking Call implementation of elemenope Broker interface
 class DirectCallConnector
          Blocking Call implementation of the elemenope Connector interface
 class DirectCallDispatcher
          Blocking Call implementation of the elemenope Dispatcher interface
 class DistributionListDispatcher
          Generic distribution list implementation of the elemenope Dispatcher interface.
 class JmsQueueBroker
          JMS queue implementation of the elemenope Broker interface
 class JmsQueueConnector
          JMS queue implementation of the elemenope Connector interface.
 class JmsQueueDispatcher
          JMS queue implementation of the elemenope Dispatcher interface
 class SoapClientConnector
          SOAP client implementation of the elemenope Connector interface
 class SoapDispatcher
          SOAP implementation of the elemenope Dispatcher interface
 class SoapMethodDispatcher
          SOAP implementation of the elemenope Dispatcher interface.
 class SynchronousJmsQueueBroker
          Synchronous JMS queue implementation of the elemenope Broker interface
 class SynchronousJmsQueueConnector
          Synchronous JMS queue implementation of the elemenope Connector interface.
 class SynchronousJmsQueueDispatcher
          Synchronous JMS queue implementation of the elemenope Dispatcher interface
 class XmlRpcBroker
          XML-RPC implementation of the elemenope Broker interface.
 class XmlRpcClientConnector
          XML-RPC implementation of the elemenope Connector interface
 class XmlRpcDispatcher
          XML-RPC implementation of the elemenope Dispatcher interface For use in connecting to a generic XML-RPC service, i.e.
 class XmlRpcElemenopeBroker
          XML-RPC implementation of the elemenope Broker interface
 class XmlRpcElemenopeDispatcher
          XML-RPC implementation of the elemenope Dispatcher interface
 class XmlRpcElemenopeServletBroker
           This is a Servlet class to provide generic XML-RPC -> elemenope functionality from within an application server.
 class XmlRpcEnterpriseBroker
           Enterprise XML-RPC implementation of the elemenope Broker interface.
 class XmlRpcEnterpriseConnector
           Enterprise XML-RPC implementation of the elemenope Connector interface.
 class XmlRpcServerConnector
          XML-RPC implementation of the elemenope Connector interface.
 class XmlRpcServletBroker
           This is a Servlet class to provide generic XML-RPC -> elemenope functionality from within an application server.