Uses of Class
org.apache.servicemix.eip.EIPEndpoint

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

Uses of EIPEndpoint in org.apache.servicemix.eip
 

Methods in org.apache.servicemix.eip that return EIPEndpoint
 EIPEndpoint[] EIPComponent.getEndpoints()
           
 

Methods in org.apache.servicemix.eip with parameters of type EIPEndpoint
 void EIPComponent.setEndpoints(EIPEndpoint[] endpoints)
          A list of endpoints to activate on this component.
 

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

Subclasses of EIPEndpoint in org.apache.servicemix.eip.patterns
 class AsyncBridge
          The async bridge pattern is used to bridge an In-Out exchange with two In-Only (or Robust-In-Only) exchanges.
 class ContentBasedRouter
          ContentBasedRouter can be used for all kind of content-based routing.
 class ContentEnricher
          Implementation of the Content-Enricher Pattern.
 class MessageFilter
          MessageFilter allows filtering incoming JBI exchanges.
 class Pipeline
          The Pipeline component is a bridge between an In-Only (or Robust-In-Only) MEP and an In-Out MEP.
 class RecipientListAggregator
          An aggregator specifically written to aggregate messages that have been sent using a StaticRecipientList pattern.
 class Resequencer
          This pattern implements the Resequencer EIP pattern.
 class SplitAggregator
          Aggregator can be used to wait and combine several messages.
 class StaticRecipientList
          The StaticRecipientList component will forward an input In-Only or Robust-In-Only exchange to a list of known recipients.
 class StaticRoutingSlip
          A RoutingSlip component can be used to route an incoming In-Out exchange through a series of target services.
 class WireTap
          A WireTap component can be used to forward a copy of the input message to a listener.
 class XPathSplitter
          The XPathSplitter component implements the Splitter pattern using an xpath expression to split the incoming xml.
 

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

Subclasses of EIPEndpoint in org.apache.servicemix.eip.support
 class AbstractAggregator
          Aggregator can be used to wait and combine several messages.
 class AbstractContentBasedRouter
          AbstractContentBasedRouter can be used as a base class for content-based routing.
 class AbstractSplitter
          The AbstractSplitter is an abstract base class for Splitters.
 

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

Subclasses of EIPEndpoint in org.apache.servicemix.eip.support.resequence
 class ResequencerBase
           
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.