public class WsdlGeneratorCommandLine extends SchemaGenCommandLine
Jibx2Wsdl class.CustomizationCommandLineBase.ArgListSTRING_PARAMETER_ARRAY, STRING_UNMARSHALLER_PARAMETER_ARRAY| Constructor and Description |
|---|
WsdlGeneratorCommandLine()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
applyOverrides(Map overmap)
Apply map of override values to customizations read from file or created as default.
|
protected boolean |
checkParameter(CustomizationCommandLineBase.ArgList alist)
Check if an extension parameter is recognized.
|
String |
getBindingName()
Get binding name.
|
List |
getExtraTypes()
Get extra classes to be included in binding.
|
GlobalCustom |
getGlobal()
Get customizations model root.
|
List |
getUseBindings()
Get existing bindings to be used for message components.
|
List |
getUseSchemas()
Get existing schemas to be used for message components.
|
WsdlCustom |
getWsdlCustom()
Get WSDL customizations model root.
|
boolean |
isDocLit()
Check if using pure doc/lit (not wrapped) style.
|
protected void |
loadCustomizations(String path,
IClassLocator loc,
ValidationContext vctx)
Load the customizations file.
|
void |
printUsage()
Print usage information.
|
getLocator, getUriNames, setLocatorfinishParameters, loadCustomizations, splitItems, verboseDetailsgetExtraArgs, getGeneratePath, getUsageLines, isVerbose, mergeUsageLines, processArgs, putKeyValuepublic GlobalCustom getGlobal()
getGlobal in class SchemaGenCommandLinepublic WsdlCustom getWsdlCustom()
public String getBindingName()
public List getExtraTypes()
public List getUseBindings()
public List getUseSchemas()
public boolean isDocLit()
true if doc/lit, false if notprotected boolean checkParameter(CustomizationCommandLineBase.ArgList alist)
ClassCustomizationBasefalse..checkParameter in class SchemaGenCommandLinealist - argument listtrue if parameter processed, false if unknownprotected void loadCustomizations(String path, IClassLocator loc, ValidationContext vctx) throws JiBXException, IOException
ClassCustomizationBaseloadCustomizations in class SchemaGenCommandLinepath - customizations file path, null if noneloc - class locatorvctx - validation contextJiBXExceptionIOExceptionprotected Map applyOverrides(Map overmap)
CustomizationCommandLineBaseapplyOverrides in class SchemaGenCommandLineovermap - override key-value mappublic void printUsage()
CustomizationCommandLineBaseprintUsage in class SchemaGenCommandLineCopyright © 2005-2014 jibx.org. All Rights Reserved.