com.sun.xml.ws.policy.jaxws.xmlstreamwriter
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.
Method Summary |
java.lang.Object |
process(Invocation invocation)
Processes the XMLStreamWriter invocation. |
process
java.lang.Object process(Invocation invocation)
throws InvocationProcessingException
- Processes the
XMLStreamWriter
invocation.
- Parameters:
invocation
- description of the XMLStreamWriter
invocation to be processed
- Returns:
XMLStreamWriter
invocation result.
- Throws:
InvocationProcessingException