| Package | Description |
|---|---|
| com.sforce.ws.codegen | |
| com.sforce.ws.tools |
Provides command line tools (like: wsdlc, post) for WSC.
|
| com.sforce.ws.wsdl |
Provides an WSDL Object model that can parse and generate WSDL.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Generator.generate(Definitions definitions,
SfdcApiType sfdcApiType,
Types types,
File dir) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
wsdlc.generate(Definitions definitions,
SfdcApiType sfdcApiType,
Types types,
File dir) |
| Modifier and Type | Method and Description |
|---|---|
SfdcApiType |
Definitions.getApiType() |
static SfdcApiType |
SfdcApiType.getFromNamespace(String namespace) |
static SfdcApiType |
SfdcApiType.getFromSobjectNamespace(String namespace) |
static SfdcApiType |
SfdcApiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SfdcApiType[] |
SfdcApiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.