com.sun.tools.xjc.addon.apache_cxf.bug671
Class Bug671Plugin
java.lang.Object
com.sun.tools.xjc.Plugin
com.sun.tools.xjc.addon.apache_cxf.bug671.Bug671Plugin
public class Bug671Plugin
- extends com.sun.tools.xjc.Plugin
Thin wrapper around the Bug671Plugin. This must be in the com.sun.tools.xjc.addon package
for it to work with Java 6. See https://issues.apache.org/jira/browse/CXF-1880.
Method Summary |
java.lang.String |
getOptionName()
|
java.lang.String |
getUsage()
|
void |
onActivated(com.sun.tools.xjc.Options opts)
|
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, parseArgument, postProcessModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bug671Plugin
public Bug671Plugin()
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
onActivated
public void onActivated(com.sun.tools.xjc.Options opts)
throws com.sun.tools.xjc.BadCommandLineException
- Overrides:
onActivated
in class com.sun.tools.xjc.Plugin
- Throws:
com.sun.tools.xjc.BadCommandLineException
run
public boolean run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
org.xml.sax.ErrorHandler errorHandler)
throws org.xml.sax.SAXException
- Specified by:
run
in class com.sun.tools.xjc.Plugin
- Throws:
org.xml.sax.SAXException
Apache CXF