public class JavaScriptContainer
extends org.apache.cxf.tools.wsdlto.WSDLToJavaContainer
| Constructor and Description |
|---|
JavaScriptContainer(org.apache.cxf.tools.common.toolspec.ToolSpec toolspec) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildToolContext() |
void |
checkParams(org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors) |
void |
execute() |
void |
execute(boolean exitOnFinish) |
Set<String> |
getArrayKeys() |
List<org.apache.cxf.tools.validator.ServiceValidator> |
getServiceValidators() |
org.apache.cxf.wsdl.WSDLConstants.WSDLVersion |
getWSDLVersion() |
void |
setNamespaceJavascriptPrefixes(org.apache.cxf.tools.common.ToolContext env) |
void |
validate(org.apache.cxf.service.model.ServiceInfo service) |
void |
validate(org.apache.cxf.tools.common.ToolContext env) |
generateTypes, getResourceAsStream, getServiceQName, loadDefaultNSPackageMapping, passthrough, removeExcludeFiles, setAntProperties, setExcludePackageAndNamespaces, setLibraryReferences, setPackageAndNamespacescreateClassCollector, getDefaultExcludedNamespaces, getFileBase, getFileName, getParametersMap, getToolName, getUsage, hasInfoOption, isVerboseOn, loadProperties, loadProperties, outputFullCommandLine, outputVersion, printUsageExceptiongetArgument, getBus, getCatalogURL, getCommandDocument, getCommandLineParser, getContext, getErrOutputStream, getOutOutputStream, init, isQuietMode, isVerboseMode, parseCommandLine, redirectOutput, setArguments, setContext, setErrOutputStream, setMode, setOutOutputStream, tearDownpublic Set<String> getArrayKeys()
getArrayKeys in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerpublic org.apache.cxf.wsdl.WSDLConstants.WSDLVersion getWSDLVersion()
getWSDLVersion in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerpublic void execute()
throws org.apache.cxf.tools.common.ToolException
execute in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerorg.apache.cxf.tools.common.ToolExceptionpublic void execute(boolean exitOnFinish)
throws org.apache.cxf.tools.common.ToolException
execute in interface org.apache.cxf.tools.common.toolspec.ToolContainerexecute in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerorg.apache.cxf.tools.common.ToolExceptionpublic void setNamespaceJavascriptPrefixes(org.apache.cxf.tools.common.ToolContext env)
public void validate(org.apache.cxf.tools.common.ToolContext env)
throws org.apache.cxf.tools.common.ToolException
validate in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerorg.apache.cxf.tools.common.ToolExceptionpublic void buildToolContext()
buildToolContext in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerpublic void checkParams(org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors)
throws org.apache.cxf.tools.common.ToolException
checkParams in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerorg.apache.cxf.tools.common.ToolExceptionpublic void validate(org.apache.cxf.service.model.ServiceInfo service)
throws org.apache.cxf.tools.common.ToolException
validate in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerorg.apache.cxf.tools.common.ToolExceptionpublic List<org.apache.cxf.tools.validator.ServiceValidator> getServiceValidators()
getServiceValidators in class org.apache.cxf.tools.wsdlto.WSDLToJavaContainerApache CXF