org.ikasan.framework.payload.service
Interface PayloadBroker


public interface PayloadBroker

Interface for components capable of publishing Payloads in some sense

Author:
Ikasan Development Team

Method Summary
 Payload requestReply(Payload payload)
          Synchronous exchange of an outgoing Payload and subsequent return of an incoming Payload within the same flow.
 

Method Detail

requestReply

Payload requestReply(Payload payload)
                     throws javax.resource.ResourceException
Synchronous exchange of an outgoing Payload and subsequent return of an incoming Payload within the same flow.

Parameters:
payload - to publish
Returns:
Payload
Throws:
javax.resource.ResourceException


Copyright © 2007-2012 Ikasan. All Rights Reserved.