|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.wsdl.codegen.CodeGenConfiguration
Nested Class Summary |
Nested classes inherited from class org.apache.axis2.wsdl.util.CommandLineOptionConstants |
CommandLineOptionConstants.Java2WSDLConstants, CommandLineOptionConstants.WSDL2JavaConstants |
Field Summary |
Fields inherited from interface org.apache.axis2.wsdl.util.CommandLineOptionConstants |
SOLE_INPUT |
Constructor Summary | |
CodeGenConfiguration(org.apache.wsdl.WSDLDescription wom,
Map optionMap)
Constructor for the configuration. |
Method Summary | |
String |
getBaseURI()
|
int |
getCodeGenerationStyle()
|
Map |
getConfigurationProperties()
|
String |
getDatabindingType()
|
String |
getOutputLanguage()
|
File |
getOutputLocation()
|
String |
getPackageName()
|
Map |
getPolicyMap()
Gets the policy map. |
String |
getPortName()
|
Map |
getProperties()
Gets all property objects. |
Object |
getProperty(Object key)
Gets the property from the configuration. |
String |
getRepositoryPath()
|
String |
getServiceName()
|
TypeMapper |
getTypeMapper()
|
org.apache.wsdl.WSDLDescription |
getWom()
|
boolean |
isAdvancedCodeGenEnabled()
|
boolean |
isAsyncOn()
|
boolean |
isGenerateAll()
|
boolean |
isGenerateDeployementDescriptor()
|
boolean |
isPackClasses()
Gets the wrap classes flag. |
boolean |
isParametersWrapped()
|
boolean |
isServerSide()
|
boolean |
isSyncOn()
|
boolean |
isWriteMessageReceiver()
|
boolean |
isWriteTestCase()
|
void |
putProperty(Object key,
Object value)
Puts a property into the configuration. |
void |
setAdvancedCodeGenEnabled(boolean advancedCodeGenEnabled)
|
void |
setAsyncOn(boolean asyncOn)
|
void |
setBaseURI(String baseURI)
|
void |
setCodeGenerationStyle(int codeGenerationStyle)
|
void |
setConfigurationProperties(Map configurationProperties)
|
void |
setDatabindingType(String databindingType)
|
void |
setGenerateAll(boolean generateAll)
|
void |
setGenerateDeployementDescriptor(boolean generateDeployementDescriptor)
|
void |
setOutputLanguage(String outputLanguage)
|
void |
setOutputLocation(File outputLocation)
|
void |
setPackageName(String packageName)
|
void |
setPackClasses(boolean packClasses)
Sets the wrap classes flag. |
void |
setParametersWrapped(boolean parametersWrapped)
|
void |
setPolicyMap(Map policyMap)
Sets the policy map. |
void |
setPortName(String portName)
|
void |
setRepositoryPath(String repositoryPath)
|
void |
setServerSide(boolean serverSide)
|
void |
setServiceName(String serviceName)
|
void |
setSyncOn(boolean syncOn)
|
void |
setTypeMapper(TypeMapper typeMapper)
|
void |
setWom(org.apache.wsdl.WSDLDescription wom)
|
void |
setWriteMessageReceiver(boolean writeMessageReceiver)
|
void |
setWriteTestCase(boolean writeTestCase)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CodeGenConfiguration(org.apache.wsdl.WSDLDescription wom, Map optionMap)
wom
- optionMap
- Method Detail |
public boolean isParametersWrapped()
public void setParametersWrapped(boolean parametersWrapped)
public String getBaseURI()
public void setBaseURI(String baseURI)
public Map getConfigurationProperties()
public void setConfigurationProperties(Map configurationProperties)
public void setWom(org.apache.wsdl.WSDLDescription wom)
public void setOutputLanguage(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(File outputLocation)
public String getPortName()
public void setPortName(String portName)
public String getServiceName()
public void setServiceName(String serviceName)
public boolean isGenerateAll()
public void setGenerateAll(boolean generateAll)
public boolean isPackClasses()
public void setPackClasses(boolean packClasses)
packClasses
- public Map getPolicyMap()
public void setPolicyMap(Map policyMap)
policyMap
- public void putProperty(Object key, Object value)
key
- value
- public Object getProperty(Object key)
key
-
public Map getProperties()
public int getCodeGenerationStyle()
public void setCodeGenerationStyle(int codeGenerationStyle)
codeGenerationStyle
- public TypeMapper getTypeMapper()
public void setTypeMapper(TypeMapper typeMapper)
typeMapper
- public String getDatabindingType()
public void setDatabindingType(String databindingType)
databindingType
- public org.apache.wsdl.WSDLDescription getWom()
public File getOutputLocation()
public String getOutputLanguage()
public boolean isAdvancedCodeGenEnabled()
public String getPackageName()
public void setPackageName(String packageName)
packageName
- The packageName to set.public boolean isAsyncOn()
public boolean isSyncOn()
public boolean isServerSide()
public boolean isGenerateDeployementDescriptor()
public boolean isWriteTestCase()
public boolean isWriteMessageReceiver()
public void setWriteMessageReceiver(boolean writeMessageReceiver)
public void setRepositoryPath(String repositoryPath)
public String getRepositoryPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |