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

Packages that use PojoSupport
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.container The JBI Container implementation and supporting classes 
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
org.apache.servicemix.tck   
 

Uses of PojoSupport in org.apache.servicemix.client
 

Subclasses of PojoSupport 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 PojoSupport in org.apache.servicemix.components.util
 

Subclasses of PojoSupport in org.apache.servicemix.components.util
 class ChainedComponent
          Deprecated. use the StaticRoutingSlip pattern from the EIP component instead
 class ComponentSupport
          A useful base class for developers wishing to implement a JBI Component.
 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 PojoSupport in org.apache.servicemix.jbi.container
 

Methods in org.apache.servicemix.jbi.container with parameters of type PojoSupport
protected  void JBIContainer.defaultComponentServiceAndEndpoint(PojoSupport component, ActivationSpec activationSpec)
          Allow the service and endpoint name to be configured from the registration, to reduce the amount of XML which is required to configure a ServiceMix component
 

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

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

Uses of PojoSupport in org.apache.servicemix.tck
 

Subclasses of PojoSupport in org.apache.servicemix.tck
 class ReceiverComponent
           
 class ReceiverPojo
          A simple POJO which just implements the ComponentLifeCycle interface and is not dependent on any ServiceMix code.
 class SenderComponent
           
 class SenderPojo
           
 



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