public class DgraphDocumentUtils extends Object
| Constructor and Description | 
|---|
| DgraphDocumentUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| File | generateDgraphDocumentFromXMLFile(String xmlFileName)Creates a document name from the file name | 
| File | generateDgraphDocumentFromZipFile(String zipFileName,
                                 String workingDirectory)Creates documents in which the contents of those documents are wrapped in SOAP tags
 for further processing. | 
public File generateDgraphDocumentFromZipFile(String zipFileName, String workingDirectory) throws EacInputValidationException
zipFileName - the file name of the zip file to be processedEacInputValidationException - - is thrown if there was a problem extracting the contents from
 the zip file, processing the entries from the zip file, or generating the wrapper files.public File generateDgraphDocumentFromXMLFile(String xmlFileName) throws EacInputValidationException
xmlFileName - EacInputValidationException - - If there was a problem creating the documentCopyright © 2015, Oracle and/or its affiliates. All rights reserved.