|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TransportSendContext in org.ow2.petals.jbi.messaging.routing.module |
|---|
| Method parameters in org.ow2.petals.jbi.messaging.routing.module with type arguments of type TransportSendContext | |
|---|---|
void |
TransportResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedDestinations,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
|
void |
AuthorizationModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
|
void |
EndpointResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
|
void |
FlowControllerModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
|
void |
FlowFilterModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
|
void |
SenderModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
Elect a list of candidate endpoints to be destination of the exchange. |
void |
PriorityOrdererModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
|
| Uses of TransportSendContext in org.ow2.petals.jbi.messaging.routing.monitoring |
|---|
| Method parameters in org.ow2.petals.jbi.messaging.routing.monitoring with type arguments of type TransportSendContext | |
|---|---|
void |
RouterMonitorServiceImpl.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints,
ComponentContext sourceComponentContext,
org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
|
| Uses of TransportSendContext in org.ow2.petals.transport |
|---|
| Methods in org.ow2.petals.transport with parameters of type TransportSendContext | |
|---|---|
void |
Transporter.send(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator,
TransportSendContext transportContext)
Send the specified exchange to the specified container. |
void |
Transporter.sendSync(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator,
TransportSendContext transportContext)
Send the specified exchange to the specified container and wait until the response is received or the timeout is reached. |
| Uses of TransportSendContext in org.ow2.petals.transport.local |
|---|
| Methods in org.ow2.petals.transport.local with parameters of type TransportSendContext | |
|---|---|
void |
LocalTransporterImpl.send(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator,
TransportSendContext transportContext)
|
void |
LocalTransporterImpl.sendSync(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator,
TransportSendContext transportContext)
|
| Uses of TransportSendContext in org.ow2.petals.transport.platform.nio |
|---|
| Methods in org.ow2.petals.transport.platform.nio with parameters of type TransportSendContext | |
|---|---|
void |
NioTransporterImpl.send(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator,
TransportSendContext transportContext)
This method does following action : Serialize the message exchange. Get the destination of the message. Add it to the message. Send it to the transport agent. |
void |
NioTransporterImpl.sendSync(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator,
TransportSendContext transportContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||