com.sun.xml.ws.xmlfilter
Interface InvocationProcessorFactory
public interface InvocationProcessorFactory
The interface provides API contract for InvocationProcessor factory
implementations. Implementations of this interface may be passed into EnhancedXmlStreamWriterProxy
- Author:
- Marek Potociar (marek.potociar at sun.com)
createInvocationProcessor
InvocationProcessor createInvocationProcessor(XMLStreamWriter writer)
throws XMLStreamException
- Factory method creates
InvocationProcessor instance that implements
additional XMLStreamWriter feature or enhancement.
- Parameters:
writer - underlying XMLStreamWriter instance that should be enhanced
with the new feature(s).
- Returns:
- newly created
InvocationProcessor instance.
- Throws:
XMLStreamException - in case of any problems with creation of
new InvocationProcessor instance.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.