|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
weblogic.wsee.tools.anttasks.DelegatingJavacTask
weblogic.wsee.tools.anttasks.WsdlcTask
public class WsdlcTask
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsdlcTask()
Method Detail |
---|
public void setType(String type)
public void setCatalog(File catalog)
public void addConfiguredDepends(FileSet fs)
public void addConfiguredProduces(FileSet fs)
public void setWlw81CallbackGen(boolean wlw81CallbackGen)
public void setUpgraded81Jws(boolean upgraded)
public void setExplode(boolean explode)
public void addFileSet(FileSet fileSet)
public void setSrcWsdl(String srcWsdl)
srcWsdl
- Path to the input WSDL file@Deprecated public void setSrcBindingName(String srcBindingName)
srcBindingName
- Name of the WSDL binding from which JWS should be generatedpublic void setSrcPortName(String srcPortName)
srcPortName
- port name in wsdl to be usedpublic void setSrcServiceName(String srcServiceName)
srcServiceName
- service name in wsdl to be usedpublic void setPackageName(String packageName)
packageName
- package of generated jwspublic void setTypeFamily(String strTypeFamily)
public void setTypeFamily(weblogic.wsee.bind.TypeFamily typeFamily)
public void setDestJwsDir(File destJwsDir)
destJwsDir
- public void setDestImplDir(File destImplDir)
destImplDir
- src dir under which 'starter' JWS impl should be generatedpublic void setImplTemplate(String implTemplate)
public void setDestJavadocDir(File destJavadocDir)
destJavadocDir
- Dir under which javadocs for JWS interface and user types should be generatedpublic void setAutoDetectWrapped(boolean autoDetectWrapped)
autoDetectWrapped
- disable wrapped or notpublic void setJaxRPCWrappedArrayStyle(boolean jaxRPCWrappedArrayStyle)
public void setIncludeGlobalTypes(boolean includeGlobalTypes)
public void setSortSchemaTypes(boolean sortSchemaTypes)
public void setFillIncompleteParameterOrderList(boolean fillIncompleteParameterOrderList)
public void setCodeGenBaseData(Object o)
public void setImplTemplateClassName(String c)
public void execute() throws BuildException
BuildException
@Deprecated public void addXsdConfig(FileSet fileSet)
public void addBinding(FileSet fileSet)
public void addConfiguredXmlCatalog(XMLCatalog entityResolver)
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 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |