Managing WSRR with a Java JMX client

WebSphere® Service Registry and Repository (WSRR) can be managed programmatically by any remote Java™ client. A client proxy class in ServiceRegistryClient.jar allows you to easily connect to the WSRR MBean and invoke operations by invoking corresponding methods on the proxy, without your classes needing to know about JMX classes or the WSRR MBean.

The ServiceRegistryRepositoryProxy class can be configured and invoked as-is, or, with the provided source code, you can customise it to suit your needs. The source code for this class is located in the WSRR installation path, at:

<path to WebSphereServiceRegistry>/admin/javasrc

Managing WSRR with a Java JMX client is described in the following subtopics: