org.mule.module.spring.remoting
Class SpringRemoteInvokerComponent

java.lang.Object
  extended by org.mule.module.spring.remoting.SpringRemoteInvokerComponent
All Implemented Interfaces:
Callable, EventListener, Initialisable

public class SpringRemoteInvokerComponent
extends Object
implements Initialisable, Callable


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
SpringRemoteInvokerComponent()
           
 
Method Summary
 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)
           
 
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 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.