Spring AMQP

Uses of Interface
org.springframework.erlang.support.converter.ErlangConverter

Packages that use ErlangConverter
org.springframework.amqp.rabbit.admin   
org.springframework.erlang.core   
org.springframework.erlang.support.converter   
 

Uses of ErlangConverter in org.springframework.amqp.rabbit.admin
 

Classes in org.springframework.amqp.rabbit.admin that implement ErlangConverter
 class RabbitControlErlangConverter
          Converter that understands the responses from the rabbit control module and related functionality.
 class RabbitControlErlangConverter.ListUsersConverter
           
 class RabbitControlErlangConverter.QueueInfoAllConverter
           
 class RabbitControlErlangConverter.StatusConverter
           
 

Methods in org.springframework.amqp.rabbit.admin that return ErlangConverter
protected  ErlangConverter RabbitControlErlangConverter.getConverter(String module, String function)
           
 

Methods in org.springframework.amqp.rabbit.admin with parameters of type ErlangConverter
protected  void RabbitControlErlangConverter.registerConverter(String module, String function, ErlangConverter listUsersConverter)
           
 

Uses of ErlangConverter in org.springframework.erlang.core
 

Methods in org.springframework.erlang.core that return ErlangConverter
 ErlangConverter ErlangTemplate.getErlangConverter()
           
 

Methods in org.springframework.erlang.core with parameters of type ErlangConverter
 Object ErlangOperations.executeAndConvertRpc(String module, String function, ErlangConverter converterToUse, Object... args)
           
 Object ErlangTemplate.executeAndConvertRpc(String module, String function, ErlangConverter converterToUse, Object... args)
           
 void ErlangTemplate.setErlangConverter(ErlangConverter erlangConverter)
           
 

Uses of ErlangConverter in org.springframework.erlang.support.converter
 

Classes in org.springframework.erlang.support.converter that implement ErlangConverter
 class SimpleErlangConverter
          Converter that supports the basic types and arrays.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.