|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.repository.continuation.FlowExecutionContinuation
public abstract class FlowExecutionContinuation
A snapshot of a flow execution that can be restored from and serialized to a byte array.
FlowExecutionContinuationFactory,
Serialized Form| Constructor Summary | |
|---|---|
FlowExecutionContinuation()
|
|
| Method Summary | |
|---|---|
abstract byte[] |
toByteArray()
Converts this continuation to a byte array for convenient serialization. |
abstract FlowExecution |
unmarshal()
Restores the flow execution wrapped in this continuation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowExecutionContinuation()
| Method Detail |
|---|
public abstract FlowExecution unmarshal()
throws ContinuationUnmarshalException
ContinuationUnmarshalException - when there is a problem unmarshalling this continuationpublic abstract byte[] toByteArray()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||