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

G

get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
get(String) - Method in class org.sr.client.HttpForm
sends the form values to given url by using http get
getAttribute(String) - Method in class org.sr.server.http.HttpClientSession
 
getAttribute(String) - Method in interface org.sr.server.IClientSessionInfo
Gives the attribute value that saved in the session previously
getAttributeNames() - Method in class org.sr.server.http.HttpClientSession
 
getAttributeNames() - Method in interface org.sr.server.IClientSessionInfo
Gives all attributes that are saved within the session
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getCallerContextInfo() - Static method in class org.sr.server.CallerContext
Gives caller context information.
getCause() - Method in exception org.json.JSONException
 
getCharset() - Method in class org.sr.client.HttpForm
Gives the charset of the form
getClassFromHint(Object) - Static method in class org.sr.common.transformer.json.JSONHelper
Gets class hint attribute from JSON objects if there is any
getConnection(String) - Method in class org.sr.client.HttpForm
Gives a connection to requested url
getCookie(String) - Method in class org.sr.client.HttpForm
Gives the requested cookie value
getCookies() - Method in class org.sr.client.HttpForm
gives all cookie values
getCookies() - Method in class org.sr.client.HttpFormResponse
 
getCookiesAsMap() - Method in class org.sr.client.HttpForm
 
getDefaultServiceLocator() - Static method in class org.sr.server.ServicesRegistry
Registery keeps one locator (POJOServiceLocator) as default one to access service instances which are not specified their locator in their definitions.
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getErrorCode() - Method in class org.sr.common.json.JSONResponse
 
getErrorData() - Method in class org.sr.client.HttpFormResponse
 
getErrorMessage() - Method in class org.sr.client.HttpFormResponse
 
getErrorMessage() - Method in class org.sr.common.json.JSONResponse
 
getErrorName() - Method in class org.sr.common.json.JSONResponse
 
getHeader() - Method in class org.sr.common.json.JSONRequest
Gives headers as unmodifiable collection
getHeader() - Method in class org.sr.common.json.JSONResponse
 
getHeaderFields() - Method in class org.sr.client.HttpFormResponse
 
getId() - Method in class org.sr.server.http.HttpClientSession
 
getId() - Method in interface org.sr.server.IClientSessionInfo
Unique session identifier
getIncomingMessage() - Static method in class org.sr.server.CallerContext
Gives incoming message.
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getLocatorName() - Method in class org.sr.server.AbstractServiceLocator
 
getLocatorName() - Method in interface org.sr.server.IServiceLocator
Gives the assigned locator name .Locators normally named in the config file
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getMethodName() - Method in class org.sr.common.json.JSONRequest
 
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getOperationDefinition(String, String) - Method in class org.sr.server.AbstractServiceLocator
 
getOperationDefinition(String, String) - Method in interface org.sr.server.IServiceLocator
Gives the operation definition of given operation name.
getOutputStream() - Method in class org.sr.server.http.filter.GZIPResponseWrapper
 
getParameters() - Method in class org.sr.common.json.JSONRequest
 
getProtocol() - Method in class org.sr.server.http.HttpCallerContext
 
getProtocol() - Method in interface org.sr.server.ICallerContextInfo
Returns protocol name
getReadTimeout() - Method in class org.sr.client.HttpForm
 
getRegistryQueryHTML(String, String, String) - Static method in class org.sr.server.RegistryQueryHelper
 
getRegistryQueryService() - Static method in class org.sr.server.ServicesRegistry
 
getRemoteAddr() - Method in class org.sr.server.http.HttpCallerContext
 
getRemoteAddr() - Method in interface org.sr.server.ICallerContextInfo
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteHost() - Method in class org.sr.server.http.HttpCallerContext
 
getRemoteHost() - Method in interface org.sr.server.ICallerContextInfo
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemotePort() - Method in class org.sr.server.http.HttpCallerContext
 
getRemotePort() - Method in interface org.sr.server.ICallerContextInfo
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemoteUser() - Method in class org.sr.server.http.HttpCallerContext
 
getRemoteUser() - Method in interface org.sr.server.ICallerContextInfo
Gives authenticated client user information
getRequestId() - Method in class org.sr.common.json.JSONRequest
 
getResponseCode() - Method in class org.sr.client.HttpFormResponse
 
getResponseData() - Method in class org.sr.client.HttpFormResponse
 
getResponseId() - Method in class org.sr.common.json.JSONResponse
 
getResult() - Method in class org.sr.common.json.JSONResponse
 
getServiceByName(String, ICallerContextInfo<?>) - Method in class org.sr.server.ejb.EJB2ServiceLocator
 
getServiceByName(String, ICallerContextInfo<?>) - Method in class org.sr.server.ejb.EJB3ServiceLocator
 
getServiceByName(String, ICallerContextInfo<?>) - Method in interface org.sr.server.IServiceLocator
 
getServiceByName(String, ICallerContextInfo<?>) - Method in class org.sr.server.POJOServiceLocator
 
getServiceByName(String, ICallerContextInfo<?>) - Method in class org.sr.server.spring.SpringServiceLocator
 
getServiceDefinition(String) - Method in class org.sr.server.AbstractServiceLocator
 
getServiceDefinition(String) - Method in interface org.sr.server.IServiceLocator
 
getServiceDefinition(String) - Static method in class org.sr.server.ServicesRegistry
Gives a registered service definition
getServiceDefinitions() - Method in class org.sr.server.AbstractServiceLocator
 
getServiceDefinitions() - Method in interface org.sr.server.IServiceLocator
 
getServiceDefinitions() - Static method in class org.sr.server.ServicesRegistry
Gives the map of the registered service definitions.
getServiceLocator(String) - Static method in class org.sr.server.ServicesRegistry
Gives a defined locator instance by it's name
getServiceLocators() - Static method in class org.sr.server.ServicesRegistry
Gives the map of the registered locator instances.
getServiceName() - Method in class org.sr.common.json.JSONRequest
 
getSession() - Method in class org.sr.server.http.HttpCallerContext
 
getSession() - Method in interface org.sr.server.ICallerContextInfo
Gives client session information if there is any
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getWrappedRequest() - Method in class org.sr.server.http.HttpCallerContext
 
getWrappedRequest() - Method in interface org.sr.server.ICallerContextInfo
Gives the protocol specific request information
getWrappedSession() - Method in class org.sr.server.http.HttpClientSession
 
getWrappedSession() - Method in interface org.sr.server.IClientSessionInfo
Gives the protocol specific session object
getWrappedType() - Method in class org.sr.server.http.HttpCallerContext
 
getWrappedType() - Method in class org.sr.server.http.HttpClientSession
 
getWrappedType() - Method in interface org.sr.server.ICallerContextInfo
Type information of wrapped session
getWrappedType() - Method in interface org.sr.server.IClientSessionInfo
gives the wrapped session object type
getWriter() - Method in class org.sr.server.http.filter.GZIPResponseWrapper
 
GT - Static variable in class org.json.XML
The Character '>'.
GZIPResponseStream - Class in org.sr.server.http.filter
 
GZIPResponseStream(HttpServletResponse) - Constructor for class org.sr.server.http.filter.GZIPResponseStream
 
GZIPResponseWrapper - Class in org.sr.server.http.filter
 
GZIPResponseWrapper(HttpServletResponse) - Constructor for class org.sr.server.http.filter.GZIPResponseWrapper
 

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