A B C D E F G H I J K L M N O P Q R S T U V W X

S

ServiceCallException - Exception in org.sr.server
Throwns if an error happens during service call
ServiceCallException() - Constructor for exception org.sr.server.ServiceCallException
 
ServiceCallException(String) - Constructor for exception org.sr.server.ServiceCallException
 
ServiceCallException(Throwable) - Constructor for exception org.sr.server.ServiceCallException
 
ServiceCallException(String, Throwable) - Constructor for exception org.sr.server.ServiceCallException
 
ServiceNotFoundException - Exception in org.sr.server
Throws when a requested service is not registered and not found in the registry
ServiceNotFoundException() - Constructor for exception org.sr.server.ServiceNotFoundException
 
ServiceNotFoundException(String, Throwable) - Constructor for exception org.sr.server.ServiceNotFoundException
 
ServiceNotFoundException(String) - Constructor for exception org.sr.server.ServiceNotFoundException
 
ServiceNotFoundException(Throwable) - Constructor for exception org.sr.server.ServiceNotFoundException
 
ServiceOperationNotFoundException - Exception in org.sr.server
Thrown when a requested operation is not found in the requested service
ServiceOperationNotFoundException() - Constructor for exception org.sr.server.ServiceOperationNotFoundException
 
ServiceOperationNotFoundException(String, Throwable) - Constructor for exception org.sr.server.ServiceOperationNotFoundException
 
ServiceOperationNotFoundException(String) - Constructor for exception org.sr.server.ServiceOperationNotFoundException
 
ServiceOperationNotFoundException(Throwable) - Constructor for exception org.sr.server.ServiceOperationNotFoundException
 
ServicePreparationException - Exception in org.sr.server
Thrown when an exception happens during locators prepares an instance of a service
ServicePreparationException() - Constructor for exception org.sr.server.ServicePreparationException
 
ServicePreparationException(String) - Constructor for exception org.sr.server.ServicePreparationException
 
ServicePreparationException(Throwable) - Constructor for exception org.sr.server.ServicePreparationException
 
ServicePreparationException(String, Throwable) - Constructor for exception org.sr.server.ServicePreparationException
 
ServiceRegistrationException - Exception in org.sr.server
Thrown when error raises while registering a service component
ServiceRegistrationException() - Constructor for exception org.sr.server.ServiceRegistrationException
 
ServiceRegistrationException(String, Throwable) - Constructor for exception org.sr.server.ServiceRegistrationException
 
ServiceRegistrationException(String) - Constructor for exception org.sr.server.ServiceRegistrationException
 
ServiceRegistrationException(Throwable) - Constructor for exception org.sr.server.ServiceRegistrationException
 
ServicesRegistry - Class in org.sr.server
 Service Registery keeps records of all service & interceptor definitions and locators within the system.
ServicesRegistry() - Constructor for class org.sr.server.ServicesRegistry
 
SESSION_KEY_PREFIX - Static variable in interface org.sr.server.IServiceLocator
 
SessionNotFoundException - Exception in org.sr.server
Thrown when an exception happens during creation of a service which has SESSION life context.
SessionNotFoundException() - Constructor for exception org.sr.server.SessionNotFoundException
 
SessionNotFoundException(String) - Constructor for exception org.sr.server.SessionNotFoundException
 
SessionNotFoundException(Throwable) - Constructor for exception org.sr.server.SessionNotFoundException
 
SessionNotFoundException(String, Throwable) - Constructor for exception org.sr.server.SessionNotFoundException
 
SET_ATTRIBUTE - Static variable in interface org.sr.common.transformer.json.IJSTransformer
 
setApplicationContext(ApplicationContext) - Method in class org.sr.server.spring.SpringServiceLocator
 
setAttribute(String, Object) - Method in class org.sr.server.http.HttpClientSession
 
setAttribute(String, Object) - Method in interface org.sr.server.IClientSessionInfo
Saves an attribute in client session
setCharset(String) - Method in class org.sr.client.HttpForm
 
setContentLength(int) - Method in class org.sr.server.http.filter.GZIPResponseWrapper
 
setContextValues(ICallerContextInfo<?>, Object) - Static method in class org.sr.server.CallerContext
This method is designed for end points usage.They need to set up values by using this method immediately a message comes in.
setCookies(String) - Method in class org.sr.client.HttpForm
 
setCookies(String) - Method in class org.sr.client.HttpFormResponse
 
setCredentials(String, String) - Method in class org.sr.client.JSONRRClient
Sets user name & password for the server authentication
setCredentials(String, String, String) - Static method in class org.sr.client.TSAuthenticator
Sets security credentials for connections to the given url
setEnclosedRequest(JSONObject) - Method in class org.sr.common.json.JSONRequest
Resets all parts of the message and assigns the from the given message parts
setErrorData(String) - Method in class org.sr.client.HttpFormResponse
 
setErrorMessage(String) - Method in class org.sr.client.HttpFormResponse
 
setFollowRedirects(boolean) - Method in class org.sr.client.HttpForm
Sets if the call should follow HTTP 302 redirects
setHeader(Map<String, Object>) - Method in class org.sr.common.json.JSONRequest
Sets the header part of the message
setHeader(Map<String, Object>) - Method in class org.sr.common.json.JSONResponse
 
setHeaderFields(Map<String, List<String>>) - Method in class org.sr.client.HttpFormResponse
 
setLocatorName(String) - Method in class org.sr.server.AbstractServiceLocator
 
setLocatorName(String) - Method in interface org.sr.server.IServiceLocator
Sets the name of the locator
setMethodName(String) - Method in class org.sr.common.json.JSONRequest
Assigns the given parameter to the method name.
setParameters(Object[]) - Method in class org.sr.common.json.JSONRequest
Sets given object array as parameters
setParameters(JSONArray) - Method in class org.sr.common.json.JSONRequest
Sets given JSONArray as parameters
setProxyCredentials(String, String) - Method in class org.sr.client.JSONRRClient
Sets username & password for the proxy authentication
setProxyCredentials(String, String) - Static method in class org.sr.client.TSAuthenticator
Sets security credentials to pass proxy server
setReadTimeout(int) - Method in class org.sr.client.HttpForm
Sets the read time out value
setRequestId(String) - Method in class org.sr.common.json.JSONRequest
Sets the unique request id for the message correlation
setResponseCode(int) - Method in class org.sr.client.HttpFormResponse
 
setResponseData(String) - Method in class org.sr.client.HttpFormResponse
 
setServiceName(String) - Method in class org.sr.common.json.JSONRequest
Assigns the given parameter to the service name.
skipPast(String) - Method in class org.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.json.XML
The Character '/'.
sortedKeys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
SpringServiceLocator - Class in org.sr.server.spring
This class is a Service Locator implementation for Spring beans.This locator access spring beans instances by using spring application context, so the target attribute of services need to show the spring bean names of the target objects.In order to use this locator you should also define this locator as spring bean in spring configuration.
SpringServiceLocator() - Constructor for class org.sr.server.spring.SpringServiceLocator
 
SRContextLoaderListener - Class in org.sr.server.http
This class is designed to load configuration files at the beginning of Web Container initialization.
SRContextLoaderListener() - Constructor for class org.sr.server.http.SRContextLoaderListener
 
stringToValue(String) - Static method in class org.json.JSONObject
Try to convert a string into a number, boolean, or null.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

A B C D E F G H I J K L M N O P Q R S T U V W X