Package com.sun.xml.ws.xmlfilter
Interface InvocationTransformer
- All Known Implementing Classes:
PortAttributeInvocationTransformer
public interface InvocationTransformer
- Author:
- Marek Potociar (marek.potociar at sun.com)
-
Method Summary
Modifier and TypeMethodDescriptiontransform(Invocation invocation) Before this invocation is processed byFilteringStateMachineinstances theInvocationTransformergets a chance to transform theinvocationinto series of several invocations.
-
Method Details
-
transform
Before this invocation is processed byFilteringStateMachineinstances theInvocationTransformergets a chance to transform theinvocationinto series of several invocations. Original invocation may be included as well.- Parameters:
invocation- original invocation to be transformed.- Returns:
- collection of invocations as a result of the transformation
-