Uses of Interface
org.axonframework.serializer.ConverterFactory

Packages that use ConverterFactory
org.axonframework.serializer   
org.axonframework.serializer.xml   
org.axonframework.upcasting   
 

Uses of ConverterFactory in org.axonframework.serializer
 

Classes in org.axonframework.serializer that implement ConverterFactory
 class ChainingConverterFactory
          ConverterFactory implementation that will combine converters to form chains of converters to be able to convert from one type to another, for which there is no suitable single converter.
 

Methods in org.axonframework.serializer that return ConverterFactory
 ConverterFactory AbstractXStreamSerializer.getConverterFactory()
          Returns the ConverterFactory used by this serialized.
 

Constructors in org.axonframework.serializer with parameters of type ConverterFactory
AbstractXStreamSerializer(Charset charset, com.thoughtworks.xstream.XStream xStream, RevisionResolver revisionResolver, ConverterFactory converterFactory)
          Initialize the serializer using the given charset, xStream instance, revisionResolver and converterFactory.
 

Uses of ConverterFactory in org.axonframework.serializer.xml
 

Constructors in org.axonframework.serializer.xml with parameters of type ConverterFactory
XStreamSerializer(Charset charset, com.thoughtworks.xstream.XStream xStream, RevisionResolver revisionResolver, ConverterFactory converterFactory)
          Initialize the serializer using the given charset and xStream instance.
 

Uses of ConverterFactory in org.axonframework.upcasting
 

Constructors in org.axonframework.upcasting with parameters of type ConverterFactory
AbstractUpcasterChain(ConverterFactory converterFactory, List<Upcaster> upcasters)
          Initializes the UpcasterChain with given converterFactory and upcasters.
LazyUpcasterChain(ConverterFactory converterFactory, List<Upcaster> upcasters)
          Initializes the UpcasterChain with given converterFactory and upcasters.
SimpleUpcasterChain(ConverterFactory converterFactory, List<Upcaster> upcasters)
          Initializes the UpcasterChain with given converterFactory and upcasters.
SimpleUpcasterChain(ConverterFactory converterFactory, Upcaster... upcasters)
          Initialize a chain of the given upcasters and using the given converterFactory to create converters for the intermediate representations used by the upcasters.
 



Copyright © 2010-2012. All Rights Reserved.