org.ikasan.framework.payload.service
Interface PayloadProvider

All Known Implementing Classes:
DatabasePayloadProvider

public interface PayloadProvider

Interface for components capable of sourcing Payloads

Author:
Ikasan Development Team

Method Summary
 List<Payload> getNextRelatedPayloads()
          Returns a List of the next set of related Payloads known to this PayloadProvider
 

Method Detail

getNextRelatedPayloads

List<Payload> getNextRelatedPayloads()
                                     throws javax.resource.ResourceException
Returns a List of the next set of related Payloads known to this PayloadProvider

Returns:
List of related Payloads, or null if none available
Throws:
javax.resource.ResourceException - Exception if we could not get the next related payloads


Copyright © 2007-2012 Ikasan. All Rights Reserved.