jar

org.apache.servicemix : servicemix-bean

Maven & Gradle

Jan 15, 2013
13 usages

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.

Table Of Contents

Latest Version

Download org.apache.servicemix : servicemix-bean JAR file - Latest Versions:

All Versions

Download org.apache.servicemix : servicemix-bean JAR file - All Versions:

Version Vulnerabilities Size Updated
2013.01
2011.02.x
2011.02
2011.01
2010.02
2010.01
2009.02
2009.01
2008.01
3.2.x
3.2
3.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window servicemix-bean-2013.01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.servicemix.common

├─ org.apache.servicemix.common.DefaultBootstrap.class - [JAR]

org.apache.servicemix.bean.support

├─ org.apache.servicemix.bean.support.BeanInfo.class - [JAR]

├─ org.apache.servicemix.bean.support.BeanSupport.class - [JAR]

├─ org.apache.servicemix.bean.support.DefaultMethodInvocationStrategy.class - [JAR]

├─ org.apache.servicemix.bean.support.DestinationImpl.class - [JAR]

├─ org.apache.servicemix.bean.support.ExchangeTarget.class - [JAR]

├─ org.apache.servicemix.bean.support.Holder.class - [JAR]

├─ org.apache.servicemix.bean.support.MethodInfo.class - [JAR]

├─ org.apache.servicemix.bean.support.MethodInvocationStrategy.class - [JAR]

├─ org.apache.servicemix.bean.support.ReflectionUtils.class - [JAR]

├─ org.apache.servicemix.bean.support.Request.class - [JAR]

├─ org.apache.servicemix.bean.support.ResolverUtil.class - [JAR]

├─ org.apache.servicemix.bean.support.TransformBeanSupport.class - [JAR]

org.apache.servicemix.bean

├─ org.apache.servicemix.bean.BeanComponent.class - [JAR]

├─ org.apache.servicemix.bean.BeanEndpoint.class - [JAR]

├─ org.apache.servicemix.bean.Callback.class - [JAR]

├─ org.apache.servicemix.bean.Content.class - [JAR]

├─ org.apache.servicemix.bean.Correlation.class - [JAR]

├─ org.apache.servicemix.bean.Destination.class - [JAR]

├─ org.apache.servicemix.bean.Endpoint.class - [JAR]

├─ org.apache.servicemix.bean.EndpointFinder.class - [JAR]

├─ org.apache.servicemix.bean.ExchangeTarget.class - [JAR]

├─ org.apache.servicemix.bean.MethodInvocationFailedException.class - [JAR]

├─ org.apache.servicemix.bean.NoSuchBeanException.class - [JAR]

├─ org.apache.servicemix.bean.Operation.class - [JAR]

├─ org.apache.servicemix.bean.Property.class - [JAR]

├─ org.apache.servicemix.bean.UnknownMessageExchangeTypeException.class - [JAR]

├─ org.apache.servicemix.bean.XPath.class - [JAR]

org.apache.servicemix.bean.pojos

├─ org.apache.servicemix.bean.pojos.LoggingPojo.class - [JAR]