|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use ServiceConfigurationException | |
|---|---|
| com.sas.services | SAS Foundation Services. |
| com.sas.services.session | Session services. |
| Uses of ServiceConfigurationException in com.sas.services |
|---|
| Methods in com.sas.services that throw ServiceConfigurationException | |
|---|---|
protected abstract org.w3c.dom.DocumentFragment |
AbstractServiceComponentConfig.appendDOM(org.w3c.dom.Document document,
AbstractServiceComponentConfig serviceConfig)
Constructs a document object model representing the configuration data for a foundation service. |
protected abstract AbstractServiceComponentConfig |
AbstractServiceComponentConfig.getConfig(org.w3c.dom.Document serviceConfigDocument)
Gets an object representing the service's configuration data obtained from the specified XML document. |
void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig newConfig)
Merges the configuration into this configuration. |
protected abstract void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig)
Merges the new user service configuration into the current configuration. |
protected abstract void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig,
MergePolicy mergePolicy)
Merges the new user service configuration into the current configuration. |
void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig newConfig,
MergePolicy mergePolicy)
Merges the configuration into this configuration. |
protected void |
AbstractServiceComponentConfig.validateServiceComponent(com.sas.metadata.remote.ServiceComponent serviceComponent)
Determines whether the service component is valid. |
| Uses of ServiceConfigurationException in com.sas.services.session |
|---|
| Methods in com.sas.services.session that throw ServiceConfigurationException | |
|---|---|
protected org.w3c.dom.DocumentFragment |
SessionServiceInitObject.appendDOM(org.w3c.dom.Document document,
AbstractServiceComponentConfig serviceConfig)
Constructs a document object model representing the configuration data for a foundation user service. |
protected AbstractServiceComponentConfig |
SessionServiceInitObject.getConfig(org.w3c.dom.Document serviceConfigDocument)
Gets an object representing the service's configuration data obtained from the specified XML document. |
protected void |
SessionServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig)
Merges the new user service configuration into the current configuration. |
protected void |
SessionServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig,
MergePolicy mergePolicy)
Merges the new user service configuration into the current configuration. |
static SessionServiceInitObject |
SessionServiceInitializer.parse(org.w3c.dom.Document document)
Gets an instance of the SessionServiceInitObject using the specified configuration data found in the XML formatted deployment configuration file. |
protected void |
SessionServiceInitObject.validateServiceConfigurationCustom(org.w3c.dom.Document document)
Determines whether the service configuration is valid for this service component. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||