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
 Object process(Invocation invocation)
          Processes the XMLStreamWriter invocation.
 

Method Detail

process

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.