@ThreadSafe public final class SoapClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SoapClient.Builder
Builder to construct a properly populated SoapClient
|
| Modifier and Type | Method and Description |
|---|---|
static SoapClient.Builder |
builder() |
void |
disconnect()
Disconnects from the SOAP server
Underlying connection is a persistent connection by default:
http://docs.oracle.com/javase/1.5.0/docs/guide/net/http-keepalive.html
|
String |
post(String requestEnvelope)
Post the SOAP message to the SOAP server without specifying the SOAPAction
|
String |
post(String soapAction,
String requestEnvelope)
Post the SOAP message to the SOAP server specifying the SOAPAction
|
public String post(String requestEnvelope)
requestEnvelope - SOAP message envelopepublic String post(String soapAction, String requestEnvelope)
soapAction - SOAPAction attributerequestEnvelope - SOAP message envelopepublic void disconnect()
public static SoapClient.Builder builder()
Copyright © 2012-2018. All Rights Reserved.