public class

RestModuleLifecycleAdapter

extends RestModuleMetadataAdapater
implements Disposable Initialisable Startable Stoppable
java.lang.Object
   ↳ org.mule.modules.rest.RestModule
     ↳ org.mule.modules.rest.adapters.RestModuleCapabilitiesAdapter
       ↳ org.mule.modules.rest.adapters.RestModuleMetadataAdapater
         ↳ org.mule.modules.rest.adapters.RestModuleLifecycleAdapter
Known Direct Subclasses

Class Overview

A RestModuleLifecycleAdapter is a wrapper around RestModule that adds lifecycle methods to the pojo.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.rest.adapters.RestModuleMetadataAdapater
From class org.mule.modules.rest.RestModule
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.rest.RestModule
Public Constructors
RestModuleLifecycleAdapter()
Public Methods
void dispose()
void initialise()
void start()
void stop()
[Expand]
Inherited Methods
From class org.mule.modules.rest.adapters.RestModuleMetadataAdapater
From class org.mule.modules.rest.adapters.RestModuleCapabilitiesAdapter
From class org.mule.modules.rest.RestModule
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

Public Constructors

public RestModuleLifecycleAdapter ()

Public Methods

public void dispose ()

public void initialise ()

Throws
InitialisationException

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException