Interface IZosLibertyServerXml


public interface IZosLibertyServerXml
Represents the server.xml configuration file in a zOS Liberty Server.

NOTE: The IZosLibertyServerXml object may not be the same as the content of the server.xml on the zOS UNIX file system.
Use the loadFromFileSystem() method to update the object with the content of the server.xml on the zOS UNIX file system.
Use the store() method to update the the server.xml on the zOS UNIX file system with with the content of the object.