This is a Java API per-se for XenAPI that's available as an addon to XenForo, you can add it to your maven project using the following:
<dependency>
<groupId>xyz.mkotb</groupId>
<artifactId>xenapi-java</artifactId>
<version>1.0</version>
</dependency>