|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Exchange | |
|---|---|
| org.ow2.petals.component.framework.api | |
| org.ow2.petals.component.framework.api.notification.notify | |
| org.ow2.petals.component.framework.api.util | |
| Uses of Exchange in org.ow2.petals.component.framework.api |
|---|
| Methods in org.ow2.petals.component.framework.api with parameters of type Exchange | |
|---|---|
abstract void |
Interceptor.handleMessageAccept(Exchange exchange,
org.ow2.petals.component.framework.jbidescriptor.generated.Provides provides,
Map<String,String> additionalParameters)
Method called before the provider of service receive its request. |
abstract void |
Interceptor.handleMessageAcceptResponse(Exchange exchange,
org.ow2.petals.component.framework.jbidescriptor.generated.Provides provides,
Map<String,String> additionalParameters)
Method called before the provider of service send its response. |
abstract void |
Interceptor.handleMessageSent(Exchange exchange,
org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consumes,
Map<String,String> additionalParameters)
Method called before the consumer of service send a request. |
abstract void |
Interceptor.handleMessageSentResponse(Exchange exchange,
org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consumes,
Map<String,String> additionalParameters)
Method called before the consumer of service receive its response. |
| Uses of Exchange in org.ow2.petals.component.framework.api.notification.notify |
|---|
| Methods in org.ow2.petals.component.framework.api.notification.notify with parameters of type Exchange | |
|---|---|
void |
NotifyController.process(Class<?> clazz,
Exchange exchange)
Process a kind of Notify |
| Uses of Exchange in org.ow2.petals.component.framework.api.util |
|---|
| Methods in org.ow2.petals.component.framework.api.util that return Exchange | |
|---|---|
Exchange |
ExchangeUtil.copyExchange(javax.jbi.messaging.MessageExchangeFactory mef,
Exchange source)
create a new exchange copy of a source exchange |
| Methods in org.ow2.petals.component.framework.api.util with parameters of type Exchange | |
|---|---|
Exchange |
ExchangeUtil.copyExchange(javax.jbi.messaging.MessageExchangeFactory mef,
Exchange source)
create a new exchange copy of a source exchange |
void |
ExchangeUtil.copyExchangeProperties(Exchange source,
Exchange target)
Copies the exchange's properties in another exchange. |
static MtomUtil.MtomMapping |
MtomUtil.getMtomMapping(Exchange exchange,
Element element)
Builds a MTOM mapping from both an exchange and a root element. |
boolean |
ExchangeUtil.isBaseNotification(Exchange exchange)
Check if the JBI exchange is a base notification exchange |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||