To make your provider available to the CIM framework, add an XML snippet to any /plugin_name/providers.xml file. For example:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE providers SYSTEM "http://www.atg.com/dtds/provider_1_0.dtd">

<provider id="MyNewProvider" class="atg.cim.provider.HelloWorldProvider">
</provider>

Now you can refer to the provider MyNewProvider in your wizards.xml file.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices