public abstract class

StormpathModuleProcessAdapter

extends StormpathModuleLifecycleAdapter
implements ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.modules.stormpath.StormpathModule
     ↳ org.mule.modules.stormpath.adapters.StormpathModuleCapabilitiesAdapter
       ↳ org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
         ↳ org.mule.modules.stormpath.adapters.StormpathModuleLifecycleAdapter
           ↳ org.mule.modules.stormpath.adapters.StormpathModuleProcessAdapter
Known Direct Subclasses

Class Overview

A StormpathModuleProcessAdapter is a wrapper around StormpathModule that enables custom processing strategies.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
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.stormpath.StormpathModule
Public Constructors
StormpathModuleProcessAdapter()
Public Methods
<P> ProcessTemplate<P, StormpathModuleCapabilitiesAdapter> getProcessTemplate()
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.adapters.StormpathModuleLifecycleAdapter
From class org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
From class org.mule.modules.stormpath.adapters.StormpathModuleCapabilitiesAdapter
From class org.mule.modules.stormpath.StormpathModule
From class java.lang.Object
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.modules.stormpath.basic.Capabilities
From interface org.mule.modules.stormpath.basic.MetadataAware
From interface org.mule.modules.stormpath.process.ProcessAdapter

Public Constructors

public StormpathModuleProcessAdapter ()

Public Methods

public ProcessTemplate<P, StormpathModuleCapabilitiesAdapter> getProcessTemplate ()