|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.wsdl.codegen.CodeGenConfiguration
public class CodeGenConfiguration
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.axis2.util.CommandLineOptionConstants |
---|
CommandLineOptionConstants.ExtensionArguments, CommandLineOptionConstants.WSDL2JavaConstants |
Field Summary |
---|
Fields inherited from interface org.apache.axis2.util.CommandLineOptionConstants |
---|
SOLE_INPUT |
Constructor Summary | |
---|---|
CodeGenConfiguration(java.util.Map optionMap)
Constructor for the configuration. |
Method Summary | |
---|---|
void |
addAxisService(AxisService axisService)
|
void |
addXmlFileName(java.lang.String fileName)
|
AxisService |
getAxisService()
|
java.util.List |
getAxisServices()
|
java.lang.String |
getBaseURI()
|
java.util.Map |
getConfigurationProperties()
|
java.lang.String |
getDatabindingType()
|
java.lang.String |
getExcludeProperties()
|
java.lang.String |
getOutputLanguage()
|
java.io.File |
getOutputLocation()
|
java.util.List |
getOutputXmlFileNamesList()
|
java.lang.String |
getPackageName()
|
java.util.Map |
getPolicyMap()
Gets the policy map. |
java.lang.String |
getPortName()
|
java.util.Map |
getProperties()
Gets all property objects. |
java.lang.Object |
getProperty(java.lang.Object key)
Gets the property from the configuration. |
java.lang.String |
getRepositoryPath()
|
java.lang.String |
getResourceLocation()
|
java.util.List |
getSchemaListForAllServices()
|
java.lang.String |
getServiceName()
|
java.lang.String |
getSkeltonClassName()
|
java.lang.String |
getSkeltonInterfaceName()
|
java.lang.String |
getSourceLocation()
|
java.lang.String |
getTargetNamespace()
|
TypeMapper |
getTypeMapper()
|
java.io.File |
getTypeMappingFile()
|
java.util.Map |
getUri2PackageNameMap()
|
javax.wsdl.Definition |
getWsdlDefinition()
|
java.lang.String |
getWSDLVersion()
|
java.lang.String |
getXsdConfigFile()
Deprecated. |
boolean |
isAdvancedCodeGenEnabled()
|
boolean |
isAllPorts()
|
boolean |
isAsyncOn()
|
boolean |
isBackwordCompatibilityMode()
|
boolean |
isFlattenFiles()
|
boolean |
isGenerateAll()
|
boolean |
isGenerateDeployementDescriptor()
|
boolean |
isOverride()
|
boolean |
isPackClasses()
Gets the wrap classes flag. |
boolean |
isParametersWrapped()
|
boolean |
isServerSide()
|
boolean |
isServerSideInterface()
|
boolean |
isSetoutputSourceLocation()
|
boolean |
isSkipBuildXML()
|
boolean |
isSkipMessageReceiver()
|
boolean |
isSkipWriteWSDLs()
|
boolean |
isSuppressPrefixesMode()
|
boolean |
isSyncOn()
|
boolean |
isWriteTestCase()
|
void |
putProperty(java.lang.Object key,
java.lang.Object value)
Puts a property into the configuration. |
void |
setAdvancedCodeGenEnabled(boolean advancedCodeGenEnabled)
|
void |
setAllPorts(boolean allPorts)
|
void |
setAsyncOn(boolean asyncOn)
|
void |
setAxisService(AxisService axisService)
|
void |
setAxisServices(java.util.List axisServices)
|
void |
setBackwordCompatibilityMode(boolean backwordCompatibilityMode)
|
void |
setBaseURI(java.lang.String baseURI)
|
void |
setConfigurationProperties(java.util.Map configurationProperties)
|
void |
setDatabindingType(java.lang.String databindingType)
|
void |
setExcludeProperties(java.lang.String excludeProperties)
|
void |
setFlattenFiles(boolean flattenFiles)
|
void |
setGenerateAll(boolean generateAll)
|
void |
setGenerateDeployementDescriptor(boolean generateDeployementDescriptor)
|
void |
setOutputLanguage(java.lang.String outputLanguage)
|
void |
setOutputLocation(java.io.File outputLocation)
|
void |
setoutputSourceLocation(boolean setoutputsourcelocation)
|
void |
setOutputXmlFileNamesList(java.util.List outputXmlFileNamesList)
|
void |
setOverride(boolean override)
|
void |
setPackageName(java.lang.String packageName)
|
void |
setPackClasses(boolean packClasses)
Sets the wrap classes flag. |
void |
setParametersWrapped(boolean parametersWrapped)
|
void |
setPolicyMap(java.util.Map policyMap)
Sets the policy map. |
void |
setPortName(java.lang.String portName)
|
void |
setRepositoryPath(java.lang.String repositoryPath)
|
void |
setResourceLocation(java.lang.String resourceLocation)
|
void |
setServerSide(boolean serverSide)
|
void |
setServerSideInterface(boolean serverSideInterface)
|
void |
setServiceName(java.lang.String serviceName)
|
void |
setSkeltonClassName(java.lang.String skeltonClassName)
|
void |
setSkeltonInterfaceName(java.lang.String skeltonInterfaceName)
|
void |
setSkipBuildXML(boolean skipBuildXML)
|
void |
setSkipMessageReceiver(boolean skipMessageReceiver)
|
void |
setSkipWriteWSDLs(boolean writeWriteWSDLs)
|
void |
setSourceLocation(java.lang.String sourceLocation)
|
void |
setSuppressPrefixesMode(boolean suppressPrefixesMode)
|
void |
setSyncOn(boolean syncOn)
|
void |
setTypeMapper(TypeMapper typeMapper)
|
void |
setTypeMappingFile(java.io.File typeMappingFile)
|
void |
setUri2PackageNameMap(java.util.Map uri2PackageNameMap)
|
void |
setWriteTestCase(boolean writeTestCase)
|
void |
setWsdlDefinition(javax.wsdl.Definition wsdlDefinition)
|
void |
setWSDLVersion(java.lang.String WSDLVersion)
|
void |
setXsdConfigFile(java.lang.String xsdConfigFile)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeGenConfiguration(java.util.Map optionMap)
optionMap
- Method Detail |
---|
public java.lang.String getWSDLVersion()
public void setWSDLVersion(java.lang.String WSDLVersion)
public java.io.File getTypeMappingFile()
public void setTypeMappingFile(java.io.File typeMappingFile)
public java.util.Map getUri2PackageNameMap()
public void setUri2PackageNameMap(java.util.Map uri2PackageNameMap)
public java.lang.String getXsdConfigFile()
public void setXsdConfigFile(java.lang.String xsdConfigFile)
xsdConfigFile
- Full path and name of XMLBeans xsdconfig file to usepublic boolean isFlattenFiles()
public void setFlattenFiles(boolean flattenFiles)
public java.lang.String getResourceLocation()
public void setResourceLocation(java.lang.String resourceLocation)
public java.lang.String getSourceLocation()
public void setSourceLocation(java.lang.String sourceLocation)
public boolean isParametersWrapped()
public void setParametersWrapped(boolean parametersWrapped)
public java.lang.String getBaseURI()
public void setBaseURI(java.lang.String baseURI)
public java.util.Map getConfigurationProperties()
public void setConfigurationProperties(java.util.Map configurationProperties)
public void setOutputLanguage(java.lang.String outputLanguage)
public void setAdvancedCodeGenEnabled(boolean advancedCodeGenEnabled)
public void setAsyncOn(boolean asyncOn)
public void setSyncOn(boolean syncOn)
public void setServerSide(boolean serverSide)
public void setGenerateDeployementDescriptor(boolean generateDeployementDescriptor)
public void setWriteTestCase(boolean writeTestCase)
public void setOutputLocation(java.io.File outputLocation)
public boolean isServerSideInterface()
public void setServerSideInterface(boolean serverSideInterface)
public boolean isSetoutputSourceLocation()
public java.lang.String getPortName()
public void setPortName(java.lang.String portName)
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
public boolean isGenerateAll()
public void setGenerateAll(boolean generateAll)
public boolean isPackClasses()
public void setPackClasses(boolean packClasses)
packClasses
- public java.util.Map getPolicyMap()
public void setPolicyMap(java.util.Map policyMap)
policyMap
- public void putProperty(java.lang.Object key, java.lang.Object value)
key
- value
- public java.lang.Object getProperty(java.lang.Object key)
key
-
public java.util.Map getProperties()
public TypeMapper getTypeMapper()
public void setTypeMapper(TypeMapper typeMapper)
typeMapper
- public java.lang.String getDatabindingType()
public void setDatabindingType(java.lang.String databindingType)
databindingType
- public java.io.File getOutputLocation()
public java.lang.String getOutputLanguage()
public boolean isAdvancedCodeGenEnabled()
public java.lang.String getPackageName()
public void setPackageName(java.lang.String packageName)
packageName
- The packageName to set.public boolean isAsyncOn()
public boolean isSyncOn()
public boolean isServerSide()
public boolean isGenerateDeployementDescriptor()
public boolean isSkipBuildXML()
public void setSkipBuildXML(boolean skipBuildXML)
public boolean isWriteTestCase()
public boolean isSkipWriteWSDLs()
public void setSkipWriteWSDLs(boolean writeWriteWSDLs)
public boolean isSkipMessageReceiver()
public void setSkipMessageReceiver(boolean skipMessageReceiver)
public void setRepositoryPath(java.lang.String repositoryPath)
public java.lang.String getRepositoryPath()
public java.util.List getAxisServices()
public void setAxisServices(java.util.List axisServices)
public void addAxisService(AxisService axisService)
public AxisService getAxisService()
public void setAxisService(AxisService axisService)
public boolean isBackwordCompatibilityMode()
public void setBackwordCompatibilityMode(boolean backwordCompatibilityMode)
public boolean isSuppressPrefixesMode()
public void setSuppressPrefixesMode(boolean suppressPrefixesMode)
public java.lang.String getTargetNamespace()
public java.util.List getSchemaListForAllServices()
public javax.wsdl.Definition getWsdlDefinition()
public void setWsdlDefinition(javax.wsdl.Definition wsdlDefinition)
public boolean isAllPorts()
public void setAllPorts(boolean allPorts)
public boolean isOverride()
public void setOverride(boolean override)
public java.util.List getOutputXmlFileNamesList()
public void setOutputXmlFileNamesList(java.util.List outputXmlFileNamesList)
public void addXmlFileName(java.lang.String fileName)
public void setoutputSourceLocation(boolean setoutputsourcelocation)
public java.lang.String getExcludeProperties()
public void setExcludeProperties(java.lang.String excludeProperties)
public java.lang.String getSkeltonInterfaceName()
public void setSkeltonInterfaceName(java.lang.String skeltonInterfaceName)
public java.lang.String getSkeltonClassName()
public void setSkeltonClassName(java.lang.String skeltonClassName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |