FileDocCategorySizeDatePackage
InvocationProcessor.javaAPI DocExample2717Tue May 29 16:56:36 BST 2007com.sun.xml.ws.policy.jaxws.xmlstreamwriter

InvocationProcessor

public interface InvocationProcessor
Invocation processor implements processing of {@code XMLStreamWriter} method invocations. This allows to implement and plug in additional features or enhancements to the standard {@code XMLStreamWriter} implementations.
author
Marek Potociar (marek.potociar at sun.com)

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectprocess(Invocation invocation)
Processes the {@code XMLStreamWriter} invocation.

param
invocation description of the {@code XMLStreamWriter} invocation to be processed
return
{@code XMLStreamWriter} invocation result.