forked from opentripplanner/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enunciate.xml
23 lines (23 loc) · 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
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.23.xsd">
<!-- We only use Enunciate to generate documentation for the trip planner
API. This is a barebones config file that moslty just turns off modules we
don't need. -->
<disable-rule id="jaxb.noarg.constructor"/>
<services>
<rest defaultRestSubcontext="/ws/">
<!-- Workaround for enunciate bug 678, for more info see: https://jira.codehaus.org/browse/ENUNCIATE-678 -->
<custom-resource-parameter-annotation qualifiedName="org.glassfish.jersey.media.multipart.FormDataParam" />
<content-types>
<content-type type="text/plain" id="txt"/>
</content-types>
</rest>
</services>
<modules>
<c disabled="true"/>
<obj-c disabled="true"/>
<csharp disabled="true"/>
<jaxws-client disabled="true"/>
<docs title="OpenTripPlanner API" disableRestMountpoint="true"/>
</modules>
</enunciate>