开发者

Is there a XSD file for MBeans

开发者 https://www.devze.com 2023-03-05 20:39 出处:网络
I am working on a JMX project and for the purpose of exposing the MBean\'s attributes and Operations of all the MBeans in my project, I wanted to write an API. For this I needed MBean xsd file with pr

I am working on a JMX project and for the purpose of exposing the MBean's attributes and Operations of all the MBeans in my project, I wanted to write an API. For this I needed MBean xsd file with proper namespaces开发者_开发问答 from the provider so that I can use JAXB or XMLBeans to generate java classes for them. I tried google but could only find DTD files or non-standard XSD file without proper namesapces.

Is there a standard XSD available which I can use? Thanks.


Apache Commons Modeler uses an XML descriptor to do this. However, they do not implement a schema, but they do have a DTD, which should be convertible to a schema for your own uses.

0

精彩评论

暂无评论...
验证码 换一张
取 消