org.apache.axis2.tools.bean
Class WsdlgenBean

java.lang.Object
  extended by org.apache.axis2.tools.bean.WsdlgenBean

public class WsdlgenBean
extends Object


Constructor Summary
WsdlgenBean()
           
 
Method Summary
 Map fillOptionMap()
           
 void generate()
           
 com.intellij.openapi.project.Project getActiveProject()
           
 String getClassName()
           
 String[] getClassPathList()
           
 com.intellij.openapi.module.Module[] getModules()
           
 String[] getModuleSrc(String name)
           
 String getOutputLocation()
           
 String getOutputWSDLName()
           
 String getSchemaTargetNamespace()
           
 String getSchemaTargetNamespacePrefix()
           
 String getServiceName()
           
 String getTargetNamespace()
           
 String getTargetNamespacePrefix()
           
 void setClassName(String className)
           
 void setClassPathList(String[] classPathList)
           
 void setOutputLocation(String outputLoaction)
           
 void setOutputWSDLName(String outputWSDLName)
           
 void setProject(com.intellij.openapi.project.Project project)
           
 void setSchemaTargetNamespace(String schemaTargetNameSpace)
           
 void setSchemaTargetNamespacePrefix(String schemaTargetNameSpacePrefix)
           
 void setServiceName(String serviceName)
           
 void setTargetNamespace(String targetNamespace)
           
 void setTargetNamespacePrefix(String targetNamespacePrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlgenBean

public WsdlgenBean()
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getClassPathList

public String[] getClassPathList()

setClassPathList

public void setClassPathList(String[] classPathList)

getTargetNamespace

public String getTargetNamespace()

setTargetNamespace

public void setTargetNamespace(String targetNamespace)

getTargetNamespacePrefix

public String getTargetNamespacePrefix()

setTargetNamespacePrefix

public void setTargetNamespacePrefix(String targetNamespacePrefix)

getSchemaTargetNamespace

public String getSchemaTargetNamespace()

setSchemaTargetNamespace

public void setSchemaTargetNamespace(String schemaTargetNameSpace)

getSchemaTargetNamespacePrefix

public String getSchemaTargetNamespacePrefix()

setSchemaTargetNamespacePrefix

public void setSchemaTargetNamespacePrefix(String schemaTargetNameSpacePrefix)

getOutputLocation

public String getOutputLocation()

setOutputLocation

public void setOutputLocation(String outputLoaction)

getOutputWSDLName

public String getOutputWSDLName()

setOutputWSDLName

public void setOutputWSDLName(String outputWSDLName)

getServiceName

public String getServiceName()

setServiceName

public void setServiceName(String serviceName)

fillOptionMap

public Map fillOptionMap()

generate

public void generate()
              throws Exception
Throws:
Exception

getActiveProject

public com.intellij.openapi.project.Project getActiveProject()

setProject

public void setProject(com.intellij.openapi.project.Project project)

getModules

public com.intellij.openapi.module.Module[] getModules()

getModuleSrc

public String[] getModuleSrc(String name)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.