org.apache.cxf.xjc.ts
Class ToStringPlugin
java.lang.Object
com.sun.tools.xjc.Plugin
org.apache.cxf.xjc.ts.ToStringPlugin
public class ToStringPlugin
- extends com.sun.tools.xjc.Plugin
Modifies the JAXB code model to override the Object.toString() method with an
implementation that provides a String representation of the xml content.
Method Summary |
java.lang.String |
getOptionName()
|
java.lang.String |
getUsage()
|
int |
parseArgument(com.sun.tools.xjc.Options opt,
java.lang.String[] args,
int index)
|
boolean |
run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
org.xml.sax.ErrorHandler errorHandler)
|
Methods inherited from class com.sun.tools.xjc.Plugin |
getCustomizationURIs, isCustomizationTagName, onActivated, postProcessModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToStringPlugin
public ToStringPlugin()
getOptionName
public java.lang.String getOptionName()
- Specified by:
getOptionName
in class com.sun.tools.xjc.Plugin
getUsage
public java.lang.String getUsage()
- Specified by:
getUsage
in class com.sun.tools.xjc.Plugin
parseArgument
public int parseArgument(com.sun.tools.xjc.Options opt,
java.lang.String[] args,
int index)
throws com.sun.tools.xjc.BadCommandLineException,
java.io.IOException
- Overrides:
parseArgument
in class com.sun.tools.xjc.Plugin
- Throws:
com.sun.tools.xjc.BadCommandLineException
java.io.IOException
run
public boolean run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
org.xml.sax.ErrorHandler errorHandler)
- Specified by:
run
in class com.sun.tools.xjc.Plugin
Apache CXF