Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.wsee.tools.anttasks
Class WsdlcTask

java.lang.Object
  extended by Task
      extended by weblogic.wsee.tools.anttasks.DelegatingJavacTask
          extended by weblogic.wsee.tools.anttasks.WsdlcTask

public class WsdlcTask
extends DelegatingJavacTask

Wsdl2jws ant task

User: jlee Date: Mar 3, 2005 Time: 11:46:27 AM


Nested Class Summary
 
Nested classes/interfaces inherited from class weblogic.wsee.tools.anttasks.DelegatingJavacTask
DelegatingJavacTask.ExposingJavac
 
Constructor Summary
WsdlcTask()
           
 
Method Summary
 void addBinding(FileSet fileSet)
           
 void addConfiguredDepends(FileSet fs)
           
 void addConfiguredProduces(FileSet fs)
           
 void addConfiguredXmlCatalog(XMLCatalog entityResolver)
           
 void addFileSet(FileSet fileSet)
           
 void addXsdConfig(FileSet fileSet)
          Deprecated. use addBinding instead
 void execute()
           
 void setAllowWrappedArrayForDocLiteral(boolean value)
           
 void setAutoDetectWrapped(boolean autoDetectWrapped)
          if false, no wrapped -- always use bare, default is true
 void setCatalog(File catalog)
           
 void setCodeGenBaseData(Object o)
          Set data that will be used for initialization of codegen base class
 void setDestImplDir(File destImplDir)
          no impls are generated if omitted
 void setDestJavadocDir(File destJavadocDir)
          no javadocs are generated if omitted
 void setDestJwsDir(File destJwsDir)
          Path to the compiled wsdl
 void setExplode(boolean explode)
           
 void setFillIncompleteParameterOrderList(boolean fillIncompleteParameterOrderList)
           
 void setImplTemplate(String implTemplate)
           
 void setImplTemplateClassName(String c)
           
 void setIncludeGlobalTypes(boolean includeGlobalTypes)
           
 void setJaxRPCWrappedArrayStyle(boolean jaxRPCWrappedArrayStyle)
           
 void setPackageName(String packageName)
          if not specified, one is generated by based on the targetNameSpace
 void setSortSchemaTypes(boolean sortSchemaTypes)
           
 void setSrcBindingName(String srcBindingName)
          Deprecated. Use srcPortName instead
 void setSrcPortName(String srcPortName)
          This parameter specifies port name in the wsdl to be used.
 void setSrcServiceName(String srcServiceName)
          This parameter specifies service name in the wsdl to be used.
 void setSrcWsdl(String srcWsdl)
           
 void setType(String type)
           
 void setTypeFamily(String strTypeFamily)
           
 void setTypeFamily(weblogic.wsee.bind.TypeFamily typeFamily)
           
 void setUpgraded81Jws(boolean upgraded)
           
 void setWlw81CallbackGen(boolean wlw81CallbackGen)
           
 
Methods inherited from class weblogic.wsee.tools.anttasks.DelegatingJavacTask
checkParameters, compile, compile, createClasspath, createCompilerArg, createExtdirs, createSourcepath, getClasspath, getDebug, getDebugLevel, getDestdir, getFailonerror, getFork, getIncludeantruntime, getIncludejavaruntime, getMemoryInitialSize, getMemoryMaximumSize, getOptimize, getSourcepath, getTempdir, getVerbose, isVerbose, setBootclasspath, setBootClasspathRef, setClasspath, setClasspathRef, setCompiler, setDebug, setDebugLevel, setDepend, setDeprecation, setDestdir, setEncoding, setExecutable, setExtdirs, setFailonerror, setFork, setIncludeantruntime, setIncludejavaruntime, setListfiles, setMemoryInitialSize, setMemoryMaximumSize, setNowarn, setOptimize, setOwningTarget, setProceed, setProject, setSource, setSourcepath, setSourcepathRef, setTaskName, setTempdir, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlcTask

public WsdlcTask()
Method Detail

setType

public void setType(String type)

setCatalog

public void setCatalog(File catalog)

addConfiguredDepends

public void addConfiguredDepends(FileSet fs)

addConfiguredProduces

public void addConfiguredProduces(FileSet fs)

setWlw81CallbackGen

public void setWlw81CallbackGen(boolean wlw81CallbackGen)

setUpgraded81Jws

public void setUpgraded81Jws(boolean upgraded)

setExplode

public void setExplode(boolean explode)

addFileSet

public void addFileSet(FileSet fileSet)

setSrcWsdl

public void setSrcWsdl(String srcWsdl)
Parameters:
srcWsdl - Path to the input WSDL file

setSrcBindingName

@Deprecated
public void setSrcBindingName(String srcBindingName)
Deprecated. Use srcPortName instead

Required if WSDL contains more than one binding and no srcPortName is specified

Parameters:
srcBindingName - Name of the WSDL binding from which JWS should be generated

setSrcPortName

public void setSrcPortName(String srcPortName)
This parameter specifies port name in the wsdl to be used.

Parameters:
srcPortName - port name in wsdl to be used

setSrcServiceName

public void setSrcServiceName(String srcServiceName)
This parameter specifies service name in the wsdl to be used.

Parameters:
srcServiceName - service name in wsdl to be used

setPackageName

public void setPackageName(String packageName)
if not specified, one is generated by based on the targetNameSpace

Parameters:
packageName - package of generated jws

setTypeFamily

public void setTypeFamily(String strTypeFamily)

setTypeFamily

public void setTypeFamily(weblogic.wsee.bind.TypeFamily typeFamily)

setDestJwsDir

public void setDestJwsDir(File destJwsDir)
Path to the compiled wsdl

Parameters:
destJwsDir -

setDestImplDir

public void setDestImplDir(File destImplDir)
no impls are generated if omitted

Parameters:
destImplDir - src dir under which 'starter' JWS impl should be generated

setImplTemplate

public void setImplTemplate(String implTemplate)

setDestJavadocDir

public void setDestJavadocDir(File destJavadocDir)
no javadocs are generated if omitted

Parameters:
destJavadocDir - Dir under which javadocs for JWS interface and user types should be generated

setAutoDetectWrapped

public void setAutoDetectWrapped(boolean autoDetectWrapped)
if false, no wrapped -- always use bare, default is true

Parameters:
autoDetectWrapped - disable wrapped or not

setJaxRPCWrappedArrayStyle

public void setJaxRPCWrappedArrayStyle(boolean jaxRPCWrappedArrayStyle)

setIncludeGlobalTypes

public void setIncludeGlobalTypes(boolean includeGlobalTypes)

setSortSchemaTypes

public void setSortSchemaTypes(boolean sortSchemaTypes)

setFillIncompleteParameterOrderList

public void setFillIncompleteParameterOrderList(boolean fillIncompleteParameterOrderList)

setCodeGenBaseData

public void setCodeGenBaseData(Object o)
Set data that will be used for initialization of codegen base class


setImplTemplateClassName

public void setImplTemplateClassName(String c)

execute

public void execute()
             throws BuildException
Throws:
BuildException

addXsdConfig

@Deprecated
public void addXsdConfig(FileSet fileSet)
Deprecated. use addBinding instead

Add an xsdConfig file set.


addBinding

public void addBinding(FileSet fileSet)

addConfiguredXmlCatalog

public void addConfiguredXmlCatalog(XMLCatalog entityResolver)

setAllowWrappedArrayForDocLiteral

public void setAllowWrappedArrayForDocLiteral(boolean value)

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
12c Release 1 (12.1.1)

Part Number E24391-02