FileDocCategorySizeDatePackage
InvocationProcessorFactory.javaAPI DocExample3060Tue May 29 16:56:36 BST 2007com.sun.xml.ws.policy.jaxws.xmlstreamwriter

InvocationProcessorFactory

public interface InvocationProcessorFactory
The interface provides API contract for {@link InvocationProcessor} factory implementations. Implementations of this interface may be passed into {@link EnhancedXmlStreamWriterProxy}
author
Marek Potociar (marek.potociar at sun.com)

Fields Summary
Constructors Summary
Methods Summary
public InvocationProcessorcreateInvocationProcessor(javax.xml.stream.XMLStreamWriter writer)
Factory method creates {@link InvocationProcessor} instance that implements additional {@link XMLStreamWriter} feature or enhancement.

param
writer underlying {@link XMLStreamWriter} instance that should be enhanced with the new feature(s).
return
newly created {@link InvocationProcessor} instance.
throws
XMLStreamException in case of any problems with creation of new {@link InvocationProcessor} instance.