Class RemoteInvocationAwareMessageConverterAdapter

  • All Implemented Interfaces:
    MessageConverter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware

    public class RemoteInvocationAwareMessageConverterAdapter
    extends java.lang.Object
    implements MessageConverter, org.springframework.beans.factory.BeanClassLoaderAware
    A delegating adapter that unwraps RemoteInvocationResult after invoking the delegate to convert from a message. Delegates to a SimpleMessageConverter by default.
    Since:
    2.0
    • Constructor Detail

      • RemoteInvocationAwareMessageConverterAdapter

        public RemoteInvocationAwareMessageConverterAdapter()
      • RemoteInvocationAwareMessageConverterAdapter

        public RemoteInvocationAwareMessageConverterAdapter​(MessageConverter delegate)