Package com.sun.xml.ws.xmlfilter
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 TypeMethodDescriptionprocess(Invocation invocation) Processes theXMLStreamWriterinvocation.
-
Method Details
-
process
Processes theXMLStreamWriterinvocation.- Parameters:
invocation- description of theXMLStreamWriterinvocation to be processed- Returns:
XMLStreamWriterinvocation result.- Throws:
InvocationProcessingException
-