com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter
Interface InvocationTransformer

All Known Implementing Classes:
PortAttributeInvocationTransformer

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

transform

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. Original invocation may be included as well.

Parameters:
invocation - original invocation to be transformed.
Returns:
collection of invocations as a result of the transformation