public class SpringRemoteInvokerComponent extends Object implements Initialisable, Callable
PHASE_NAME| 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 InitialisationException
initialise in interface InitialisableInitialisationExceptionpublic 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.