| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectTask
weblogic.wsee.tools.anttasks.ClientGenFacadeTask
weblogic.wsee.tools.anttasks.ClientGenTask
public class ClientGenTask
This ant task generates a web service client jar from a WSDL.
 The adds compilation and packaging functionality to the extended  
 
 
ClientGenFacadeTask/code>.
 Copyright (c) 2003 by BEA Systems, Inc.  All rights reserved.
 
 
Field Summary 
 
 
Fields inherited from class weblogic.wsee.tools.anttasks.ClientGenFacadeTask 
 
destDir, jaxwsOptions, type, wsdl
 
 
Constructor Summary 
 
ClientGenTask()
           
 
 
Method Summary 
 
 
 voidaddFileSet(FileSet fileSet)
           
 
 
 PathcreateClasspath()
           
 
 
 Javac.ImplementationSpecificArgumentcreateCompilerArg()
           
 
 
 PathcreateExtdirs()
           
 
 
 PathcreateSourcepath()
           
 
 
 voidexecute()
           
 
 
 PathgetSourcepath()
          Gets the sourcepath to be used for this compilation.
 
 
 voidsetBootclasspath(Path path)
           
 
 
 voidsetBootClasspathRef(Reference reference)
           
 
 
 voidsetClasspath(Path path)
           
 
 
 voidsetClasspathRef(Reference reference)
           
 
 
 voidsetCompiler(String s)
           
 
 
 voidsetDebug(boolean b)
           
 
 
 voidsetDebugLevel(String s)
           
 
 
 voidsetDepend(boolean b)
           
 
 
 voidsetDeprecation(boolean b)
           
 
 
 voidsetDestDir(File destDir)
           
 
 
 voidsetDestfile(File file)
           
 
 
 voidsetEncoding(String s)
           
 
 
 voidsetExecutable(String s)
           
 
 
 voidsetExtdirs(Path path)
           
 
 
 voidsetFailonerror(boolean b)
           
 
 
 voidsetFork(boolean b)
           
 
 
 voidsetIncludeantruntime(boolean b)
           
 
 
 voidsetIncludejavaruntime(boolean b)
           
 
 
 voidsetListfiles(boolean b)
           
 
 
 voidsetMemoryInitialSize(String s)
           
 
 
 voidsetMemoryMaximumSize(String s)
           
 
 
 voidsetNowarn(boolean b)
           
 
 
 voidsetOptimize(boolean b)
           
 
 
 voidsetOverwrite(boolean val)
           
 
 
 voidsetProceed(boolean b)
           
 
 
 voidsetProject(Project project)
           
 
 
 voidsetSource(String s)
           
 
 
 voidsetSourcepath(Path path)
           
 
 
 voidsetSourcepathRef(Reference reference)
           
 
 
 voidsetSrcdir(File srcDir)
           
 
 
 voidsetTempdir(File dir)
           
 
 
 voidsetVerbose(boolean b)
           
 
 
Methods inherited from class java.lang.Object 
 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail 
ClientGenTask
public ClientGenTask()
 
Method Detail 
setSrcdir
public void setSrcdir(File srcDir)
addFileSet
public void addFileSet(FileSet fileSet)
setDestfile
public void setDestfile(File file)
setDestDir
public void setDestDir(File destDir)
setDebugLevel
public void setDebugLevel(String s)
setProject
public void setProject(Project project)
setSource
public void setSource(String s)
setSourcepath
public void setSourcepath(Path path)
createSourcepath
public Path createSourcepath()
setSourcepathRef
public void setSourcepathRef(Reference reference)
setClasspath
public void setClasspath(Path path)
createClasspath
public Path createClasspath()
setClasspathRef
public void setClasspathRef(Reference reference)
setBootclasspath
public void setBootclasspath(Path path)
setBootClasspathRef
public void setBootClasspathRef(Reference reference)
setExtdirs
public void setExtdirs(Path path)
createExtdirs
public Path createExtdirs()
setListfiles
public void setListfiles(boolean b)
setFailonerror
public void setFailonerror(boolean b)
setProceed
public void setProceed(boolean b)
setDeprecation
public void setDeprecation(boolean b)
setMemoryMaximumSize
public void setMemoryMaximumSize(String s)
setMemoryInitialSize
public void setMemoryInitialSize(String s)
setEncoding
public void setEncoding(String s)
setDebug
public void setDebug(boolean b)
setOptimize
public void setOptimize(boolean b)
setDepend
public void setDepend(boolean b)
setVerbose
public void setVerbose(boolean b)
setIncludeantruntime
public void setIncludeantruntime(boolean b)
setIncludejavaruntime
public void setIncludejavaruntime(boolean b)
setFork
public void setFork(boolean b)
setTempdir
public void setTempdir(File dir)
setExecutable
public void setExecutable(String s)
setNowarn
public void setNowarn(boolean b)
createCompilerArg
public Javac.ImplementationSpecificArgument createCompilerArg()
setCompiler
public void setCompiler(String s)
getSourcepath
public Path getSourcepath()
setOverwrite
public void setOverwrite(boolean val)
execute
public void execute()
execute in class ClientGenFacadeTask
 
 
  
   
    Overview  
      Package  
    Class  
      Use  
      Tree  
      Deprecated  
      Index  
      Help  
  
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. 
Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)
Part Number E13941-07
 
 PREV CLASS 
 NEXT CLASS 
  FRAMES   
 NO FRAMES   
 
 
 
  SUMMARY: NESTED | FIELD | CONSTR | METHOD 
DETAIL: FIELD | CONSTR | METHOD