|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.gdsg.xmldbremote.xmldbClient.XmldbClientService
public class XmldbClientService
An XML:DB Database API which represents a Service on a remote machine.
Field Summary | |
---|---|
protected XmldbClientCollection |
parentCollection
|
protected gov.noaa.gdsg.xmldbremote.Service |
service
|
protected gov.noaa.gdsg.xmldbremote.NmmrdbSoapBindingStub |
stub
|
Constructor Summary | |
---|---|
XmldbClientService(gov.noaa.gdsg.xmldbremote.Service service,
gov.noaa.gdsg.xmldbremote.NmmrdbSoapBindingStub stub,
XmldbClientCollection parentCollection)
Creates a new instance of XmldbClientService |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of this service. |
java.lang.String |
getProperty(java.lang.String str)
Throws an ErrorCodes.NOT_IMPLEMENTED Exception. |
java.lang.String |
getVersion()
Returns the version of this Service object. |
void |
setCollection(org.xmldb.api.base.Collection collection)
|
void |
setProperty(java.lang.String str,
java.lang.String str1)
Throws an ErrorCodes.NOT_IMPLEMENTED Exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected gov.noaa.gdsg.xmldbremote.Service service
protected gov.noaa.gdsg.xmldbremote.NmmrdbSoapBindingStub stub
protected XmldbClientCollection parentCollection
Constructor Detail |
---|
public XmldbClientService(gov.noaa.gdsg.xmldbremote.Service service, gov.noaa.gdsg.xmldbremote.NmmrdbSoapBindingStub stub, XmldbClientCollection parentCollection)
service
- parentCollection
- The collection this service belongs to.Method Detail |
---|
public java.lang.String getName() throws org.xmldb.api.base.XMLDBException
getName
in interface org.xmldb.api.base.Service
org.xmldb.api.base.XMLDBException
- All exceptions are rethrown as one.public java.lang.String getProperty(java.lang.String str) throws org.xmldb.api.base.XMLDBException
getProperty
in interface org.xmldb.api.base.Configurable
str
- ignoredorg.xmldb.api.base.XMLDBException
- with ErrorCode.NOT_IMPLEMENTED all the time.
org.xmldb.api.base.XMLDBException
public java.lang.String getVersion() throws org.xmldb.api.base.XMLDBException
getVersion
in interface org.xmldb.api.base.Service
org.xmldb.api.base.XMLDBException
- All exceptions are rethrown as one.public void setCollection(org.xmldb.api.base.Collection collection) throws org.xmldb.api.base.XMLDBException
setCollection
in interface org.xmldb.api.base.Service
org.xmldb.api.base.XMLDBException
public void setProperty(java.lang.String str, java.lang.String str1) throws org.xmldb.api.base.XMLDBException
setProperty
in interface org.xmldb.api.base.Configurable
str
- ignoredstr1
- ignoredorg.xmldb.api.base.XMLDBException
- with ErrorCode.NOT_IMPLEMENTED all the time.
org.xmldb.api.base.XMLDBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |