public class

CashModuleProcessAdapter

extends CashModuleLifecycleAdapter
implements ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.modules.workday.AbstractWorkdayModule
     ↳ org.mule.modules.workday.cash.CashModule
       ↳ org.mule.modules.workday.cash.adapters.CashModuleCapabilitiesAdapter
         ↳ org.mule.modules.workday.cash.adapters.CashModuleMetadataAdapater
           ↳ org.mule.modules.workday.cash.adapters.CashModuleLifecycleAdapter
             ↳ org.mule.modules.workday.cash.adapters.CashModuleProcessAdapter

Class Overview

A CashModuleProcessAdapter is a wrapper around CashModule that enables custom processing strategies.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.workday.cash.adapters.CashModuleMetadataAdapater
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
[Expand]
Inherited Fields
From class org.mule.modules.workday.cash.CashModule
From class org.mule.modules.workday.AbstractWorkdayModule
Public Constructors
CashModuleProcessAdapter()
Public Methods
<P> ProcessTemplate<P, CashModuleCapabilitiesAdapter> getProcessTemplate()
[Expand]
Inherited Methods
From class org.mule.modules.workday.cash.adapters.CashModuleLifecycleAdapter
From class org.mule.modules.workday.cash.adapters.CashModuleMetadataAdapater
From class org.mule.modules.workday.cash.adapters.CashModuleCapabilitiesAdapter
From class org.mule.modules.workday.cash.CashModule
From class org.mule.modules.workday.AbstractWorkdayModule
From class java.lang.Object
From interface org.mule.api.Capabilities
From interface org.mule.api.MetadataAware
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
From interface org.mule.api.process.ProcessAdapter

Public Constructors

public CashModuleProcessAdapter ()

Public Methods

public ProcessTemplate<P, CashModuleCapabilitiesAdapter> getProcessTemplate ()