org.mule.extras.spring.remoting
Class SpringRemoteInvokerComponent

java.lang.Object
  extended byorg.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


Constructor Summary
SpringRemoteInvokerComponent()
           
 
Method Summary
 org.springframework.remoting.support.RemoteInvocationExecutor getRemoteInvocationExecutor()
           
 Object getServiceBean()
           
 Class getServiceClass()
           
 Class getServiceInterface()
           
 void initialise()
           
 boolean isRegisterTraceInterceptor()
           
 Object onCall(org.mule.umo.UMOEventContext 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringRemoteInvokerComponent

public SpringRemoteInvokerComponent()
Method Detail

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.