Class BambooJmsInvokerServiceExporter

java.lang.Object
org.springframework.remoting.support.RemotingSupport
org.springframework.remoting.support.RemoteExporter
org.springframework.remoting.support.RemoteInvocationBasedExporter
org.springframework.jms.remoting.JmsInvokerServiceExporter
com.atlassian.bamboo.remoting.BambooJmsInvokerServiceExporter
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean, org.springframework.jms.listener.SessionAwareMessageListener<javax.jms.Message>

public class BambooJmsInvokerServiceExporter extends org.springframework.jms.remoting.JmsInvokerServiceExporter
Ensures that remote calls are marked in RemoteCallMarker
  • Field Summary

    Fields inherited from class org.springframework.remoting.support.RemotingSupport

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(javax.jms.Message requestMessage, javax.jms.Session session)
     

    Methods inherited from class org.springframework.jms.remoting.JmsInvokerServiceExporter

    afterPropertiesSet, createResponseMessage, onInvalidRequest, readRemoteInvocation, setIgnoreInvalidRequests, setMessageConverter, writeRemoteInvocationResult

    Methods inherited from class org.springframework.remoting.support.RemoteInvocationBasedExporter

    getRemoteInvocationExecutor, invoke, invokeAndCreateResult, setRemoteInvocationExecutor

    Methods inherited from class org.springframework.remoting.support.RemoteExporter

    checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterface

    Methods inherited from class org.springframework.remoting.support.RemotingSupport

    getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BambooJmsInvokerServiceExporter

      public BambooJmsInvokerServiceExporter()
  • Method Details

    • onMessage

      public void onMessage(javax.jms.Message requestMessage, javax.jms.Session session) throws javax.jms.JMSException
      Specified by:
      onMessage in interface org.springframework.jms.listener.SessionAwareMessageListener<javax.jms.Message>
      Overrides:
      onMessage in class org.springframework.jms.remoting.JmsInvokerServiceExporter
      Throws:
      javax.jms.JMSException