Uses of Package
org.sr.server

Packages that use org.sr.server
org.sr.server This package contains core server side classes. 
org.sr.server.ejb This package contains EJB specific implementations. 
org.sr.server.http This package contains http protocol specific classess. 
org.sr.server.json This package contains JSON specific implementation of caller. 
org.sr.server.spring This package contains Spring frmework specific implementations. 
 

Classes in org.sr.server used by org.sr.server
AbstractServiceLocator
          Abstract service locator class for service locator implementations
ICallerContextInfo
            Protocols that we carry our messages on to it, resolves incoming messages and generates an object which contains information about the originated caller and protocol details.
IClientSessionInfo
          Protocol session information wrapper
IServiceLocator
            Service Locators are access points to services.
ServiceCallException
          Throwns if an error happens during service call
ServiceNotFoundException
          Throws when a requested service is not registered and not found in the registry
ServiceOperationNotFoundException
          Thrown when a requested operation is not found in the requested service
ServicePreparationException
          Thrown when an exception happens during locators prepares an instance of a service
ServiceRegistrationException
          Thrown when error raises while registering a service component
SessionNotFoundException
          Thrown when an exception happens during creation of a service which has SESSION life context.
 

Classes in org.sr.server used by org.sr.server.ejb
AbstractServiceLocator
          Abstract service locator class for service locator implementations
ICallerContextInfo
            Protocols that we carry our messages on to it, resolves incoming messages and generates an object which contains information about the originated caller and protocol details.
IServiceLocator
            Service Locators are access points to services.
ServiceNotFoundException
          Throws when a requested service is not registered and not found in the registry
ServicePreparationException
          Thrown when an exception happens during locators prepares an instance of a service
SessionNotFoundException
          Thrown when an exception happens during creation of a service which has SESSION life context.
 

Classes in org.sr.server used by org.sr.server.http
ICallerContextInfo
            Protocols that we carry our messages on to it, resolves incoming messages and generates an object which contains information about the originated caller and protocol details.
IClientSessionInfo
          Protocol session information wrapper
 

Classes in org.sr.server used by org.sr.server.json
ICaller
            This interface represents a helper to access java objects and call requested method of them with the parameters that included in the request.Request and response structures can be specified by implementations of this interface.
ICallerContextInfo
            Protocols that we carry our messages on to it, resolves incoming messages and generates an object which contains information about the originated caller and protocol details.
IInterceptor
          Interceptors are designed to filter message traffic and execute some additional tasks around operation execution.
ServiceCallException
          Throwns if an error happens during service call
 

Classes in org.sr.server used by org.sr.server.spring
AbstractServiceLocator
          Abstract service locator class for service locator implementations
ICallerContextInfo
            Protocols that we carry our messages on to it, resolves incoming messages and generates an object which contains information about the originated caller and protocol details.
IServiceLocator
            Service Locators are access points to services.
ServiceNotFoundException
          Throws when a requested service is not registered and not found in the registry
ServicePreparationException
          Thrown when an exception happens during locators prepares an instance of a service
SessionNotFoundException
          Thrown when an exception happens during creation of a service which has SESSION life context.