com.pingidentity.sts.clientapi.utils
Class WSClient

java.lang.Object
  extended by com.pingidentity.sts.clientapi.utils.WSClient

public class WSClient
extends java.lang.Object

HttpClient


Constructor Summary
WSClient(java.lang.String endpoint)
           
 
Method Summary
 java.io.InputStream request(org.w3c.dom.Element soapEnvelope, java.lang.String userName, java.lang.String password, ClientCertificateAuthentication clientCertificateAuthentication, boolean ignoreSSLTrustErrors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSClient

public WSClient(java.lang.String endpoint)
         throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

request

public java.io.InputStream request(org.w3c.dom.Element soapEnvelope,
                                   java.lang.String userName,
                                   java.lang.String password,
                                   ClientCertificateAuthentication clientCertificateAuthentication,
                                   boolean ignoreSSLTrustErrors)
                            throws java.io.IOException,
                                   STSClientException
Throws:
java.io.IOException
STSClientException


Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.