Uses of Package
org.springframework.webflow.execution.repository.continuation

Packages that use org.springframework.webflow.execution.repository.continuation
org.springframework.webflow.execution.repository.continuation Implementation of continuation-based flow execution repositories. 
 

Classes in org.springframework.webflow.execution.repository.continuation used by org.springframework.webflow.execution.repository.continuation
ContinuationCreationException
          Thrown when a continuation snapshot could not be taken of flow execution state.
ContinuationUnmarshalException
          Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.
FlowExecutionContinuation
          A snapshot of a flow execution that can be restored from and serialized to a byte array.
FlowExecutionContinuationFactory
          A factory for creating different FlowExecutionContinuation implementations.
 



Copyright © 2009 Spring Framework. All Rights Reserved.