ZXTM Control API Overview and Reference
Version 4.0
Take a look at section 2.3 for a worked example that illustrates the use
of the methods, structures and enumerations.
4.2 VirtualServer
URI: http://soap.zeus.com/zxtm/1.0/VirtualServer/
The VirtualServer interface allows management of ZXTM Virtual Server
objects. Using this interface, you can create, delete and rename virtual
server objects, and manage their configuration.
4.2.1 Methods
addCompressionMIMETypes( names, values )
For each named virtual server, add new MIME types to the list of types to
compress.
void addCompressionMIMETypes(
String[] names
String[][] values
)
addResponseRules( names, rules )
Add new rules to be run on server responses for each of the named
virtual servers. New rules are run after existing rules. If any of the rules
are already configured to run, then they are enabled and flags are set to
the values passed in.
void addResponseRules(
String[] names
VirtualServer.Rule[][] rules
)
addRules( names, rules )
Add new rules to be run on client requests for each of the named virtual
servers. New rules are run after existing rules. If any of the rules are
already configured to run, then they are enabled and flags are set to the
values passed in.
void addRules(
String[] names
VirtualServer.Rule[][] rules
)
50
New Page 1