Interface DocumentLoader

All Known Implementing Classes:
DefaultDocumentLoader

public interface DocumentLoader
A generic strategy interface encapsulating the logic to load an XML-based document.
Author:
Keith Donald
  • Method Summary

    Modifier and Type
    Method
    Description
    loadDocument(org.springframework.core.io.Resource resource)
    Load the XML-based document from the external resource.