com.sas.services
Interface DocumentServiceConfigAdapterInterface
- All Known Implementing Classes:
- SessionServiceInitializer
@SASScope(value="ALL")
@BinaryCompatibilityOnly
public interface DocumentServiceConfigAdapterInterface
Interface used to adapt an XML document to a service configuration.
- Since:
- 9.2
createConfigFromDocument
AbstractServiceComponentConfig createConfigFromDocument(org.w3c.dom.Document document)
throws ServiceException
- Converts an XML document to a service configuration.
- Parameters:
document - XML document that represents a service configuration.
- Returns:
- Service configuration.
- Throws:
ServiceException - if unable to adapt the XML document to
a service configuration.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.