org.mule.extras.spring.remoting
Class SpringRemoteInvokerComponent
java.lang.Object
org.mule.extras.spring.remoting.SpringRemoteInvokerComponent
- All Implemented Interfaces:
- org.mule.umo.lifecycle.Callable, org.mule.umo.lifecycle.Initialisable, org.mule.umo.lifecycle.UMOEventListener
- public class SpringRemoteInvokerComponent
- extends Object
- implements org.mule.umo.lifecycle.Initialisable, org.mule.umo.lifecycle.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 org.mule.umo.lifecycle.InitialisationException,
org.mule.umo.lifecycle.RecoverableException
- Specified by:
initialise in interface org.mule.umo.lifecycle.Initialisable
- Throws:
org.mule.umo.lifecycle.InitialisationException
org.mule.umo.lifecycle.RecoverableException
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(org.mule.umo.UMOEventContext eventContext)
throws Exception
- Specified by:
onCall in interface org.mule.umo.lifecycle.Callable
- Throws:
Exception
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.