|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.validation.service.RemoteValidationService
public class RemoteValidationService
XML validation service for eXist database.
| Constructor Summary | |
|---|---|
RemoteValidationService(RemoteCollection parent,
org.apache.xmlrpc.XmlRpcClient client)
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name associated with the Service instance. |
String |
getProperty(String str)
Returns the value of the property identified by name. |
String |
getVersion()
Gets the Version attribute of the Service object |
void |
setCollection(Collection collection)
Sets the Collection attribute of the Service object |
void |
setProperty(String str,
String str1)
Sets the property name to have the value provided in
value. |
boolean |
validateResource(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(String id)
throws XMLDBException
validateResource in interface ValidationServiceXMLDBException
public boolean validateResource(XmldbURI id)
throws XMLDBException
validateResource in interface ValidationServiceXMLDBException
public void setCollection(Collection collection)
throws XMLDBException
Service
setCollection in interface Servicecollection - The new Collection value
XMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public String getName()
throws XMLDBException
Service
getName in interface ServiceXMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public String getVersion()
throws XMLDBException
Service
getVersion in interface ServiceXMLDBException - with expected error codes.ErrorCodes.VENDOR_ERROR for any vendor
specific errors that occur.
public void setProperty(String str,
String str1)
throws XMLDBException
Configurablename to have the value provided in
value.
setProperty in interface Configurablestr - 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 String getProperty(String str)
throws XMLDBException
Configurablename.
getProperty in interface Configurablestr - 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 | ||||||