| Modifier and Type | Method and Description |
|---|---|
static WsdlVersion |
WsdlVersion.getDefaultWsdlVersion() |
static WsdlVersion |
WsdlVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsdlVersion[] |
WsdlVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
WsdlVersion.getSoapPort(WsdlVersion wsdlVersion) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WsdlVersion.getBaseDir(Optional<WsdlVersion> wsdlVersion) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WsdlVersion> |
NetSuiteSoapConnection.getWsdlVersion() |
| Constructor and Description |
|---|
NetSuiteSoapConnection(org.mule.runtime.http.api.client.HttpClient httpClient,
org.mule.soap.api.client.SoapClient soapClient,
String endpoint,
Supplier<org.mule.runtime.api.util.MultiMap<String,String>> headersSupplier,
Supplier<String> wsdlUrlSupplier,
Integer responseTimeout,
Optional<WsdlVersion> wsdlVersion,
org.mule.runtime.api.el.MuleExpressionLanguage expressionExecutor,
org.mule.runtime.api.transformation.TransformationService transformationService,
ConcurrencyAwareCaller<org.mule.soap.api.message.SoapResponse> concurrencyAwareCaller) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WsdlVersion> |
SoapParameters.getWsdlVersion() |
| Modifier and Type | Method and Description |
|---|---|
static String |
NetsuiteDocumentFactory.createTokenPassportString(TokenConnectionParameters connectionParameters,
Mac messageAuthenticationCode,
CustomUUIDGenerator customUUIDGenerator,
Optional<WsdlVersion> optionalWsdlVersion) |
static org.mule.wsdl.parser.model.operation.Type |
MetadataUtils.removeWsdlVersionInType(org.mule.wsdl.parser.model.operation.Type type,
Optional<WsdlVersion> wsdlVersion)
If there is a Wsdl Version selected, this method removes the wsdl version of all namespaces in Message, Body and Headers of
Metadata Type.
|
static void |
MetadataUtils.replaceWsdlVersionInMetadataTypeIfPossible(org.mule.metadata.api.model.MetadataType type,
Optional<WsdlVersion> wsdlVersion)
Recursively loop through all fields of the MetadataType object removing the wsdl version in all namespaces
|
static boolean |
Utils.shouldOmitInternalIdCustomFieldNames(NetSuiteSoapConfig config,
Optional<WsdlVersion> wsdlVersion) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.