Mule Magento Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.magento.api
com.magento.api.holders
com.magento.api.transformers
org.mule.module.magento
org.mule.module.magento.adapter
org.mule.module.magento.adapters
org.mule.module.magento.agents
org.mule.module.magento.api
org.mule.module.magento.api.catalog
org.mule.module.magento.api.catalog.model
org.mule.module.magento.api.catalog.model.transformers
org.mule.module.magento.api.customer
org.mule.module.magento.api.directory
org.mule.module.magento.api.inventory
org.mule.module.magento.api.order
org.mule.module.magento.api.order.model
org.mule.module.magento.api.shoppingCart
org.mule.module.magento.api.util
org.mule.module.magento.basic
org.mule.module.magento.callback
org.mule.module.magento.config
org.mule.module.magento.connection
org.mule.module.magento.connectivity
org.mule.module.magento.devkit
org.mule.module.magento.filters
org.mule.module.magento.oauth
org.mule.module.magento.process
org.mule.module.magento.processors
Interfaces
HttpCallback
SourceCallback
StopSourceCallback
Package Index
|
Class Index
public interface
StopSourceCallback
org.mule.module.magento.callback.StopSourceCallback
Class Overview
Callback returned by methods that are annotated with @Source
It will be executed when the MessageSource is being stopped.
Summary
Public Methods
abstract void
stop
()
Public Methods
public abstract void
stop
()
Throws
Exception