Spring AMQP

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

Packages that use ErlangConverter
org.springframework.erlang.core   
org.springframework.erlang.support.converter   
 

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.