public class ClientGenFacadeTask
extends org.apache.tools.ant.Task
ClientGen
functionality.ClientGen
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.apache.tools.ant.types.FileSet> |
bindingFileSets |
protected java.io.File |
destDir |
private weblogic.wsee.tools.clientgen.jaxrpc.Options |
jaxrpcOptions |
protected weblogic.wsee.tools.clientgen.jaxws.Options |
jaxwsOptions |
private java.lang.String |
packageName |
protected WebServiceType |
type |
protected java.lang.String |
wsdl |
Constructor and Description |
---|
ClientGenFacadeTask() |
Modifier and Type | Method and Description |
---|---|
void |
addBinding(org.apache.tools.ant.types.FileSet fileSet) |
void |
addConfiguredDepends(org.apache.tools.ant.types.FileSet fs) |
void |
addConfiguredProduces(org.apache.tools.ant.types.FileSet fs) |
void |
addConfiguredSysProperty(org.apache.tools.ant.types.Environment.Variable var) |
void |
addConfiguredXmlCatalog(org.apache.tools.ant.types.XMLCatalog entityResolver)
support child xmlcatalog element
|
(package private) void |
addProcessor(weblogic.wsee.tools.clientgen.jaxrpc.ClientGenProcessor processor) |
void |
addXsdConfig(org.apache.tools.ant.types.FileSet fileSet)
Deprecated.
use addBinding instead
|
void |
execute() |
java.io.File |
getDestDir() |
WebServiceType |
getType() |
void |
init() |
private void |
initJAXRPCOptions() |
void |
initJAXWSOptions() |
void |
setAllowWrappedArrayForDocLiteral(boolean value) |
void |
setAutoDetectWrapped(boolean autoDetectWrapped) |
void |
setCatalog(java.io.File catalog) |
void |
setCopyWsdl(boolean copyWsdl) |
(package private) void |
setDestDir(java.io.File destDir) |
void |
setFillIncompleteParameterOrderList(boolean fillIncompleteParameterOrderList) |
void |
setGenerateAsyncMethods(boolean generateAsyncMethods) |
void |
setGeneratePolicyMethods(boolean generatePolicyMethods) |
void |
setGenerateRuntimeCatalog(boolean generateRuntimeCatalog) |
void |
setHandlerChainFile(java.io.File handlerChain) |
void |
setIncludeGlobalTypes(boolean includeGlobalTypes) |
void |
setJaxRPCWrappedArrayStyle(boolean jaxRPCWrappedArrayStyle) |
void |
setPackageName(java.lang.String packageName) |
void |
setServiceName(java.lang.String serviceName) |
void |
setSortSchemaTypes(boolean sortSchemaTypes) |
void |
setType(java.lang.String type) |
void |
setTypeFamily(java.lang.String typeFamilyId) |
void |
setWsdl(java.lang.String wsdl) |
void |
setWsdlLocation(java.lang.String wsdlLocation) |
void |
setXauthfile(java.io.File xauthfile) |
private void |
validate() |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected java.lang.String wsdl
private java.lang.String packageName
protected java.io.File destDir
private java.util.List<org.apache.tools.ant.types.FileSet> bindingFileSets
protected WebServiceType type
private weblogic.wsee.tools.clientgen.jaxrpc.Options jaxrpcOptions
protected weblogic.wsee.tools.clientgen.jaxws.Options jaxwsOptions
private void initJAXRPCOptions()
public void initJAXWSOptions()
public void setCatalog(java.io.File catalog)
public void addConfiguredSysProperty(org.apache.tools.ant.types.Environment.Variable var)
public void addConfiguredDepends(org.apache.tools.ant.types.FileSet fs)
public void addConfiguredProduces(org.apache.tools.ant.types.FileSet fs)
@Deprecated public void addXsdConfig(org.apache.tools.ant.types.FileSet fileSet)
public void addBinding(org.apache.tools.ant.types.FileSet fileSet)
public void setAutoDetectWrapped(boolean autoDetectWrapped)
public void setIncludeGlobalTypes(boolean includeGlobalTypes)
public void setSortSchemaTypes(boolean sortSchemaTypes)
public void setFillIncompleteParameterOrderList(boolean fillIncompleteParameterOrderList)
public void setWsdl(java.lang.String wsdl)
public void setServiceName(java.lang.String serviceName)
public void setPackageName(java.lang.String packageName)
void setDestDir(java.io.File destDir)
public java.io.File getDestDir()
public void setHandlerChainFile(java.io.File handlerChain)
public void setGeneratePolicyMethods(boolean generatePolicyMethods)
public void setJaxRPCWrappedArrayStyle(boolean jaxRPCWrappedArrayStyle)
public void setGenerateAsyncMethods(boolean generateAsyncMethods)
public void setTypeFamily(java.lang.String typeFamilyId)
public WebServiceType getType()
public void setType(java.lang.String type)
void addProcessor(weblogic.wsee.tools.clientgen.jaxrpc.ClientGenProcessor processor)
private void validate() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void init()
init
in class org.apache.tools.ant.Task
public void addConfiguredXmlCatalog(org.apache.tools.ant.types.XMLCatalog entityResolver)
entityResolver
- public void setGenerateRuntimeCatalog(boolean generateRuntimeCatalog)
public void setWsdlLocation(java.lang.String wsdlLocation)
public void setCopyWsdl(boolean copyWsdl)
public void setAllowWrappedArrayForDocLiteral(boolean value)
public void setXauthfile(java.io.File xauthfile)