Uses of Class
org.springframework.webflow.execution.repository.continuation.ContinuationUnmarshalException

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

Uses of ContinuationUnmarshalException in org.springframework.webflow.execution.repository.continuation
 

Methods in org.springframework.webflow.execution.repository.continuation that throw ContinuationUnmarshalException
 FlowExecutionContinuation SerializedFlowExecutionContinuationFactory.createContinuation(byte[] bytes)
           
abstract  FlowExecution FlowExecutionContinuation.unmarshal()
          Restores the flow execution wrapped in this continuation.
 FlowExecution SerializedFlowExecutionContinuation.unmarshal()
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.