Group: org.apache.servicemix - All Dependencies
Apache ServiceMix :: Components :: Shared Libraries :: Common · Common classes used by Apache ServiceMix, Components and utilities.
Apache ServiceMix :: Components :: Shared Library · Apache ServiceMix Shared Library
Apache ServiceMix :: Utils · Various utility/helper classes and services for the ServiceMix containers and components
Apache ServiceMix :: Components :: HTTP Binding Component · JBI compliant HTTP/SOAP binding component.
Apache ServiceMix :: Components :: EIP Service Engine · The ServiceMix EIP component is a routing container where different routing patterns can be deployed as service unit.
Apache ServiceMix :: Components :: JMS Binding Component · JBI compliant JMS binding component for reading and writing JMS messages using queues and topics.
Apache ServiceMix :: Components :: Camel Service Engine · The servicemix-camel component provides support for using Apache Camel to provide a full set of Enterprise Integration Patterns and flexible routing and transformation in both Java code or Spring XML to route services on the Normalized Message Router.
Apache ServiceMix :: Components :: Bean Service Engine · The ServiceMix Bean component provides integration with beans (POJOs) with the JBI bus to make it easy to use POJOs to process JBI message exchanges. Like in an Message Driven Bean in J2EE a POJO will receive a message from the NMR and process it in any way it likes. Unlike in a JMS component where the coding is already done the Bean component gives the developer the freedom to create any type of message handling but it must be hand coded all the way.
Apache ServiceMix :: Components :: Saxon Service Engine · The ServiceMix Saxon component is a standard JBI Service Engine for XSLT / XQuery. This component is based on Saxon and supports XSLT 2.0 and XPath 2.0, and XQuery 1.0.
Apache ServiceMix :: Components :: JSR-181 Service Engine · ServiceMix JSR(181 component is a JBI Service Engine exposing (annotated) POJO as services on the JBI Bus. It uses xfire internally to perform service invocations and xml marshaling.
Apache ServiceMix :: Components :: CXF Service Engine · ServiceMix CXF SE component is a JBI Service Engine exposing (annotated) POJO as services on the JBI Bus. It uses Apache CXF internally to perform service invocations and xml marshaling.
Apache ServiceMix :: Components :: CXF Binding Component · JBI compliant HTTP/SOAP or JMS/SOAP binding component which use Apache CXF internally
Apache ServiceMix :: Components :: Shared Libraries :: SOAP Stack · Apache ServiceMix SOAP Stack v1
ServiceMix :: Services · Various services that can be used by the container or components
Apache ServiceMix :: Components :: Shared Libraries :: SOAP Stack v2 · Apache ServiceMix SOAP Stack v2
Apache ServiceMix :: Components :: FTP Binding Component · Provides JBI integration to FTP servers. It can be used to read and write files via FTP or to periodically poll FTP directories for new files.
Apache ServiceMix :: Components :: File Binding Component · Provides JBI integration to the file system. It can be used to read and write files via URI or to periodically poll directories for new files.
Apache ServiceMix :: Components :: Drools Service Engine · The ServiceMix Drools component provides JBI integration to the Drools Rules Engine. It can be used to deploy a rules set that will implement a router or an actual service. A router will mostly act as a transparent proxy between the consumer and the target service provider mad will mostly be implemented by the jbi.route(uri) method below. This method creates a new exchange identical to the one received by the component and will send it to the specified destination. You can also send back a Fault if needed. A router can also be implemented by using directly the JBI Apis (available with the jbi helper) by using the provided client.
Apache ServiceMix :: Components :: WS-Notification Service Engine · The servicemix-wsn2005 is a standard JBI Service Engine which implements the WS-Notification specification from Oasis.
Apache ServiceMix :: Components :: Validation Service Engine · The ServiceMix Validation component provides schema validation of documents using JAXP 1.3 and XMLSchema or RelaxNG.
Apache ServiceMix :: Components :: JSR-223 Scripting Service Engine · The ServiceMix Scripting component provides support for processing scripts using JSR-223.