Searched defs:SOAPClient (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java25 * $Id: SOAPClient.java,v 1.9 2008/09/03 07:06:30 lakshman_abburi Exp $
79 * The class <code>SOAPClient</code> provides methods for SOAP and JAXRPC
88 * The <code>SOAPClient</code> can be initialized either with known SOAP
94 * {@link com.sun.identity.shared.jaxrpc.SOAPClient}
96 public class SOAPClient { class
133 public SOAPClient() throws IOException { method in class:SOAPClient
143 public SOAPClient(String serviceName) { method in class:SOAPClient
149 * <code>SOAPClient</code> will iterate through the URLs in case of server
152 public SOAPClient(String urls[]) { method in class:SOAPClient
178 debug.warning("SOAPClient
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java25 * $Id: SOAPClient.java,v 1.18 2009/11/19 18:17:28 bhavnab Exp $
70 * The class <code>SOAPClient</code> provides methods for SOAP and JAXRPC
79 * The <code>SOAPClient</code> can be initialized either with known SOAP
85 public class SOAPClient { class
103 public SOAPClient() throws IOException { method in class:SOAPClient
113 public SOAPClient(String serviceName) { method in class:SOAPClient
119 * <code>SOAPClient</code> will iterate through the URLs in case of server
122 public SOAPClient(String urls[]) { method in class:SOAPClient
167 debug.warning("SOAPClient: No vaild server found");
191 debug.error("SOAPClient
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java25 * $Id: SOAPClient.java,v 1.18 2009/11/19 18:17:28 bhavnab Exp $
70 * The class <code>SOAPClient</code> provides methods for SOAP and JAXRPC
79 * The <code>SOAPClient</code> can be initialized either with known SOAP
85 public class SOAPClient { class
103 public SOAPClient() throws IOException { method in class:SOAPClient
113 public SOAPClient(String serviceName) { method in class:SOAPClient
119 * <code>SOAPClient</code> will iterate through the URLs in case of server
122 public SOAPClient(String urls[]) { method in class:SOAPClient
167 debug.warning("SOAPClient: No vaild server found");
191 debug.error("SOAPClient
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java25 * $Id: SOAPClient.java,v 1.9 2008/09/03 07:06:30 lakshman_abburi Exp $
79 * The class <code>SOAPClient</code> provides methods for SOAP and JAXRPC
88 * The <code>SOAPClient</code> can be initialized either with known SOAP
94 * {@link com.sun.identity.shared.jaxrpc.SOAPClient}
96 public class SOAPClient { class
133 public SOAPClient() throws IOException { method in class:SOAPClient
143 public SOAPClient(String serviceName) { method in class:SOAPClient
149 * <code>SOAPClient</code> will iterate through the URLs in case of server
152 public SOAPClient(String urls[]) { method in class:SOAPClient
178 debug.warning("SOAPClient
[all...]

Completed in 31 milliseconds