org.mule.module.spring.remoting
Class SpringRemoteInvokerComponent
java.lang.Object
org.mule.module.spring.remoting.SpringRemoteInvokerComponent
- All Implemented Interfaces:
- Callable, EventListener, Initialisable
public class SpringRemoteInvokerComponent
- extends Object
- implements Initialisable, Callable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringRemoteInvokerComponent
public SpringRemoteInvokerComponent()
initialise
public void initialise()
throws InitialisationException
- Specified by:
initialise in interface Initialisable
- Throws:
InitialisationException
getServiceClass
public Class getServiceClass()
setServiceClass
public void setServiceClass(Class serviceClass)
getServiceBean
public Object getServiceBean()
setServiceBean
public void setServiceBean(Object serviceBean)
getServiceInterface
public Class getServiceInterface()
setServiceInterface
public void setServiceInterface(Class serviceInterface)
isRegisterTraceInterceptor
public boolean isRegisterTraceInterceptor()
setRegisterTraceInterceptor
public void setRegisterTraceInterceptor(boolean registerTraceInterceptor)
getRemoteInvocationExecutor
public org.springframework.remoting.support.RemoteInvocationExecutor getRemoteInvocationExecutor()
setRemoteInvocationExecutor
public void setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor remoteInvocationExecutor)
onCall
public Object onCall(MuleEventContext eventContext)
throws Exception
- Specified by:
onCall in interface Callable
- Throws:
Exception
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.