Package Name | Comment |
javax.jbi | |
javax.jbi.component | |
javax.jbi.management | |
javax.jbi.messaging | |
javax.jbi.servicedesc | |
loanbroker | |
org.apache.servicemix |
The core APIs for ServiceMix along with the Main which is used to start the JBI container from the command line.
|
org.apache.servicemix.bean |
A component for using beans to process JBI message exchanges by using injection.
A number of annotations can be used to enrich the metadata of the POJO to help describe how the
container will invoke the methods on the POJO from JBI.
- ExchangeDriven to indicate a method should be explicitly used for dealing with JBI message exchanges.
|
org.apache.servicemix.bean.beans | |
org.apache.servicemix.bean.support |
Support classes for the PojoComponent
|
org.apache.servicemix.beanflow |
The core APIs for writing Activities or Workflows using beans and POJOs
|
org.apache.servicemix.beanflow.annotations |
Annotations for adding metadata to beans for their use within activities or workflows
|
org.apache.servicemix.beanflow.support |
Various pluggable strategies such as for introspecting the state objects within a bean or performing different notification policies
|
org.apache.servicemix.beanflow.util |
A number of utility classes for testing.
|
org.apache.servicemix.bpe | |
org.apache.servicemix.bpe.external | |
org.apache.servicemix.bpe.timer | |
org.apache.servicemix.bpe.util | |
org.apache.servicemix.bpe.uuid | |
org.apache.servicemix.camel | |
org.apache.servicemix.camel.su6 | |
org.apache.servicemix.client |
A JBI client interface for interacting with a JBI container easily from client side applications.
|
org.apache.servicemix.common |
Base classes to write JBI standard Binding Components and Service Engines
|
org.apache.servicemix.common.endpoints | |
org.apache.servicemix.common.packaging | |
org.apache.servicemix.common.tools.wsdl | |
org.apache.servicemix.common.wsdl1 | |
org.apache.servicemix.common.xbean | |
org.apache.servicemix.components | |
org.apache.servicemix.components.activesoap |
Bindings for integrating ActiveSOAP services and for ActiveSOAP to use
JBI as its transport bindings.
|
org.apache.servicemix.components.cache |
A component which peforms caching using the JCache API
|
org.apache.servicemix.components.drools |
A component which peforms rules based routing using Drools to decide where to route the message.
|
org.apache.servicemix.components.drools.dsl | |
org.apache.servicemix.components.email |
An outbound component capable of sending email via JavaMail
|
org.apache.servicemix.components.file |
A collection of file system components capable of polling for files in a directory or writing messages to files.
|
org.apache.servicemix.components.groovy |
A component and support classes for the Groovy scripting language.
|
org.apache.servicemix.components.http |
Bindings for HTTP and Servlets
|
org.apache.servicemix.components.jabber |
Bindings for Jabber using the XMPP protocol via the
Smack Java client
|
org.apache.servicemix.components.jaxrpc |
Bindings for JAX-RPC
|
org.apache.servicemix.components.jca | |
org.apache.servicemix.components.jdbc | |
org.apache.servicemix.components.jms |
Bindings for JMS
|
org.apache.servicemix.components.jmx | |
org.apache.servicemix.components.mps | |
org.apache.servicemix.components.net |
A collection of network components using the
Jakarta Commons Net library
for handling things like FTP
|
org.apache.servicemix.components.pojo | |
org.apache.servicemix.components.quartz |
A Quartz component for triggering components when timer events fire.
|
org.apache.servicemix.components.reflection |
A JBI component which uses reflection to invoke methods on POJOs
|
org.apache.servicemix.components.router |
A simple router component which based on boolean predicates will route normalized messages
to different endpoints.
|
org.apache.servicemix.components.rss | |
org.apache.servicemix.components.saaj |
Bindings for SAAJ (Soap With Attachments for Java - which used to be called JAXM). This provides
a message centric way of invoking SOAP services inside providers such as Apache Axis
|
org.apache.servicemix.components.script |
A component which uses JSR 223
to allow any scripting language to be integrated.
|
org.apache.servicemix.components.splitter | |
org.apache.servicemix.components.util |
A collection of utility components and helper classes for developers wishing to write components.
|
org.apache.servicemix.components.util.xstream | |
org.apache.servicemix.components.validation |
Performs XML validation using JAXP for validating against XSD or RelaxNG
|
org.apache.servicemix.components.varscheduler | |
org.apache.servicemix.components.vfs |
A collection of file system components using the
Jakarta Commons VFS library
for handling various file systems like files, Samba, WebDAV, FTP, SFTP and temporary files.
|
org.apache.servicemix.components.wsif |
Bindings for WSIF
|
org.apache.servicemix.components.xfire |
Bindings for integrating with the XFire SOAP framework
|
org.apache.servicemix.components.xslt |
An XSLT based JBI component using
JAXP to perform the XSLT transformation.
|
org.apache.servicemix.console | |
org.apache.servicemix.cxfbc | |
org.apache.servicemix.cxfbc.fault | |
org.apache.servicemix.cxfbc.interceptors | |
org.apache.servicemix.cxfbc.mtom | |
org.apache.servicemix.cxfbc.ws.addressing | |
org.apache.servicemix.cxfbc.ws.policy | |
org.apache.servicemix.cxfbc.ws.rm | |
org.apache.servicemix.cxfbc.ws.security | |
org.apache.servicemix.cxfbc.wsdl | |
org.apache.servicemix.cxfse | |
org.apache.servicemix.cxfse.interceptors | |
org.apache.servicemix.cxfse.support | |
org.apache.servicemix.drools |
A component which peforms rules based routing using Drools to decide where to route the message.
|
org.apache.servicemix.drools.fibonacci | |
org.apache.servicemix.drools.model | |
org.apache.servicemix.drools.support | |
org.apache.servicemix.eip | |
org.apache.servicemix.eip.packaging | |
org.apache.servicemix.eip.patterns | |
org.apache.servicemix.eip.support | |
org.apache.servicemix.eip.support.resequence | |
org.apache.servicemix.examples | |
org.apache.servicemix.executors |
API for configurable thread pools.
|
org.apache.servicemix.executors.impl |
Implementations of configurable thread pools.
|
org.apache.servicemix.expression |
A pluggable expression library.
|
org.apache.servicemix.file |
A component for working with files such as writing to a directory or polling a directory for files.
|
org.apache.servicemix.finder | |
org.apache.servicemix.ftp |
An FTP based JBI component using the
Jakarta Commons Net library
|
org.apache.servicemix.geronimo | |
org.apache.servicemix.geronimo.flow | |
org.apache.servicemix.http | |
org.apache.servicemix.http.endpoints | |
org.apache.servicemix.http.jetty | |
org.apache.servicemix.http.packaging | |
org.apache.servicemix.http.processors | |
org.apache.servicemix.http.security | |
org.apache.servicemix.http.tools | |
org.apache.servicemix.id | |
org.apache.servicemix.itests | |
org.apache.servicemix.itests.beans | |
org.apache.servicemix.itests.deadlock | |
org.apache.servicemix.jbi | |
org.apache.servicemix.jbi.audit |
ServiceMix Auditing interfaces.
|
org.apache.servicemix.jbi.audit.file | |
org.apache.servicemix.jbi.audit.jdbc |
Plain JDBC auditor.
|
org.apache.servicemix.jbi.audit.lucene |
Lucene auditor query implementation.
|
org.apache.servicemix.jbi.config | |
org.apache.servicemix.jbi.container |
The JBI Container implementation and supporting classes
|
org.apache.servicemix.jbi.deployment | |
org.apache.servicemix.jbi.event |
Event and listeners definitions that can be registered in the JBI container.
|
org.apache.servicemix.jbi.framework |
Component Framwork - internal representations of Components and registries for end points, service units etc
Provides standard Installation and Deployment services
|
org.apache.servicemix.jbi.framework.support | |
org.apache.servicemix.jbi.installation | |
org.apache.servicemix.jbi.jaxp |
JAXP and XML related utility classes
|
org.apache.servicemix.jbi.jmx | |
org.apache.servicemix.jbi.loaders | |
org.apache.servicemix.jbi.logging | |
org.apache.servicemix.jbi.management |
Supporting classes for ServiceMix management
|
org.apache.servicemix.jbi.management.task |
AntTasks for ServiceMix installation and deployment of Components and Service Assemblies
|
org.apache.servicemix.jbi.messaging |
JBI Normalized Message Service (NMS) implementation classes
|
org.apache.servicemix.jbi.monitoring | |
org.apache.servicemix.jbi.monitoring.stats | |
org.apache.servicemix.jbi.nmr |
The Normalized Message Router implementation.
|
org.apache.servicemix.jbi.nmr.flow | |
org.apache.servicemix.jbi.nmr.flow.jca | |
org.apache.servicemix.jbi.nmr.flow.jms | |
org.apache.servicemix.jbi.nmr.flow.seda | |
org.apache.servicemix.jbi.nmr.flow.st | |
org.apache.servicemix.jbi.resolver |
An extension point to allow plugable ServiceEndpoint resolution policies.
|
org.apache.servicemix.jbi.security | |
org.apache.servicemix.jbi.security.acl | |
org.apache.servicemix.jbi.security.acl.impl | |
org.apache.servicemix.jbi.security.auth | |
org.apache.servicemix.jbi.security.auth.impl | |
org.apache.servicemix.jbi.security.keystore | |
org.apache.servicemix.jbi.security.keystore.impl | |
org.apache.servicemix.jbi.security.login | |
org.apache.servicemix.jbi.servicedesc |
JBI Service Description API implementation classes
|
org.apache.servicemix.jbi.util | |
org.apache.servicemix.jbi.view | |
org.apache.servicemix.jdbc | |
org.apache.servicemix.jdbc.adapter | |
org.apache.servicemix.jms | |
org.apache.servicemix.jms.endpoints | |
org.apache.servicemix.jms.jca | |
org.apache.servicemix.jms.multiplexing | |
org.apache.servicemix.jms.packaging | |
org.apache.servicemix.jms.standard | |
org.apache.servicemix.jms.wsdl | |
org.apache.servicemix.jsr181 | |
org.apache.servicemix.jsr181.packaging | |
org.apache.servicemix.jsr181.xfire | |
org.apache.servicemix.locks | |
org.apache.servicemix.locks.impl | |
org.apache.servicemix.lwcontainer | |
org.apache.servicemix.mail |
Component for Mail using the JavaMail API
|
org.apache.servicemix.mail.marshaler | |
org.apache.servicemix.mail.security | |
org.apache.servicemix.mail.utils | |
org.apache.servicemix.maven.plugin.jbi | |
org.apache.servicemix.maven.plugin.legal | |
org.apache.servicemix.maven.plugin.res | |
org.apache.servicemix.maven.plugin.xfire | |
org.apache.servicemix.osworkflow |
A workflow JBI component using the
OSWorkflow library
|
org.apache.servicemix.osworkflow.conditions | |
org.apache.servicemix.osworkflow.functions | |
org.apache.servicemix.quartz | |
org.apache.servicemix.quartz.support | |
org.apache.servicemix.remoting | |
org.apache.servicemix.samples | |
org.apache.servicemix.samples.wsdl_first | |
org.apache.servicemix.samples.wsdl_first.types | |
org.apache.servicemix.saxon | |
org.apache.servicemix.saxon.packaging | |
org.apache.servicemix.script | |
org.apache.servicemix.soap |
The core API and classes for the SOAP stack
|
org.apache.servicemix.soap.api | |
org.apache.servicemix.soap.api.model | |
org.apache.servicemix.soap.api.model.wsdl1 | |
org.apache.servicemix.soap.api.model.wsdl2 | |
org.apache.servicemix.soap.bindings.http | |
org.apache.servicemix.soap.bindings.http.impl | |
org.apache.servicemix.soap.bindings.http.interceptors | |
org.apache.servicemix.soap.bindings.http.model | |
org.apache.servicemix.soap.bindings.soap | |
org.apache.servicemix.soap.bindings.soap.impl | |
org.apache.servicemix.soap.bindings.soap.interceptors | |
org.apache.servicemix.soap.bindings.soap.model | |
org.apache.servicemix.soap.bindings.soap.model.wsdl1 | |
org.apache.servicemix.soap.bindings.soap.model.wsdl2 | |
org.apache.servicemix.soap.convert | |
org.apache.servicemix.soap.core | |
org.apache.servicemix.soap.core.model | |
org.apache.servicemix.soap.handlers | |
org.apache.servicemix.soap.handlers.addressing | |
org.apache.servicemix.soap.handlers.dom | |
org.apache.servicemix.soap.handlers.security | |
org.apache.servicemix.soap.interceptors.jbi | |
org.apache.servicemix.soap.interceptors.mime | |
org.apache.servicemix.soap.interceptors.wsdl | |
org.apache.servicemix.soap.interceptors.xml | |
org.apache.servicemix.soap.marshalers | |
org.apache.servicemix.soap.soap | |
org.apache.servicemix.soap.util | |
org.apache.servicemix.soap.util.stax | |
org.apache.servicemix.soap.ws.addressing | |
org.apache.servicemix.soap.ws.security | |
org.apache.servicemix.soap.wsdl | |
org.apache.servicemix.soap.wsdl.validator | |
org.apache.servicemix.store | |
org.apache.servicemix.store.jdbc | |
org.apache.servicemix.store.memory | |
org.apache.servicemix.tck | |
org.apache.servicemix.tck.mock | |
org.apache.servicemix.test | |
org.apache.servicemix.timers | |
org.apache.servicemix.timers.impl | |
org.apache.servicemix.tooling | |
org.apache.servicemix.truezip |
A component for working with zipped files such as writing to a zip or polling a zip for files.
|
org.apache.servicemix.web | |
org.apache.servicemix.web.controller | |
org.apache.servicemix.web.filter | |
org.apache.servicemix.web.handler | |
org.apache.servicemix.web.http | |
org.apache.servicemix.web.jmx | |
org.apache.servicemix.web.model | |
org.apache.servicemix.web.view | |
org.apache.servicemix.wsn |
This package provides base classes for WS-Notification implementations.
|
org.apache.servicemix.wsn.client |
JBI client API for using WS-Notification 1.3.
|
org.apache.servicemix.wsn.component |
JBI Service Engine implementing WS-Notification 1.3.
|
org.apache.servicemix.wsn.jbi |
JBI implementation of NotificationBroker and related services.
This implementation extends the JMS implemetation to provide
JBI specific features for sending notifications.
|
org.apache.servicemix.wsn.jms |
JMS based implementation of the NotificationBroker and related services.
|
org.apache.servicemix.wsn.spring | |
org.apache.servicemix.xmpp |
Component for Jabber using the XMPP protocol via the
Smack Java client
|
org.codehaus.xfire.spring.example | |
soap | |
test | |
test.complex | |
test.complex.model | |