Spring AMQP

org.springframework.amqp.support.converter
Interface ClassMapper

All Known Implementing Classes:
DefaultClassMapper

public interface ClassMapper

Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.

Author:
Mark Pollack

Method Summary
 String fromClass(Class<?> clazz)
           
 String getClassIdFieldName()
           
 Class<?> toClass(String classId)
           
 

Method Detail

getClassIdFieldName

String getClassIdFieldName()

fromClass

String fromClass(Class<?> clazz)

toClass

Class<?> toClass(String classId)

Spring AMQP

Copyright © 2010. All Rights Reserved.