|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.ServiceConfigDocument
public final class ServiceConfigDocument
Service configuration XML document.
Constructor Summary | |
---|---|
ServiceConfigDocument(java.lang.String configName,
org.w3c.dom.Document document)
Constructs a service configuration which is represented by a name and its associated XML document. |
Method Summary | |
---|---|
java.lang.String |
getConfigName()
Gets the configuration's name. |
org.w3c.dom.Document |
getDocument()
Gets the configuration's XML document. |
void |
setConfigName(java.lang.String configName)
Specifies the configuration's name. |
Constructor Detail |
---|
public ServiceConfigDocument(java.lang.String configName, org.w3c.dom.Document document)
configName
- Configuration's name.document
- Service configuration XML.Method Detail |
---|
public java.lang.String getConfigName()
public org.w3c.dom.Document getDocument()
null
if there
is no configuration.public void setConfigName(java.lang.String configName)
configName
- Configuration's name.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |