JaxView is an operations tool. For this reason JaxView, within an SOA environment, can be configured through a Web service interface. All configuration options from the GUI has an operation within this interface. See the JaxView Web Service API javadocs for more technical information: WS API Java Docs
JaxView WSDL files get generated at run time. Here are the links to access the WSDL files for the interfaces
Monitor Config: http://(serveraddress):9090/Hubble/services/monitorconfig?wsdl
Alert Config: http://(serveraddress):9090/Hubble/services/alertconfig?wsdl
Report Config: http://(serveraddress):9090/Hubble/services/reportconfig?wsdl
Rule Config: http://(serveraddress):9090/Hubble/services/ruleconfig?wsdl
J2EE Config: http://(serveraddress):9090/Hubble/services/j2eerconfig?wsdl
WSDL Config: http://(serveraddress):9090/Hubble/services/wsdlconfig?wsdl
Client Java API: You can also access the Web service interface through a client java API. Please contact support@managedmethods.com for this API.