eu.planets_project.services.validate
Interface Validate

All Superinterfaces:
PlanetsService

@MTOM
@StreamingAttachment(parseEagerly=true,
                     memoryThreshold=10485760L)
public interface Validate
extends PlanetsService

Validation of a DigitalObject.


Field Summary
static java.lang.String NAME
          The interface name
static javax.xml.namespace.QName QNAME
          The qualified name
 
Method Summary
 ValidateResult validate(DigitalObject digitalObject, java.net.URI format, java.util.List<Parameter> parameters)
           
 
Methods inherited from interface eu.planets_project.services.PlanetsService
describe
 

Field Detail

NAME

static final java.lang.String NAME
The interface name

See Also:
Constant Field Values

QNAME

static final javax.xml.namespace.QName QNAME
The qualified name

Method Detail

validate

ValidateResult validate(DigitalObject digitalObject,
                        java.net.URI format,
                        java.util.List<Parameter> parameters)
Parameters:
digitalObject - The Digital Object to be validated.
format - The format that digital object purports to be in
parameters - a list of parameters to provide fine grained tool control
Returns:
Returns a ValidateResult object with the result of the validation


Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.