Uses of Class
org.apache.servicemix.components.util.ComponentSupport

Packages that use ComponentSupport
org.apache.servicemix.client A JBI client interface for interacting with a JBI container easily from client side applications. 
org.apache.servicemix.components.util A collection of utility components and helper classes for developers wishing to write components. 
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
org.apache.servicemix.tck   
 

Uses of ComponentSupport in org.apache.servicemix.client
 

Subclasses of ComponentSupport in org.apache.servicemix.client
 class DefaultServiceMixClient
          The default implementation of the ServiceMixClient API.
 class RemoteServiceMixClient
          Provides remote access to ServiceMix JBI Containers running on the JMS NMR Flow The RemoteServiceMixClient creates an enbedded JBIContainer and set the flow to use JMSFlow @see org.apache.servicemix.jbi.nmr.flow.jms.JMSFlow
 

Uses of ComponentSupport in org.apache.servicemix.components.util
 

Subclasses of ComponentSupport in org.apache.servicemix.components.util
 class ChainedComponent
          Deprecated. use the StaticRoutingSlip pattern from the EIP component instead
 class EchoComponent
          A simple, yet useful component for testing synchronous flows.
 class MockServiceComponent
          A simple mock service component which is hard coded with a response to give which can be very useful for mocking out a web service call with some static response.
 class OutBinding
          A base class for bindings which process inbound JBI messages
 class PipelineComponent
          This component acts as an InOnly component which pipelines a request/response (InOut) to a service then forwards the response onto an InOut component.
 class PollingComponentSupport
          An implementation inheritence class for a component which polls some resource at periodic intervals to decide if there is an event to process.
 class StreamWriterComponent
          A Component that dumps a message to a stream
 class TraceComponent
          A simple tracing component which can be placed inside a pipeline to trace the message exchange though the component.
 class TransformComponent
          A Java based transformation component using a plugable MessageTransformer instance to transform the input message into the output message.
 class TransformComponentSupport
          A useful base class for a transform component.
 

Uses of ComponentSupport in org.apache.servicemix.jbi.nmr
 

Subclasses of ComponentSupport in org.apache.servicemix.jbi.nmr
 class SubscriptionManager
          Handles publish/subscribe style messaging in the NMR.
 

Uses of ComponentSupport in org.apache.servicemix.tck
 

Subclasses of ComponentSupport in org.apache.servicemix.tck
 class ReceiverComponent
           
 class SenderComponent
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.