*** This class provides Binary Compatibility only, not Source Compatibility ***

Class SessionServiceInitializer

java.lang.Object
com.sas.services.session.SessionServiceInitializer
All Implemented Interfaces:
DocumentServiceConfigAdapterInterface

@SASScope("ALL") @BinaryCompatibilityOnly public class SessionServiceInitializer extends Object implements DocumentServiceConfigAdapterInterface
Utility used to parse a Session Service XML document to create a configuration. The XML document must conform to the service's XML schema
Since:
1.0
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
    SessionService element attribute "userContextName" that may optionally specify the name of the user context.
    static final String
    SessionService root XML element.
  • Method Summary

    Modifier and Type
    Method
    Description
    createConfigFromDocument(Document document)
    Converts an XML document to a service configuration.
    parse(Document document)
    Gets an instance of the SessionServiceInitObject using the specified configuration data found in the XML formatted deployment configuration file.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • XML_ELEMENT_SESSION_SERVICE

      public static final String XML_ELEMENT_SESSION_SERVICE
      SessionService root XML element.
      See Also:
    • XML_ATTRIBUTE_USER_CONTEXT

      public static final String XML_ATTRIBUTE_USER_CONTEXT
      SessionService element attribute "userContextName" that may optionally specify the name of the user context.
      See Also:
    • XML_ATTRIBUTE_TIMEOUT

      public static final String XML_ATTRIBUTE_TIMEOUT
      See Also:
  • Method Details