public class JAXRPCHelper extends Object
JAXRPCHelper provides functions to get JAXRPC stubs to
a valid Identity Server.| Modifier and Type | Field and Description |
|---|---|
protected static Debug |
debug |
protected static boolean |
serverFailed |
static String |
SMS_SERVICE |
protected static String |
validRemoteURL |
| Constructor and Description |
|---|
JAXRPCHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getValidServerURL() |
static String |
getValidURL(String serviceName)
Returns a valid URL endpoint for the given service name.
|
protected static boolean |
isServerValid(String url) |
static void |
serverFailed(String serviceName)
Sets the service to be failed.
|
public static final String SMS_SERVICE
protected static String validRemoteURL
protected static boolean serverFailed
protected static Debug debug
public static String getValidURL(String serviceName) throws RemoteException
serviceName - Service Name.RemoteException - if there are no valid servers.public static void serverFailed(String serviceName)
protected static String getValidServerURL()
protected static boolean isServerValid(String url)
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.