-
- All Known Implementing Classes:
FilteringInvocationProcessor
public interface InvocationProcessorInvocation processor implements processing ofXMLStreamWritermethod invocations. This allows to implement and plug in additional features or enhancements to the standardXMLStreamWriterimplementations.- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectprocess(Invocation invocation)Processes theXMLStreamWriterinvocation.
-
-
-
Method Detail
-
process
Object process(Invocation invocation) throws InvocationProcessingException
Processes theXMLStreamWriterinvocation.- Parameters:
invocation- description of theXMLStreamWriterinvocation to be processed- Returns:
XMLStreamWriterinvocation result.- Throws:
InvocationProcessingException
-
-