Package org.openiaml.docs.generation

Examples of org.openiaml.docs.generation.DocumentationGenerator


   *
   * @return
   * @throws Exception
   */
  public ModelDocumentation createDocumentation() throws Exception {
    DocumentationGenerator gen = new DocumentationGenerator();
    return gen.createDocumentation();
  }
View Full Code Here

TOP

Related Classes of org.openiaml.docs.generation.DocumentationGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.