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 Modifier and Type Field Description protected Localizerlocalizerprotected FilemappingFile
-
Constructor Summary
Constructors Constructor Description J2EEToolPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelInfocreateModelInfo()ModelInfocreateModelInfo(URL mappingFile)ModelInfoParsercreateModelInfoParser(ProcessorEnvironment env)LocalizablegetExamplesUsage()LocalizablegetFeaturesUsage()LocalizablegetInternalUsage()QNamegetModelInfoName()LocalizablegetOptionsUsage()booleanparseArguments(String[] args, UsageIf.UsageError err)After processing the argument in the array, mark the index as nullvoidregisterActions(Processor processor)
-
-
-
Method Detail
-
getModelInfoName
public QName getModelInfoName()
- Specified by:
getModelInfoNamein interfaceModelInfoPlugin
-
createModelInfoParser
public ModelInfoParser createModelInfoParser(ProcessorEnvironment env)
- Specified by:
createModelInfoParserin interfaceModelInfoPlugin
-
createModelInfo
public ModelInfo createModelInfo(URL mappingFile) throws Exception
- Specified by:
createModelInfoin interfaceModelInfoPlugin- Throws:
Exception
-
createModelInfo
public ModelInfo createModelInfo()
- Specified by:
createModelInfoin interfaceModelInfoPlugin
-
getOptionsUsage
public Localizable getOptionsUsage()
- Specified by:
getOptionsUsagein interfaceUsageIf- Returns:
- how to use the options of wscompile
-
getFeaturesUsage
public Localizable getFeaturesUsage()
- Specified by:
getFeaturesUsagein interfaceUsageIf- Returns:
- how to use the wscompile features
-
getInternalUsage
public Localizable getInternalUsage()
- Specified by:
getInternalUsagein interfaceUsageIf- Returns:
- intals of wscompile
-
getExamplesUsage
public Localizable getExamplesUsage()
- Specified by:
getExamplesUsagein interfaceUsageIf- Returns:
- some examples of how to use wscompile
-
parseArguments
public boolean parseArguments(String[] args, UsageIf.UsageError err)
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
public void registerActions(Processor processor)
- Specified by:
registerActionsin interfaceProcessorActionsIf
-
-