Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <MessageFiles>
  4. <!-- Generate a sigle message factory for all messages defined in the "MessageFile" files found -->
  5. <!-- If you do not like to generate a MessageFactory just comment out next line -->
  6. <MessageFactory outPath="./java/main/generated/" package="generated"/>
  7.  
  8. <!-- Generates JSON schemas for the structures found in the "MessageFile" files found -->
  9. <!-- If you do not like to generate JSON schemas to be generated, comment out next line -->
  10. <SchemaFactory outPath="./jsonSchemas/" schemaDir="./sample/jsonSchemas/"/>
  11.  
  12. <!-- Generates Mongo auxilliry CRUD and find methods for the structures defined in the "MessageFile" files found -->
  13. <!-- If you do not like to Mongo auxilliry support to be generated, comment out next line -->
  14. <MongoAux outPath="./java/main/generated/" package="generated"/>
  15.  
  16. <!-- Gnerates POJO objects with JSON support based upon the defintion found in the file -->
  17. <!-- You may have multiple "MessageFile" entries -->
  18. <MessageFile file="./xml/TestMessage.xml" outPath="./java/main/generated/" package="generated"/>
  19. </MessageFiles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement