Uses of Class
org.apache.servicemix.eip.support.ExchangeTarget

Packages that use ExchangeTarget
org.apache.servicemix.eip   
org.apache.servicemix.eip.patterns   
org.apache.servicemix.eip.support   
org.apache.servicemix.eip.support.resequence   
 

Uses of ExchangeTarget in org.apache.servicemix.eip
 

Fields in org.apache.servicemix.eip declared as ExchangeTarget
protected  ExchangeTarget EIPEndpoint.wsdlExchangeTarget
          The ExchangeTarget to use to get the WSDL
 

Methods in org.apache.servicemix.eip that return ExchangeTarget
 ExchangeTarget EIPEndpoint.getWsdlExchangeTarget()
           
 

Methods in org.apache.servicemix.eip with parameters of type ExchangeTarget
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.
 

Uses of ExchangeTarget in org.apache.servicemix.eip.patterns
 

Methods in org.apache.servicemix.eip.patterns that return ExchangeTarget
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 AsyncBridge.getTarget()
           
 ExchangeTarget Pipeline.getTarget()
           
 ExchangeTarget MessageFilter.getTarget()
           
 ExchangeTarget[] StaticRoutingSlip.getTargets()
           
 ExchangeTarget Pipeline.getTransformer()
           
 

Methods in org.apache.servicemix.eip.patterns with parameters of type ExchangeTarget
 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 AsyncBridge.setTarget(ExchangeTarget target)
          The target which will be used to send an In-Only or Robust-In-Only exchange to.
 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 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
 

Uses of ExchangeTarget in org.apache.servicemix.eip.support
 

Methods in org.apache.servicemix.eip.support that return ExchangeTarget
protected abstract  ExchangeTarget AbstractContentBasedRouter.getDestination(javax.jbi.messaging.MessageExchange exchange)
          Find the target destination for the given JBI exchange
 ExchangeTarget RoutingRule.getTarget()
           
 ExchangeTarget AbstractSplitter.getTarget()
           
 ExchangeTarget AbstractAggregator.getTarget()
           
 

Methods in org.apache.servicemix.eip.support with parameters of type ExchangeTarget
 void RoutingRule.setTarget(ExchangeTarget target)
          The target to send the routed exchange to if the predicate matches.
 void AbstractSplitter.setTarget(ExchangeTarget target)
          The address of the target endpoint.
 void AbstractAggregator.setTarget(ExchangeTarget target)
          The exchange target that will be used to send the aggregate to.
 

Constructors in org.apache.servicemix.eip.support with parameters of type ExchangeTarget
RoutingRule(Predicate predicate, ExchangeTarget target)
           
 

Uses of ExchangeTarget in org.apache.servicemix.eip.support.resequence
 

Methods in org.apache.servicemix.eip.support.resequence that return ExchangeTarget
 ExchangeTarget ResequencerBase.getTarget()
           
 

Methods in org.apache.servicemix.eip.support.resequence with parameters of type ExchangeTarget
 void ResequencerBase.setTarget(ExchangeTarget target)
           
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.