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

com.sas.services
Interface DocumentServiceConfigAdapterInterface

All Known Implementing Classes:
SessionServiceInitializer

public interface DocumentServiceConfigAdapterInterface

Interface used to adapt an XML document to a service configuration.

Since:
9.2

Method Summary
 AbstractServiceComponentConfig createConfigFromDocument(org.w3c.dom.Document document)
          Converts an XML document to a service configuration.
 

Method Detail

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.

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.