A B C D E G H I J M N O P R S U V

A

activateJbiEndpoint(CamelProviderEndpoint) - Method in interface org.apache.servicemix.camel.CamelComponent
 
activateJbiEndpoint(CamelProviderEndpoint) - Method in class org.apache.servicemix.camel.CamelJbiComponent
Activating a JBI endpoint created by a camel consumer.
add(HeaderFilterStrategy) - Method in class org.apache.servicemix.camel.util.HeaderFilterStrategies
Add a strategy to the set of strategies
addEndpoint(Endpoint) - Method in interface org.apache.servicemix.camel.CamelComponent
 
addHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.servicemix.camel.JbiBinding
 
addJbiComponent(JbiComponent) - Method in interface org.apache.servicemix.camel.CamelComponent
 
addJbiComponent(JbiComponent) - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
addService(CamelProviderEndpoint) - Method in class org.apache.servicemix.camel.CamelSpringDeployer
 
afterPropertiesSet() - Method in class org.apache.servicemix.camel.osgi.OsgiJbiComponent
 
applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.BasicSerializationHeaderFilterStrategy
 
applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.HeaderFilterStrategies
 
applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.NoCheckSerializationHeaderFilterStrategy
 
applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.StrictSerializationHeaderFilterStrategy
 
applyFilterToExternalHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.BasicSerializationHeaderFilterStrategy
 
applyFilterToExternalHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.HeaderFilterStrategies
 
applyFilterToExternalHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.NoCheckSerializationHeaderFilterStrategy
 
applyFilterToExternalHeaders(String, Object, Exchange) - Method in class org.apache.servicemix.camel.util.StrictSerializationHeaderFilterStrategy
 

B

BASIC - Static variable in class org.apache.servicemix.camel.util.HeaderFilterStrategyConstants
 
BasicSerializationHeaderFilterStrategy - Class in org.apache.servicemix.camel.util
HeaderFilterStrategy that filters out non-serializable values: classes that don't implement Serializable Collections Maps
BasicSerializationHeaderFilterStrategy() - Constructor for class org.apache.servicemix.camel.util.BasicSerializationHeaderFilterStrategy
 

C

CamelComponent - Interface in org.apache.servicemix.camel
 
CamelConsumerEndpoint - Class in org.apache.servicemix.camel
A consumer endpoint that will be used to send JBI exchanges originating from camel.
CamelConsumerEndpoint(JbiBinding, JbiEndpoint) - Constructor for class org.apache.servicemix.camel.CamelConsumerEndpoint
 
CamelContextEndpoint - Class in org.apache.servicemix.camel
JBI endpoint that provides access to an underlying CamelContext and manages the lifecycle for that endpoint
CamelContextEndpoint(CamelContext, String) - Constructor for class org.apache.servicemix.camel.CamelContextEndpoint
 
CamelJbiComponent - Class in org.apache.servicemix.camel
Deploys the camel endpoints within JBI
CamelJbiComponent() - Constructor for class org.apache.servicemix.camel.CamelJbiComponent
 
CamelProviderEndpoint - Class in org.apache.servicemix.camel
A JBI endpoint which when invoked will delegate to a Camel endpoint
CamelProviderEndpoint(ServiceUnit, QName, String, JbiBinding, AsyncProcessor) - Constructor for class org.apache.servicemix.camel.CamelProviderEndpoint
 
CamelProviderEndpoint(ServiceUnit, Endpoint, JbiBinding, AsyncProcessor) - Constructor for class org.apache.servicemix.camel.CamelProviderEndpoint
 
CamelSpringDeployer - Class in org.apache.servicemix.camel
A deployer of the spring XML file
CamelSpringDeployer(CamelJbiComponent) - Constructor for class org.apache.servicemix.camel.CamelSpringDeployer
 
convertExchangeToFaultException(Exchange) - Method in class org.apache.servicemix.camel.converter.JbiConverter
 
convertFaultExceptionToSource(FaultException) - Method in class org.apache.servicemix.camel.converter.JbiConverter
 
copyFromCamelToJbi(Message, NormalizedMessage) - Method in class org.apache.servicemix.camel.JbiBinding
 
copyFromCamelToJbi(Exchange, MessageExchange) - Method in class org.apache.servicemix.camel.JbiBinding
 
copyFromJbiToCamel(NormalizedMessage, Message) - Method in class org.apache.servicemix.camel.JbiBinding
Copies content, headers, security subject and attachments from the JBI NormalizedMessage to the Camel Message.
copyPropertiesFromJbiToCamel(MessageExchange, Exchange) - Method in class org.apache.servicemix.camel.JbiBinding
Copies properties from the JBI MessageExchange to the Camel Exchange, taking into account the HeaderFilterStrategy that has been configured on this binding.
createBinding(Endpoint) - Method in class org.apache.servicemix.camel.JbiComponent
 
createBinding() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
createCamelProcessor(Endpoint) - Method in class org.apache.servicemix.camel.JbiComponent
 
createConsumer(Processor) - Method in class org.apache.servicemix.camel.JbiEndpoint
 
createEndpoint(String, JbiComponent) - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
createEndpoint(String) - Method in class org.apache.servicemix.camel.JbiComponent
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.servicemix.camel.JbiComponent
 
createEndpointName() - Method in class org.apache.servicemix.camel.JbiComponent
 
createExchange(MessageExchange) - Method in class org.apache.servicemix.camel.JbiBinding
 
createJbiEndpointFromCamel(Endpoint, AsyncProcessor) - Method in class org.apache.servicemix.camel.JbiComponent
 
createJbiEndpointFromCamel(Endpoint) - Method in class org.apache.servicemix.camel.JbiComponent
Returns a JBI endpoint created for the given Camel endpoint
createJbiMessageExchange(Exchange, MessageExchangeFactory, String) - Method in class org.apache.servicemix.camel.JbiBinding
 
createProducer() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
createServiceUnitManager() - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
createServiceUnitManager() - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent
 

D

deactivateJbiEndpoint(CamelProviderEndpoint) - Method in interface org.apache.servicemix.camel.CamelComponent
 
deactivateJbiEndpoint(CamelProviderEndpoint) - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
deploy(String, String) - Method in class org.apache.servicemix.camel.CamelSpringDeployer
 
deployer - Variable in class org.apache.servicemix.camel.CamelJbiComponent
 
destroy() - Method in class org.apache.servicemix.camel.osgi.OsgiJbiComponent
 

E

extractException(Exchange) - Method in class org.apache.servicemix.camel.JbiBinding
Extract an Exception from the exchange.

G

getBeanFactoryPostProcessors(String) - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent.OsgiCamelSpringDeployer
 
getBundleContext() - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent
 
getCamelConsumerEndpoint() - Method in class org.apache.servicemix.camel.JbiEndpoint.JbiProducer
 
getCamelContext() - Method in class org.apache.servicemix.camel.CamelContextEndpoint
 
getCamelContext() - Method in class org.apache.servicemix.camel.JbiComponent
 
getCamelJbiComponent() - Method in class org.apache.servicemix.camel.JbiComponent
 
getConfiguredEndpoints() - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
getContinuationData() - Method in class org.apache.servicemix.camel.CamelConsumerEndpoint
Provides read-only access to the underlying map of continuation data
getDestinationUri() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
getEndpointClasses() - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
getEPRProtocols() - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
getHeaderFilterStrategy() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
getJbiComponent(String) - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
getJbiEndpoint() - Method in class org.apache.servicemix.camel.CamelConsumerEndpoint
Access the underlying Camel Endpoint
getMep() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
getMessageExchange(Exchange) - Static method in class org.apache.servicemix.camel.JbiBinding
Access the JBI MessageExchange that has been stored on the Camel Exchange
getOperation(Exchange) - Static method in class org.apache.servicemix.camel.JbiBinding
Access the JBI Operation that has been stored on a Camel Exchange
getOperation() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
getParentBeansMap() - Method in class org.apache.servicemix.camel.CamelSpringDeployer
 
getParentClassLoader(SpringApplicationContext) - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent.OsgiClassLoaderXmlPreprocessor
 
getResolvedEPR(ServiceEndpoint) - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
getSecuritySubject(Message) - Static method in class org.apache.servicemix.camel.JbiBinding
Access the security subject that has been stored on the Camel Message
getSerialization() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
getServices(AbstractXmlApplicationContext) - Method in class org.apache.servicemix.camel.CamelSpringDeployer
 
getServiceUnit() - Method in interface org.apache.servicemix.camel.CamelComponent
 
getShutdownTimeout() - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent
 
getSuName() - Method in class org.apache.servicemix.camel.JbiComponent
 
getXBeanFile() - Method in class org.apache.servicemix.camel.CamelSpringDeployer
 
getXmlPreProcessors(String) - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent.OsgiCamelSpringDeployer
 

H

handleActiveProviderExchange(MessageExchange) - Method in class org.apache.servicemix.camel.CamelProviderEndpoint
 
HeaderFilterStrategies - Class in org.apache.servicemix.camel.util
HeaderFilterStrategy implementation that will evaluate a set of strategies in an OR-like fashion (if one of the strategies filters the property, the HeaderFilter
HeaderFilterStrategies() - Constructor for class org.apache.servicemix.camel.util.HeaderFilterStrategies
 
HeaderFilterStrategyConstants - Class in org.apache.servicemix.camel.util
Constants to define the different HeaderFilterStrategy classes.
HeaderFilterStrategyConstants() - Constructor for class org.apache.servicemix.camel.util.HeaderFilterStrategyConstants
 

I

isConvertExceptions() - Method in class org.apache.servicemix.camel.JbiEndpoint
 
isEndpointExposedOnNmr(Endpoint) - Method in class org.apache.servicemix.camel.CamelJbiComponent
Should we expose the Camel JBI onto the NMR.
isSingleton() - Method in class org.apache.servicemix.camel.JbiEndpoint
 

J

JbiBinding - Class in org.apache.servicemix.camel
The binding of how Camel messages get mapped to JBI and back again
JbiBinding(CamelContext) - Constructor for class org.apache.servicemix.camel.JbiBinding
Create the binding instance for a given CamelContext
JbiBinding(CamelContext, String) - Constructor for class org.apache.servicemix.camel.JbiBinding
 
JbiComponent - Class in org.apache.servicemix.camel
 
JbiComponent(CamelComponent) - Constructor for class org.apache.servicemix.camel.JbiComponent
 
JbiComponent() - Constructor for class org.apache.servicemix.camel.JbiComponent
 
JbiConverter - Class in org.apache.servicemix.camel.converter
Type converter to and from JBI- and ServiceMix-specific types
JbiConverter() - Constructor for class org.apache.servicemix.camel.converter.JbiConverter
 
JbiEndpoint - Class in org.apache.servicemix.camel
Represents an Endpoint for interacting with JBI
JbiEndpoint(JbiComponent, String) - Constructor for class org.apache.servicemix.camel.JbiEndpoint
 
JbiEndpoint.JbiProducer - Class in org.apache.servicemix.camel
 
JbiEndpoint.JbiProducer(Endpoint) - Constructor for class org.apache.servicemix.camel.JbiEndpoint.JbiProducer
 
JbiException - Exception in org.apache.servicemix.camel
 
JbiException(Throwable) - Constructor for exception org.apache.servicemix.camel.JbiException
 
JbiException(String) - Constructor for exception org.apache.servicemix.camel.JbiException
 
JbiException(String, Throwable) - Constructor for exception org.apache.servicemix.camel.JbiException
 

M

makeJbiMessageExchange(Exchange, MessageExchangeFactory, String) - Method in class org.apache.servicemix.camel.JbiBinding
 
MESSAGE_EXCHANGE - Static variable in class org.apache.servicemix.camel.JbiBinding
 

N

NOCHECK - Static variable in class org.apache.servicemix.camel.util.HeaderFilterStrategyConstants
 
NoCheckSerializationHeaderFilterStrategy - Class in org.apache.servicemix.camel.util
HeaderFilterStrategy that allows any property values through.
NoCheckSerializationHeaderFilterStrategy() - Constructor for class org.apache.servicemix.camel.util.NoCheckSerializationHeaderFilterStrategy
 

O

onComplete(Exchange) - Method in class org.apache.servicemix.camel.CamelProviderEndpoint
 
onFailure(Exchange) - Method in class org.apache.servicemix.camel.CamelProviderEndpoint
 
OPERATION - Static variable in class org.apache.servicemix.camel.JbiBinding
 
org.apache.servicemix.camel - package org.apache.servicemix.camel
 
org.apache.servicemix.camel.converter - package org.apache.servicemix.camel.converter
 
org.apache.servicemix.camel.osgi - package org.apache.servicemix.camel.osgi
 
org.apache.servicemix.camel.util - package org.apache.servicemix.camel.util
 
OsgiCamelJbiComponent - Class in org.apache.servicemix.camel.osgi
When deploying a JBI packaged SU to camel component, camel-spring and camel-osgi can not be found by Spring/XBean, thus leading to an exception about the spring and osgi namespaces not being found.
OsgiCamelJbiComponent() - Constructor for class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent
 
OsgiCamelJbiComponent.OsgiCamelSpringDeployer - Class in org.apache.servicemix.camel.osgi
 
OsgiCamelJbiComponent.OsgiCamelSpringDeployer(OsgiCamelJbiComponent) - Constructor for class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent.OsgiCamelSpringDeployer
 
OsgiCamelJbiComponent.OsgiClassLoaderXmlPreprocessor - Class in org.apache.servicemix.camel.osgi
 
OsgiCamelJbiComponent.OsgiClassLoaderXmlPreprocessor(File, ServiceMixComponent) - Constructor for class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent.OsgiClassLoaderXmlPreprocessor
 
OsgiJbiComponent - Class in org.apache.servicemix.camel.osgi
OSGi-specific servicemix-camel JbiComponent implementation that looks up the CamelComponent in the OSGi Service Registry
OsgiJbiComponent() - Constructor for class org.apache.servicemix.camel.osgi.OsgiJbiComponent
 

P

prepareShutdown(Endpoint) - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent
 
process(MessageExchange) - Method in class org.apache.servicemix.camel.CamelConsumerEndpoint
Process the JBI MessageExchange that is being delivered asynchronously as a response to what was sent by the CamelConsumerEndpoint.process(Exchange, AsyncCallback) method
process(Exchange) - Method in class org.apache.servicemix.camel.CamelConsumerEndpoint
Process the Camel Exchange by sending/receiving a JBI MessageExchange synchronously
process(Exchange, AsyncCallback) - Method in class org.apache.servicemix.camel.CamelConsumerEndpoint
Process the Camel Exchange by sending a JBI MessageExchange asynchronously, where the response will be handled by the CamelConsumerEndpoint.process(javax.jbi.messaging.MessageExchange) method
process(MessageExchange) - Method in class org.apache.servicemix.camel.CamelContextEndpoint
 
process(MessageExchange) - Method in class org.apache.servicemix.camel.CamelProviderEndpoint
 
process(Exchange) - Method in class org.apache.servicemix.camel.JbiEndpoint.JbiProducer
 
process(Exchange, AsyncCallback) - Method in class org.apache.servicemix.camel.JbiEndpoint.JbiProducer
 

R

removeEndpoint(Endpoint) - Method in interface org.apache.servicemix.camel.CamelComponent
 
removeJbiComponent(String) - Method in class org.apache.servicemix.camel.CamelJbiComponent
 
runWithCamelContextClassLoader(Callable<T>) - Method in class org.apache.servicemix.camel.JbiBinding
Run a block of code with the CamelContext.getApplicationContextClassLoader() set as the thread context classloader.

S

SECURITY_SUBJECT - Static variable in class org.apache.servicemix.camel.JbiBinding
 
SERVICE_NAME - Static variable in class org.apache.servicemix.camel.CamelConsumerEndpoint
 
SERVICE_NAME - Static variable in class org.apache.servicemix.camel.CamelContextEndpoint
The default CamelContextEndpoint service name
SERVICE_NAME - Static variable in class org.apache.servicemix.camel.CamelProviderEndpoint
 
setBundleContext(BundleContext) - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent
 
setCamelContext(CamelContext) - Method in class org.apache.servicemix.camel.JbiComponent
 
setCamelEndpoint(Endpoint) - Method in class org.apache.servicemix.camel.CamelProviderEndpoint
Set the Camel JbiEndpoint instance that corresponds with this JBI endpoint
setCamelJbiComponent(CamelComponent) - Method in class org.apache.servicemix.camel.JbiComponent
 
setConvertExceptions(boolean) - Method in class org.apache.servicemix.camel.JbiBinding
 
setConvertExceptions(boolean) - Method in class org.apache.servicemix.camel.JbiEndpoint
 
setDestionationUri(String) - Method in class org.apache.servicemix.camel.JbiEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.servicemix.camel.JbiEndpoint
 
setMep(String) - Method in class org.apache.servicemix.camel.JbiEndpoint
 
setOperation(QName) - Method in class org.apache.servicemix.camel.JbiEndpoint
 
setSerialization(String) - Method in class org.apache.servicemix.camel.JbiEndpoint
 
setShutdownTimeout(long) - Method in class org.apache.servicemix.camel.osgi.OsgiCamelJbiComponent
 
setSuName(String) - Method in class org.apache.servicemix.camel.JbiComponent
 
start() - Method in class org.apache.servicemix.camel.CamelContextEndpoint
 
start() - Method in class org.apache.servicemix.camel.JbiEndpoint.JbiProducer
 
stop() - Method in class org.apache.servicemix.camel.CamelContextEndpoint
 
stop() - Method in class org.apache.servicemix.camel.JbiEndpoint.JbiProducer
 
STRICT - Static variable in class org.apache.servicemix.camel.util.HeaderFilterStrategyConstants
 
StrictSerializationHeaderFilterStrategy - Class in org.apache.servicemix.camel.util
HeaderFilterStrategy that filters out non-serializable values.
StrictSerializationHeaderFilterStrategy() - Constructor for class org.apache.servicemix.camel.util.StrictSerializationHeaderFilterStrategy
 

U

undeploy(ServiceUnit) - Method in class org.apache.servicemix.camel.CamelSpringDeployer
 

V

validate() - Method in class org.apache.servicemix.camel.CamelConsumerEndpoint
 

A B C D E G H I J M N O P R S U V

Copyright © 2005-2012 FuseSource. All Rights Reserved.