Package | Description |
---|---|
uk.ac.sheffield.vtts.client.ws |
This package contains skeleton JAX-WS Java clients for testing with
generated JUnit test drivers that test JAX-WS Java clients for SOAP services.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocumentStoreInterface.getDocument(java.lang.Integer docid)
Attempts to retrieve a document under the docid.
|
Document |
DocumentStoreInterface.getVersion(java.lang.Integer docid,
java.lang.Integer version)
Attempts to retrieve a given version of a document with the given
docid.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
DocumentStoreInterface.putDocument(java.lang.Integer docid,
Document document)
Attempts to store a document under the docid.
|