Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.wsee.tools.anttasks
Class ClientGenTask

java.lang.Object
  extended by Task
      extended by weblogic.wsee.tools.anttasks.ClientGenFacadeTask
          extended by weblogic.wsee.tools.anttasks.ClientGenTask

public class ClientGenTask
extends ClientGenFacadeTask

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
 void addFileSet(FileSet fileSet)
           
 Path createClasspath()
           
 Javac.ImplementationSpecificArgument createCompilerArg()
           
 Path createExtdirs()
           
 Path createSourcepath()
           
 void execute()
           
 Path getSourcepath()
          Gets the sourcepath to be used for this compilation.
 void setBootclasspath(Path path)
           
 void setBootClasspathRef(Reference reference)
           
 void setClasspath(Path path)
           
 void setClasspathRef(Reference reference)
           
 void setCompiler(String s)
           
 void setDebug(boolean b)
           
 void setDebugLevel(String s)
           
 void setDepend(boolean b)
           
 void setDeprecation(boolean b)
           
 void setDestDir(File destDir)
           
 void setDestfile(File file)
           
 void setEncoding(String s)
           
 void setExecutable(String s)
           
 void setExtdirs(Path path)
           
 void setFailonerror(boolean b)
           
 void setFork(boolean b)
           
 void setIncludeantruntime(boolean b)
           
 void setIncludejavaruntime(boolean b)
           
 void setListfiles(boolean b)
           
 void setMemoryInitialSize(String s)
           
 void setMemoryMaximumSize(String s)
           
 void setNowarn(boolean b)
           
 void setOptimize(boolean b)
           
 void setOverwrite(boolean val)
           
 void setProceed(boolean b)
           
 void setProject(Project project)
           
 void setSource(String s)
           
 void setSourcepath(Path path)
           
 void setSourcepathRef(Reference reference)
           
 void setSrcdir(File srcDir)
           
 void setTempdir(File dir)
           
 void setVerbose(boolean b)
           
 
Methods inherited from class weblogic.wsee.tools.anttasks.ClientGenFacadeTask
addBinding, addConfiguredDepends, addConfiguredProduces, addConfiguredSysProperty, addConfiguredXmlCatalog, addXsdConfig, getDestDir, getType, init, initJAXWSOptions, setAllowWrappedArrayForDocLiteral, setAutoDetectWrapped, setCatalog, setCopyWsdl, setFillIncompleteParameterOrderList, setGenerateAsyncMethods, setGeneratePolicyMethods, setGenerateRuntimeCatalog, setHandlerChainFile, setIncludeGlobalTypes, setJaxRPCWrappedArrayStyle, setPackageName, setServiceName, setSortSchemaTypes, setType, setTypeFamily, setWsdl, setWsdlLocation, setXauthfile
 
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()
Gets the sourcepath to be used for this compilation.

Returns:
the source path

setOverwrite

public void setOverwrite(boolean val)

execute

public void execute()
Overrides:
execute in class ClientGenFacadeTask

Copyright 1996, 2011, 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-06