Interface InvocationProcessor

All Known Implementing Classes:
FilteringInvocationProcessor

public interface InvocationProcessor
Invocation processor implements processing of XMLStreamWriter method invocations. This allows to implement and plug in additional features or enhancements to the standard XMLStreamWriter implementations.
Author:
Marek Potociar (marek.potociar at sun.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Invocation invocation)
    Processes the XMLStreamWriter invocation.