| Package | Description |
|---|---|
| org.mule.extension.ws.api | |
| org.mule.extension.ws.internal.connection |
| Modifier and Type | Method and Description |
|---|---|
static SoapVersion |
SoapVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoapVersion[] |
SoapVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WscClient(org.apache.cxf.endpoint.Client client,
WscDispatcher dispatcher,
SoapVersion soapVersion,
boolean mtomEnabled) |
WscConnection(String wsdlLocation,
String address,
String service,
String port,
SoapVersion version,
boolean mtomEnabled,
List<SecurityStrategy> securities,
HttpService httpService,
String transportConfig) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.