public class SpringRemoteInvokerComponent extends Object implements org.mule.runtime.api.lifecycle.Initialisable, Callable
| Constructor and Description |
|---|
SpringRemoteInvokerComponent() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.remoting.support.RemoteInvocationExecutor |
getRemoteInvocationExecutor() |
Object |
getServiceBean() |
Class |
getServiceClass() |
Class |
getServiceInterface() |
void |
initialise() |
boolean |
isRegisterTraceInterceptor() |
Object |
onCall(MuleEventContext eventContext) |
void |
setRegisterTraceInterceptor(boolean registerTraceInterceptor) |
void |
setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor remoteInvocationExecutor) |
void |
setServiceBean(Object serviceBean) |
void |
setServiceClass(Class serviceClass) |
void |
setServiceInterface(Class serviceInterface) |
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic Class getServiceClass()
public void setServiceClass(Class serviceClass)
public Object getServiceBean()
public void setServiceBean(Object serviceBean)
public Class getServiceInterface()
public void setServiceInterface(Class serviceInterface)
public boolean isRegisterTraceInterceptor()
public void setRegisterTraceInterceptor(boolean registerTraceInterceptor)
public org.springframework.remoting.support.RemoteInvocationExecutor getRemoteInvocationExecutor()
public void setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor remoteInvocationExecutor)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.