How do I share the trained result between two environment

Suppose I finished training a model in Python, and ready to deploy it in a Java production environment, is there a xml file I can export into Java and have Java xgboost read off the xml sheet instead of re-training the same model in the Java environment ?
Thanks.