public class InboundRMHttpInvoker
extends org.apache.cxf.service.invoker.AbstractInvoker
Constructor and Description |
---|
InboundRMHttpInvoker(Object bean,
String injectingSequence,
String onErrorSequence)
Constructor for the invoker
|
Modifier and Type | Method and Description |
---|---|
ExecutorService |
getExecutorService() |
Object |
getServiceObject(org.apache.cxf.message.Exchange exchange) |
Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object o)
This is where the the incoming request from the CXF Bus is paused and handed to Synapse
|
void |
setExecutorService(ExecutorService executorService) |
public InboundRMHttpInvoker(Object bean, String injectingSequence, String onErrorSequence)
bean
- An instance of the backend business logic implementing classinjectingSequence
- The injecting sequence nameonErrorSequence
- The fault sequence namepublic Object getServiceObject(org.apache.cxf.message.Exchange exchange)
getServiceObject
in class org.apache.cxf.service.invoker.AbstractInvoker
public Object invoke(org.apache.cxf.message.Exchange exchange, Object o)
invoke
in interface org.apache.cxf.service.invoker.Invoker
invoke
in class org.apache.cxf.service.invoker.AbstractInvoker
exchange
- exchange that contains the messageso
- the dummy back end objectpublic ExecutorService getExecutorService()
public final void setExecutorService(ExecutorService executorService)
Copyright © 2019 WSO2. All rights reserved.