Uses of Class
org.mule.soap.api.SoapWebServiceConfigurationBuilder
Packages that use SoapWebServiceConfigurationBuilder
-
Uses of SoapWebServiceConfigurationBuilder in org.mule.soap.api
Methods in org.mule.soap.api that return SoapWebServiceConfigurationBuilderModifier and TypeMethodDescriptionSoapWebServiceConfiguration.builder()SoapWebServiceConfigurationBuilder.enableMtom(boolean mtomEnabled) Specifies that the Web Service is MTOM enabled.SoapWebServiceConfigurationBuilder.includeRMOperations(boolean includeRMOperations) Deprecated.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.withEncoding(String encoding) Sets the encoding of the messages send and retrieved by the .Sets the port of the service that describes the set of operations that can be performed.SoapWebServiceConfigurationBuilder.withReliableMessaging(ReliableMessagingConfiguration reliableMessaging) Specifies the Reliable Messaging configuration.SoapWebServiceConfigurationBuilder.withResourceLocator(TransportResourceLocator locator) Sets aTransportResourceLocatorinstance to fetch the wsdl resources.SoapWebServiceConfigurationBuilder.withSecurities(List<SecurityStrategy> security) Sets a list ofSecurityStrategiesto connect with a Secured Soap Web Service.SoapWebServiceConfigurationBuilder.withSecurity(SecurityStrategy security) Sets a newSecurityStrategyto connect with a Secured Soap Web Service.SoapWebServiceConfigurationBuilder.withService(String service) Sets the service of the WSDL we want to perform operations from.SoapWebServiceConfigurationBuilder.withVersion(SoapVersion version) Sets theSoapVersionof the Web Service. defaults to SOAP 1.1SoapWebServiceConfigurationBuilder.withWsdlLocation(String wsdlLocation) Sets the location of the WSDL that describes the SOAP web service.
withReliableMessaging(ReliableMessagingConfiguration)must be used to set RM configuration.