Package org.axonframework.saga.repository

Interface Summary
SagaSerializer Interface towards a serialization mechanism for Saga instances.
 

Class Summary
AbstractSagaRepository Abstract implementation for saga repositories.
AssociationValueMap In-memory storage for AssociationValue to Saga mappings.
JavaSagaSerializer SagaSerializer implementation that uses Java serialization to serialize and deserialize Sagas.
SagaCache Wrapper around a map of String to Saga that keeps Weak References to the saga instances.
XStreamSagaSerializer Implementation of the SagaSerializer that uses XStream to serialize Saga instances to XML.
 



Copyright © 2011. All Rights Reserved.