Package 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)
-
Method Summary
Modifier and TypeMethodDescriptionFactory method createsInvocationProcessorinstance that implements additionalXMLStreamWriterfeature or enhancement.
-
Method Details
-
createInvocationProcessor
Factory method createsInvocationProcessorinstance that implements additionalXMLStreamWriterfeature or enhancement.- Parameters:
writer- underlyingXMLStreamWriterinstance that should be enhanced with the new feature(s).- Returns:
- newly created
InvocationProcessorinstance. - Throws:
XMLStreamException- in case of any problems with creation of newInvocationProcessorinstance.
-