Package com.sun.xml.rpc.tools.wscompile
Class J2EEToolPlugin
java.lang.Object
com.sun.xml.rpc.tools.plugin.ToolPlugin
com.sun.xml.rpc.tools.wscompile.J2EEToolPlugin
- All Implemented Interfaces:
ModelInfoPlugin,ProcessorActionsIf,UsageIf
public class J2EEToolPlugin
extends ToolPlugin
implements UsageIf, ModelInfoPlugin, ProcessorActionsIf
- Author:
- JAX-RPC Development Team
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.xml.rpc.tools.wscompile.UsageIf
UsageIf.UsageError -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateModelInfo(URL mappingFile) booleanparseArguments(String[] args, UsageIf.UsageError err) After processing the argument in the array, mark the index as nullvoidregisterActions(Processor processor)
-
Field Details
-
localizer
-
mappingFile
-
-
Constructor Details
-
J2EEToolPlugin
public J2EEToolPlugin()
-
-
Method Details
-
getModelInfoName
- Specified by:
getModelInfoNamein interfaceModelInfoPlugin
-
createModelInfoParser
- Specified by:
createModelInfoParserin interfaceModelInfoPlugin
-
createModelInfo
- Specified by:
createModelInfoin interfaceModelInfoPlugin- Throws:
Exception
-
createModelInfo
- Specified by:
createModelInfoin interfaceModelInfoPlugin
-
getOptionsUsage
- Specified by:
getOptionsUsagein interfaceUsageIf- Returns:
- how to use the options of wscompile
-
getFeaturesUsage
- Specified by:
getFeaturesUsagein interfaceUsageIf- Returns:
- how to use the wscompile features
-
getInternalUsage
- Specified by:
getInternalUsagein interfaceUsageIf- Returns:
- intals of wscompile
-
getExamplesUsage
- Specified by:
getExamplesUsagein interfaceUsageIf- Returns:
- some examples of how to use wscompile
-
parseArguments
Description copied from interface:UsageIfAfter processing the argument in the array, mark the index as null- Specified by:
parseArgumentsin interfaceUsageIf- Returns:
- false if there is a problem with the expected arguments
-
registerActions
- Specified by:
registerActionsin interfaceProcessorActionsIf
-