org.ikasan.framework.plugins
Interface PayloadInvocable

All Superinterfaces:
Plugin
All Known Implementing Classes:
PayloadInvocablePojoWrapper, PayloadPublisherPlugin

public interface PayloadInvocable
extends Plugin

Interface for all plugins that are invokable on a per Payload basis

Author:
Ikasan Development Team

Method Summary
 void invoke(Payload payload)
          Invoke this plugin with a Payload
 

Method Detail

invoke

void invoke(Payload payload)
            throws PluginInvocationException
Invoke this plugin with a Payload

Parameters:
payload - The payload to work with
Throws:
PluginInvocationException - Exception if we could not invoke the plugin


Copyright © 2007-2012 Ikasan. All Rights Reserved.