org.apache.beehive.controls.system.webservice.generator
Class ExtensionMaker

Object
  extended by ExtensionMaker

public class ExtensionMaker
extends Object


Constructor Summary
ExtensionMaker(File outputDir)
           
 
Method Summary
static void main(String[] args)
           
 void setPackageName(String packageName)
           
 void setServiceURL(String serviceURL)
           
 void setWSDLPath(String wsdlPath)
           
 void writeJCX(BeehiveWsTypeMetadata wsm)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionMaker

public ExtensionMaker(File outputDir)
Method Detail

setWSDLPath

public void setWSDLPath(String wsdlPath)

setServiceURL

public void setServiceURL(String serviceURL)
Parameters:
serviceURL - The serviceURL to set.

writeJCX

public void writeJCX(BeehiveWsTypeMetadata wsm)
              throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

setPackageName

public void setPackageName(String packageName)
Parameters:
packageName - The packageName to set.