public class

GcmConnectorProcessAdapter

extends GcmConnectorLifecycleAdapter
implements ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.module.gcm.GcmConnector
     ↳ org.mule.module.gcm.adapters.GcmConnectorCapabilitiesAdapter
       ↳ org.mule.module.gcm.adapters.GcmConnectorMetadataAdapater
         ↳ org.mule.module.gcm.adapters.GcmConnectorLifecycleAdapter
           ↳ org.mule.module.gcm.adapters.GcmConnectorProcessAdapter

Class Overview

A GcmConnectorProcessAdapter is a wrapper around GcmConnector that enables custom processing strategies.

Summary

[Expand]
Inherited Constants
From class org.mule.module.gcm.adapters.GcmConnectorMetadataAdapater
From class org.mule.module.gcm.GcmConnector
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.module.gcm.GcmConnector
Public Constructors
GcmConnectorProcessAdapter()
Public Methods
<P> ProcessTemplate<P, GcmConnectorCapabilitiesAdapter> getProcessTemplate()
[Expand]
Inherited Methods
From class org.mule.module.gcm.adapters.GcmConnectorLifecycleAdapter
From class org.mule.module.gcm.adapters.GcmConnectorMetadataAdapater
From class org.mule.module.gcm.adapters.GcmConnectorCapabilitiesAdapter
From class org.mule.module.gcm.GcmConnector
From class java.lang.Object
From interface org.mule.api.context.MuleContextAware
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.module.gcm.basic.Capabilities
From interface org.mule.module.gcm.basic.MetadataAware
From interface org.mule.module.gcm.process.ProcessAdapter

Public Constructors

public GcmConnectorProcessAdapter ()

Public Methods

public ProcessTemplate<P, GcmConnectorCapabilitiesAdapter> getProcessTemplate ()