|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.validation.service.RemoteValidationService
XML validation service for eXist database.
Constructor Summary | |
RemoteValidationService(RemoteCollection parent,
org.apache.xmlrpc.XmlRpcClient client)
|
Method Summary | |
java.lang.String |
getName()
Returns the name associated with the Service instance. |
java.lang.String |
getProperty(java.lang.String str)
Returns the value of the property identified by name . |
java.lang.String |
getVersion()
Gets the Version attribute of the Service object |
void |
setCollection(Collection collection)
Sets the Collection attribute of the Service object |
void |
setProperty(java.lang.String str,
java.lang.String str1)
Sets the property name to have the value provided in
value . |
boolean |
validateResource(java.lang.String id)
Validate specified resource. |
boolean |
validateResource(XmldbURI id)
Validate specified resource. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteValidationService(RemoteCollection parent, org.apache.xmlrpc.XmlRpcClient client)
Method Detail |
public boolean validateResource(java.lang.String id) throws XMLDBException
validateResource
in interface ValidationService
XMLDBException
public boolean validateResource(XmldbURI id) throws XMLDBException
validateResource
in interface ValidationService
XMLDBException
public void setCollection(Collection collection) throws XMLDBException
Service
setCollection
in interface Service
collection
- The new Collection value
XMLDBException
- with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.public java.lang.String getName() throws XMLDBException
Service
getName
in interface Service
XMLDBException
- with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.public java.lang.String getVersion() throws XMLDBException
Service
getVersion
in interface Service
XMLDBException
- with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.public void setProperty(java.lang.String str, java.lang.String str1) throws XMLDBException
Configurable
name
to have the value provided in
value
.
setProperty
in interface Configurable
str
- the name of the property to set.str1
- the value to set for the property.
XMLDBException
- with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.public java.lang.String getProperty(java.lang.String str) throws XMLDBException
Configurable
name
.
getProperty
in interface Configurable
str
- the name of the property to retrieve.
XMLDBException
- with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor
specific errors that occur.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |