org.deegree.metadata.persistence.iso19115.jaxb
Class AbstractInspector

java.lang.Object
  extended by org.deegree.metadata.persistence.iso19115.jaxb.AbstractInspector
Direct Known Subclasses:
CoupledResourceInspector, FileIdentifierInspector, InspireInspector, SchemaValidator

public abstract class AbstractInspector
extends Object

The AbstractInspector is the base class of providing a check of the metadata while writing it to the metadataStore (this will affect the transaction operation by inserting or updating the metadata).

Java class for AbstractInspectorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractInspectorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractInspector()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInspector

public AbstractInspector()


Copyright © 2011. All Rights Reserved.