Class WSDLExtensionPlugin
java.lang.Object
com.sun.tools.xjc.Plugin
com.sun.tools.xjc.addon.apache_cxf.wsdlextension.WSDLExtensionPlugin
public class WSDLExtensionPlugin
extends com.sun.tools.xjc.Plugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUsage()intparseArgument(com.sun.tools.xjc.Options opt, String[] args, int index) booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler) Methods inherited from class com.sun.tools.xjc.Plugin
getCustomizationURIs, isCustomizationTagName, onActivated, postProcessModel
-
Field Details
-
impl
WSDLExtension impl
-
-
Constructor Details
-
WSDLExtensionPlugin
public WSDLExtensionPlugin()
-
-
Method Details
-
getOptionName
- Specified by:
getOptionNamein classcom.sun.tools.xjc.Plugin
-
getUsage
- Specified by:
getUsagein classcom.sun.tools.xjc.Plugin
-
run
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler) throws SAXException - Specified by:
runin classcom.sun.tools.xjc.Plugin- Throws:
SAXException
-
parseArgument
public int parseArgument(com.sun.tools.xjc.Options opt, String[] args, int index) throws com.sun.tools.xjc.BadCommandLineException, IOException - Overrides:
parseArgumentin classcom.sun.tools.xjc.Plugin- Throws:
com.sun.tools.xjc.BadCommandLineExceptionIOException
-