| Package | Description |
|---|---|
| org.mule.soap.api |
| Modifier and Type | Method and Description |
|---|---|
static SoapWebServiceConfigurationBuilder |
SoapWebServiceConfiguration.builder() |
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.enableMtom(boolean mtomEnabled)
Specifies that the Web Service is MTOM enabled.
|
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withAddress(String address)
Sets the address of the Web Service, if none specified it will be fetched from the wsdl file, if possible.
|
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withEncoding(String encoding)
Sets the encoding of the messages send and retrieved by the .
|
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withPort(String port)
Sets the port of the service that describes the set of operations that can be performed.
|
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withResourceLocator(TransportResourceLocator locator)
Sets a
TransportResourceLocator instance to fetch the wsdl resources. |
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withSecurities(List<SecurityStrategy> security)
Sets a list of
SecurityStrategies to connect with a Secured Soap Web Service. |
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withSecurity(SecurityStrategy security)
Sets a new
SecurityStrategy to connect with a Secured Soap Web Service. |
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withService(String service)
Sets the service of the WSDL we want to perform operations from.
|
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withVersion(SoapVersion version)
Sets the
SoapVersion of the Web Service. |
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withWsdlLocation(String wsdlLocation)
Sets the location of the WSDL that describes the SOAP web service.
|
Copyright © 2020. All rights reserved.