| Package | Description |
|---|---|
| org.apache.servicemix.eip | |
| org.apache.servicemix.eip.patterns | |
| org.apache.servicemix.eip.support | |
| org.apache.servicemix.eip.support.resequence |
| Modifier and Type | Field and Description |
|---|---|
protected ExchangeTarget |
EIPEndpoint.wsdlExchangeTarget
The ExchangeTarget to use to get the WSDL
|
| Modifier and Type | Method and Description |
|---|---|
ExchangeTarget |
EIPEndpoint.getWsdlExchangeTarget() |
| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.Document |
EIPEndpoint.getDescriptionForExchangeTarget(ExchangeTarget match) |
protected javax.jbi.servicedesc.ServiceEndpoint[] |
EIPEndpoint.getEndpointsForExchangeTarget(ExchangeTarget match) |
void |
EIPEndpoint.setWsdlExchangeTarget(ExchangeTarget wsdlExchangeTarget)
An exchange target pointing to a JBI endpoint that
will be used to load the WSDL describing this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExchangeTarget |
ContentBasedRouter.getDestination(javax.jbi.messaging.MessageExchange exchange)
Find the target destination for the given JBI exchange
|
ExchangeTarget |
WireTap.getFaultListener() |
ExchangeTarget |
Pipeline.getFaultsTarget() |
ExchangeTarget |
WireTap.getInListener() |
ExchangeTarget |
WireTap.getOutListener() |
ExchangeTarget[] |
StaticRecipientList.getRecipients() |
ExchangeTarget |
WireTap.getTarget() |
ExchangeTarget |
Pipeline.getTarget() |
ExchangeTarget |
AsyncBridge.getTarget() |
ExchangeTarget |
MessageFilter.getTarget() |
ExchangeTarget[] |
StaticRoutingSlip.getTargets() |
ExchangeTarget |
Pipeline.getTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentEnricher.setEnricherTarget(ExchangeTarget enricherTarget)
The target that will receive a copy of the input message and return
an addtitional content.
|
void |
WireTap.setFaultListener(ExchangeTarget faultListener)
The listener destination for fault messages
|
void |
Pipeline.setFaultsTarget(ExchangeTarget faultsTarget)
The address of the endpoint to send faults to
|
void |
WireTap.setInListener(ExchangeTarget inListener)
The listener destination for in messages
|
void |
WireTap.setOutListener(ExchangeTarget outListener)
The listener destination for out messages
|
void |
StaticRecipientList.setRecipients(ExchangeTarget[] recipients)
A list of recipients that will each receive a copy of the input message.
|
void |
WireTap.setTarget(ExchangeTarget target)
The main target destination which will receive the exchange
|
void |
Pipeline.setTarget(ExchangeTarget target)
The address of the target endpoint
|
void |
ContentEnricher.setTarget(ExchangeTarget target)
The target where the enriched exchanges are sent.
|
void |
AsyncBridge.setTarget(ExchangeTarget target)
The target which will be used to send an In-Only or Robust-In-Only exchange to.
|
void |
MessageFilter.setTarget(ExchangeTarget target)
The main target destination which will receive the exchange
|
void |
StaticRoutingSlip.setTargets(ExchangeTarget[] targets)
List of target endpoints used in the RoutingSlip
|
void |
Pipeline.setTransformer(ExchangeTarget transformer)
The adress of the in-out endpoint acting as a transformer
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ExchangeTarget |
AbstractContentBasedRouter.getDestination(javax.jbi.messaging.MessageExchange exchange)
Find the target destination for the given JBI exchange
|
ExchangeTarget |
RoutingRule.getTarget() |
ExchangeTarget |
AbstractAggregator.getTarget() |
ExchangeTarget |
AbstractSplitter.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingRule.setTarget(ExchangeTarget target)
The target to send the routed exchange to if the predicate matches.
|
void |
AbstractAggregator.setTarget(ExchangeTarget target)
The exchange target that will be used to send the aggregate to.
|
void |
AbstractSplitter.setTarget(ExchangeTarget target)
The address of the target endpoint.
|
| Constructor and Description |
|---|
RoutingRule(Predicate predicate,
ExchangeTarget target) |
| Modifier and Type | Method and Description |
|---|---|
ExchangeTarget |
ResequencerBase.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResequencerBase.setTarget(ExchangeTarget target) |
Copyright © 2005-2015 FuseSource. All Rights Reserved.