|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationTransformer
Method Summary | |
---|---|
java.util.Collection<Invocation> |
transform(Invocation invocation)
Before this invocation is processed by FilteringStateMachine instances
the InvocationTransformer gets a chance to transform the invocation
into series of several invocations. |
Method Detail |
---|
java.util.Collection<Invocation> transform(Invocation invocation)
FilteringStateMachine
instances
the InvocationTransformer
gets a chance to transform the invocation
into series of several invocations. Original invocation may be included as well.
invocation
- original invocation to be transformed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |