|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExchangeContext
The exchange context
| Method Summary | |
|---|---|
org.ow2.petals.component.framework.api.message.Exchange |
createConsumeExchange(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consumes)
Create an exchange from a Consumes |
org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions |
getExtensions()
Get the extensions |
java.util.logging.Logger |
getLogger()
Get the logger |
java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> |
getSUConsumes(javax.jbi.servicedesc.ServiceEndpoint endpoint)
get the Consumes for an endpoint |
void |
send(org.ow2.petals.component.framework.api.message.Exchange exchange)
Send asynchronously an exchange. |
void |
sendAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.ow2.petals.component.framework.process.async.AsyncContext asyncContext)
Send asynchronously an exchange. |
boolean |
sendSync(org.ow2.petals.component.framework.api.message.Exchange exchange)
Send synchronously an exchange. |
| Method Detail |
|---|
java.util.logging.Logger getLogger()
java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> getSUConsumes(javax.jbi.servicedesc.ServiceEndpoint endpoint)
endpoint - The endpoint
boolean sendSync(org.ow2.petals.component.framework.api.message.Exchange exchange)
throws javax.jbi.messaging.MessagingException
exchange - The exchange to send
javax.jbi.messaging.MessagingException
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
exchange - The exchange to sendasyncContext - The asynchronous context, provided on the response
javax.jbi.messaging.MessagingException
void send(org.ow2.petals.component.framework.api.message.Exchange exchange)
throws javax.jbi.messaging.MessagingException
exchange - The exchange to send
javax.jbi.messaging.MessagingException
org.ow2.petals.component.framework.api.message.Exchange createConsumeExchange(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consumes)
throws javax.jbi.messaging.MessagingException,
org.ow2.petals.component.framework.api.exception.PEtALSCDKException
consumes - The Consumes used as JBI Consumer of the exchange
javax.jbi.messaging.MessagingException
org.ow2.petals.component.framework.api.exception.PEtALSCDKExceptionorg.ow2.petals.component.framework.api.configuration.ConfigurationExtensions getExtensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||