-
Notifications
You must be signed in to change notification settings - Fork 283
/
Copy pathenunciate.xml
35 lines (31 loc) · 1.1 KB
/
enunciate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.27.xsd">
<api-classes>
<include pattern="com.cloudera.api.v16.*"/>
</api-classes>
<services>
<rest defaultRestSubcontext="/api/v16"/>
</services>
<modules>
<docs splashPackage="com.cloudera.api"
copyright="Cloudera, Inc. All rights reserved."
docsDir="apidocs"
title="Cloudera Manager API v16"
groupRestResources="byPath"
freemarkerXMLProcessingTemplate="api-docs.fmt"
css="static/cms/css/api-docs.css"
includeDefaultDownloads="false"
includeExampleXml="false" />
<java-client disabled="true"/>
<jaxws-ri disabled="true"/>
<xfire disabled="true"/>
<jersey disabled="true"/>
<cxf disabled="false"
enableJaxws="false"/>
<c disabled="true"/>
<csharp disabled="true"/>
<obj-c disabled="true"/>
<!-- The XML module must be enabled to generate the correct mount point. -->
<xml disabled="false"/>
</modules>
</enunciate>