A C D E G I N O P R S U

A

addCamelAttachments(Message, Message) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
addNmrHeaders(Message, Message) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 

C

configureProperties(Map<String, Object>) - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
copyCamelMessageToNmrMessage(Message, Message) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
copyNmrMessageToCamelMessage(Message, Message) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
createConsumer(Processor) - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
createEndpoint(String, String, Map) - Method in class org.apache.servicemix.camel.nmr.ServiceMixComponent
 
createExchange(Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
createProducer() - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 

D

doStart() - Method in class org.apache.servicemix.camel.nmr.ServiceMixConsumer
 
doStart() - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
 
doStop() - Method in class org.apache.servicemix.camel.nmr.ServiceMixConsumer
 
doStop() - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
 

E

extractNmrExchange(Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
Extract the NMR Exchange from the Camel Exchange

G

getBinding() - Method in class org.apache.servicemix.camel.nmr.ServiceMixComponent
 
getComponent() - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
getContinuations() - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
 
getEndpoint() - Method in class org.apache.servicemix.camel.nmr.ServiceMixConsumer
 
getEndpoint() - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
Access the matching ServiceMixEndpoint
getEndpointName() - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
getNmr() - Method in class org.apache.servicemix.camel.nmr.ServiceMixComponent
 
getNmrMessage(Message) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
Extract the underlying NMR Message for a Camel message
getTimeOut() - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 

I

isRunAsSubject() - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
isSingleton() - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
isSynchronous() - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 

N

NMR_EXCHANGE - Static variable in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
NMR_MESSAGE - Static variable in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
NMR_OPERATION - Static variable in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 

O

onComplete(Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixConsumer
 
onFailure(Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixConsumer
 
org.apache.servicemix.camel.nmr - package org.apache.servicemix.camel.nmr
 

P

populateCamelExchangeFromNmrExchange(CamelContext, Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
populateNmrExchangeFromCamelExchange(Exchange, Channel) - Method in class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
process(Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixConsumer
Process an NMR Exchange by creating and sending a Camel Exchange through the defined route
process(Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
 
process(Exchange, AsyncCallback) - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
 
process(Exchange) - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
Handle incoming NMR exchanges (responses to the exchanges sent in ServiceMixProducer.process(org.apache.camel.Exchange, org.apache.camel.AsyncCallback)

R

registerEndpoint(Endpoint, Map<String, ?>) - Method in class org.apache.servicemix.camel.nmr.ServiceMixComponent
 
RUN_AS_SUBJECT - Static variable in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 

S

ServiceMixBinding - Class in org.apache.servicemix.camel.nmr
The binding object will help us to deal with copying between the NMR exchange and camel exchange
ServiceMixBinding() - Constructor for class org.apache.servicemix.camel.nmr.ServiceMixBinding
 
ServiceMixComponent - Class in org.apache.servicemix.camel.nmr
A camel component to bridge ServiceMix NMR with Camel.
ServiceMixComponent() - Constructor for class org.apache.servicemix.camel.nmr.ServiceMixComponent
 
ServiceMixConsumer - Class in org.apache.servicemix.camel.nmr
A Consumer that receives NMR Exchanges and invokes the Camel route
ServiceMixConsumer(ServiceMixEndpoint, Processor) - Constructor for class org.apache.servicemix.camel.nmr.ServiceMixConsumer
 
ServiceMixEndpoint - Class in org.apache.servicemix.camel.nmr
A Camel Endpoint to interact with the ServiceMix NMR from within a Camel route
ServiceMixEndpoint(ServiceMixComponent, String, String) - Constructor for class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
ServiceMixProducer - Class in org.apache.servicemix.camel.nmr
A Producer that handles incoming Camel exchanges by sending/receiving an NMR Exchange
ServiceMixProducer(ServiceMixEndpoint, NMR) - Constructor for class org.apache.servicemix.camel.nmr.ServiceMixProducer
 
setBinding(ServiceMixBinding) - Method in class org.apache.servicemix.camel.nmr.ServiceMixComponent
 
setChannel(Channel) - Method in class org.apache.servicemix.camel.nmr.ServiceMixConsumer
 
setChannel(Channel) - Method in class org.apache.servicemix.camel.nmr.ServiceMixProducer
 
setEndpointName(String) - Method in class org.apache.servicemix.camel.nmr.ServiceMixEndpoint
 
setNmr(NMR) - Method in class org.apache.servicemix.camel.nmr.ServiceMixComponent
 

U

unregisterEndpoint(Endpoint, Map<String, ?>) - Method in class org.apache.servicemix.camel.nmr.ServiceMixComponent
 

A C D E G I N O P R S U

Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.