Package com.sun.xml.rpc.processor.util
Class XMLModelWriter
- java.lang.Object
-
- com.sun.xml.rpc.processor.util.XMLModelWriter
-
- All Implemented Interfaces:
ProcessorAction
public class XMLModelWriter extends Object implements ProcessorAction
This class writes out a Model as an XML document.- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description XMLModelWriter(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperform(Model model, Configuration config, Properties options)
-
-
-
Constructor Detail
-
XMLModelWriter
public XMLModelWriter(File file) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
perform
public void perform(Model model, Configuration config, Properties options)
- Specified by:
performin interfaceProcessorAction
-
-