Uses of Class
org.miaixz.bus.http.plugin.soap.SoapBuilder
Packages that use SoapBuilder
Package
Description
An HTTP client for Java applications.
Provides classes for creating and sending SOAP messages.
-
Uses of SoapBuilder in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return SoapBuilderModifier and TypeMethodDescriptionstatic SoapBuilderCreates a SOAP client with the default SOAP 1.2 protocol.static SoapBuilderCreates a SOAP client with a specified protocol.static SoapBuilderCreates a SOAP client with a specified protocol and namespace URI. -
Uses of SoapBuilder in org.miaixz.bus.http.plugin.soap
Methods in org.miaixz.bus.http.plugin.soap that return SoapBuilderModifier and TypeMethodDescriptionSets the character encoding.SoapBuilder.clearHeaders()Clears all headers, including global headers.Sets a header.SoapBuilder.init(org.miaixz.bus.core.net.Protocol protocol) Initializes the SOAP client.static SoapBuilderCreates a new SOAP client with the default SOAP 1.2 protocol.static SoapBuilderCreates a new SOAP client with a specified protocol.static SoapBuilderCreates a new SOAP client with a specified protocol and namespace URI.SoapBuilder.reset()Resets the SOAP client for reuse.SoapBuilder.setMethod(jakarta.xml.soap.Name name, Map<String, Object> params, boolean useMethodPrefix) Sets the request method.Sets the request method.Sets the request method.Sets the request method.Sets the request method.Sets a method parameter, using the method's prefix.Sets a method parameter.Sets multiple parameters, using the method's prefix.Sets multiple parameters.Sets the web service request URL.SoapBuilder.write(OutputStream out) Writes the XML content of the SOAP message to an output stream.