org.ow2.petals.jsr181
Interface PetalsMessageSender


public interface PetalsMessageSender

Author:
Christophe HAMERLING - EBM WebSourcing

Method Summary
 org.ow2.petals.component.framework.api.message.Exchange createExchange(org.ow2.petals.component.framework.api.Message.MEPConstants mep)
          Create an exchange
 org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions getExtensions()
           
 void send(org.ow2.petals.component.framework.api.message.Exchange exchange)
           
 void sendAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, org.ow2.petals.component.framework.process.async.AsyncContext asyncContext)
           
 boolean sendSync(org.ow2.petals.component.framework.api.message.Exchange exchange)
           
 

Method Detail

createExchange

org.ow2.petals.component.framework.api.message.Exchange createExchange(org.ow2.petals.component.framework.api.Message.MEPConstants mep)
                                                                       throws javax.jbi.messaging.MessagingException,
                                                                              org.ow2.petals.component.framework.api.exception.PEtALSCDKException
Create an exchange

Parameters:
mep -
Returns:
Throws:
javax.jbi.messaging.MessagingException
org.ow2.petals.component.framework.api.exception.PEtALSCDKException

sendSync

boolean sendSync(org.ow2.petals.component.framework.api.message.Exchange exchange)
                 throws javax.jbi.messaging.MessagingException
Parameters:
exchange -
Returns:
Throws:
javax.jbi.messaging.MessagingException

sendAsync

void sendAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
               org.ow2.petals.component.framework.process.async.AsyncContext asyncContext)
               throws javax.jbi.messaging.MessagingException
Parameters:
exchange -
Throws:
javax.jbi.messaging.MessagingException

send

void send(org.ow2.petals.component.framework.api.message.Exchange exchange)
          throws javax.jbi.messaging.MessagingException
Parameters:
exchange -
Throws:
javax.jbi.messaging.MessagingException

getExtensions

org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions getExtensions()
Returns:


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.