org.jboss.wise.core.consumer.impl.jbosswsnative
Class WSImportImpl

java.lang.Object
  extended by org.jboss.wise.core.consumer.WSConsumer
      extended by org.jboss.wise.core.consumer.impl.jbosswsnative.WSImportImpl

public class WSImportImpl
extends WSConsumer

Author:
stefano.maestri@javalinux.it

Constructor Summary
WSImportImpl()
           
 
Method Summary
 java.util.List<java.lang.String> importObjectFromWsdl(java.lang.String wsdlURL, java.io.File outputDir, java.io.File sourceDir, java.lang.String targetPackage, java.util.List<java.io.File> bindingFiles, java.io.File catelog)
           
 
Methods inherited from class org.jboss.wise.core.consumer.WSConsumer
getClassNames, getClassNames, getInstance, isKeepSource, isVerbose, setKeepSource, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSImportImpl

public WSImportImpl()
Method Detail

importObjectFromWsdl

public java.util.List<java.lang.String> importObjectFromWsdl(java.lang.String wsdlURL,
                                                             java.io.File outputDir,
                                                             java.io.File sourceDir,
                                                             java.lang.String targetPackage,
                                                             java.util.List<java.io.File> bindingFiles,
                                                             java.io.File catelog)
                                                      throws java.net.MalformedURLException,
                                                             WiseRuntimeException
Specified by:
importObjectFromWsdl in class WSConsumer
Throws:
java.net.MalformedURLException
WiseRuntimeException