public class SecureHttpSoapConn extends java.lang.Object implements Nokia5529IdmSoapConn
| Constructor and Description |
|---|
SecureHttpSoapConn(java.lang.String strHttpsImpl,
java.lang.String strTrustStore,
java.lang.String strTrustPass,
java.lang.String TLSVersion,
boolean isSSLDebugReq,
java.lang.String storeType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProtocol()
Returns the protocol for the SOAP connection
|
SOAPMessage |
send(SOAPMessage msg,
java.lang.String strServiceLocation)
Sends a SOAP message
|
public SecureHttpSoapConn(java.lang.String strHttpsImpl,
java.lang.String strTrustStore,
java.lang.String strTrustPass,
java.lang.String TLSVersion,
boolean isSSLDebugReq,
java.lang.String storeType)
strHttpsImpl - HTTPS protocol implementationstrTrustStore - Full path to the truststore filestrTrustPass - Truststore passwordpublic SOAPMessage send(SOAPMessage msg,
java.lang.String strServiceLocation)
throws Nokia5529IdmSoapException
Nokia5529IdmSoapConnsend in interface Nokia5529IdmSoapConnmsg - SOAPMessage instancestrServiceLocation - Service locationNokia5529IdmSoapExceptionpublic java.lang.String getProtocol()
Nokia5529IdmSoapConngetProtocol in interface Nokia5529IdmSoapConn