Uses of Class
org.miaixz.bus.http.plugin.soap.SoapBuilder
Packages that use SoapBuilder
-
Uses of SoapBuilder in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return SoapBuilderModifier and TypeMethodDescriptionstatic SoapBuilder创建SOAP客户端,默认使用soap1.2版本协议static SoapBuilder创建SOAP客户端static SoapBuilder创建SOAP客户端 -
Uses of SoapBuilder in org.miaixz.bus.http.plugin.soap
Methods in org.miaixz.bus.http.plugin.soap that return SoapBuilderModifier and TypeMethodDescription设置编码SoapBuilder.clearHeaders()清除所有头信息,包括全局头信息设置一个header 如果覆盖模式,则替换之前的值,否则加入到值列表中SoapBuilder.init(org.miaixz.bus.core.net.Protocol protocol) 初始化static SoapBuilder创建SOAP客户端,默认使用soap1.2版本协议static SoapBuilder创建SOAP客户端static SoapBuilder创建SOAP客户端SoapBuilder.reset()重置SOAP客户端,用于客户端复用 重置后需调用serMethod方法重新指定请求方法,并调用setParam方法重新定义参数SoapBuilder.setMethod(jakarta.xml.soap.Name name, Map<String, Object> params, boolean useMethodPrefix) 设置请求方法设置请求方法 方法名自动识别前缀,前缀和方法名使用“:”分隔 当识别到前缀后,自动添加xmlns属性,关联到默认的namespaceURI设置请求方法 方法名自动识别前缀,前缀和方法名使用“:”分隔 当识别到前缀后,自动添加xmlns属性,关联到传入的namespaceURI设置请求方法设置请求方法设置方法参数,使用方法的前缀设置方法参数批量设置参数,使用方法的前缀批量设置参数设置Webservice请求地址SoapBuilder.write(OutputStream out) 将SOAP消息的XML内容输出到流