Skip to content

Instantly share code, notes, and snippets.

@Riduidel
Created May 11, 2012 08:01
Show Gist options
  • Select an option

  • Save Riduidel/2658258 to your computer and use it in GitHub Desktop.

Select an option

Save Riduidel/2658258 to your computer and use it in GitHub Desktop.
Glassfish application server WADL
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://research.sun.com/wadl/2006/10">
<doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 1.8 06/24/2011 12:17 PM"/>
<resources base="http://localhost:4848/management/">
<resource path="/status/">
<method id="get" name="GET">
<response>
<representation mediaType="text/plain"/>
</response>
</method>
</resource>
<resource path="/domain/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="resources/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="list-jms-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-activation-spec-class/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-interface-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-built-in-custom-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connection-definition-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connection-definition-properties-and-defaults/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connector-config-java-beans/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-database-vendor-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-jdbc-driver-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-mcf-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-config-property-types/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-types/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-resource-adapter-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-system-rars-allowing-pool-creation/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-validation-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-validation-table-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="add-resources/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="create-jms-resource/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-jms-resource/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="flush-connection-pool/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="ping-connection-pool/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="update-connector-security-map/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-admin-objects/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-connector-connection-pools/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-connector-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-custom-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-javamail-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jdbc-connection-pools/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jdbc-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jndi-entries/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jndi-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-resource-adapter-configs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-resource-refs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="jdbc-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="persistence-manager-factory-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="resource-adapter-config/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ResourceAdapterName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResourceAdapterName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="mail-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="work-security-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="update-connector-work-security-map/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="principal-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EisPrincipal}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EisPrincipal" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="group-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EisGroup}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EisGroup" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="admin-object-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="jdbc-connection-pool/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="external-jndi-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="connector-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="custom-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="connector-connection-pool/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="security-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="principal/">
<method id="add" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="user-group/">
<method id="add" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="backend-principal/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="system-properties/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="update" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="getSystemPropertyResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="deleteSystemProperty" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="system-property/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="anonymous-user-enabled/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="location/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="host-port/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_get-restart-required/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-runtime-info/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_get-rest-admin-config/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_bootstrap-secure-admin/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_create-node/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_create-node-implicit/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_deploy/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_dump-hk2/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_get-habitat-info/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_get-log-file/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_get-targets/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_gms-announce-after-start-cluster-command/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_gms-announce-after-stop-cluster-command/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_gms-announce-before-start-cluster-command/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_gms-announce-before-stop-cluster-command/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_instanceValidateRemoteDirDeployment/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_lifecycle/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_list-app-refs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_list-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_post-register-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_post-unregister-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_postdeploy/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_recover-transactions-internal/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_register-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_register-instance-at-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_restart-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_set-rest-admin-config/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_stop-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_synchronize-files/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_unregister-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_validate-node/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_validateRemoteDirDeployment/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="change-admin-password/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="collect-log-files/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="configure-ldap-for-admin/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="create-instance/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="create-password-alias/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-password-alias/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-password-aliases/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="update-password-alias/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="disable-monitoring/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="disable-secure-admin/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="enable-monitoring/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="enable-secure-admin/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="export-sync-bundle/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="generate-domain-schema/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-commands/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-containers/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-instances/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-log-attributes/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-log-levels/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-modules/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-nodes/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-nodes-config/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jvm-options/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-persistence-types/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-system-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-timers/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-transports/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="restart/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="rotate-log/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="set-log-attributes/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="set-log-levels/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-log-levels/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="hack" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processDelete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="stop/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="uptime/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="version/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="jmx-urls/">
<method id="getJmxServiceUrl" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="view-log/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="start" style="query" type="xs:long" default="0"/>
</request>
<response>
<representation mediaType="text/plain; charset=UTF-8"/>
</response>
</method>
<resource path="details/">
<method id="getJson" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="logFileName" style="query" type="xs:string" default="${com.sun.aas.instanceRoot}/logs/server.log"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="startIndex" style="query" type="xs:long" default="-1"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="searchForward" style="query" type="xs:boolean" default="false"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="maximumNumberOfResults" style="query" type="xs:int" default="40"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="onlyLevel" style="query" type="xs:boolean" default="false"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="fromTime" style="query" type="xs:long" default="-1"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="toTime" style="query" type="xs:long" default="-1"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="logLevel" style="query" type="xs:string" default="INFO"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="anySearch" style="query" type="xs:string" default=""/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="listOfModules" style="query" type="xs:string"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="instanceName" style="query" type="xs:string" default=""/>
</request>
<response>
<representation mediaType="text/plain"/>
<representation mediaType="application/json"/>
</response>
</method>
<method id="getXML" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="logFileName" style="query" type="xs:string" default="${com.sun.aas.instanceRoot}/logs/server.log"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="startIndex" style="query" type="xs:long" default="-1"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="searchForward" style="query" type="xs:boolean" default="false"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="maximumNumberOfResults" style="query" type="xs:int" default="40"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="onlyLevel" style="query" type="xs:boolean" default="true"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="fromTime" style="query" type="xs:long" default="-1"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="toTime" style="query" type="xs:long" default="-1"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="logLevel" style="query" type="xs:string" default="INFO"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="anySearch" style="query" type="xs:string" default=""/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="listOfModules" style="query" type="xs:string"/>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="instanceName" style="query" type="xs:string" default=""/>
</request>
<response>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="lognames/">
<method id="getLogNamesJSON" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="instanceName" style="query" type="xs:string"/>
</request>
<response>
<representation mediaType="text/plain"/>
<representation mediaType="application/json"/>
</response>
</method>
<method id="getLogNamesJXML" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="instanceName" style="query" type="xs:string"/>
</request>
<response>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
</resource>
<resource path="set/">
<method id="setDomainConfig" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="lb-configs/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="list-http-lb-configs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-http-lbs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="lb-config/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="create-http-lb-ref/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="create-http-listener/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-http-lb-ref/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-http-listener/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="export-http-lb-config/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="cluster-ref/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Ref}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Ref" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="health-checker/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
<resource path="server-ref/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Ref}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Ref" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="health-checker/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="load-balancers/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="load-balancer/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="apply-http-lb-changes/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="export-http-lb-config/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="secure-admin/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="secure-admin-internal-user/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Username}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Username" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="secure-admin-principal/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Dn}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Dn" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
<resource path="system-applications/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="web-module/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="web-service-endpoint/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="registry-location/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ConnectorResourceJndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ConnectorResourceJndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="transformation-rule/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="extension-module/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="application/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="web-service-endpoint/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="registry-location/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ConnectorResourceJndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ConnectorResourceJndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="transformation-rule/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="resources/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="list-jms-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-activation-spec-class/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-interface-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-built-in-custom-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connection-definition-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connection-definition-properties-and-defaults/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connector-config-java-beans/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-database-vendor-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-jdbc-driver-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-mcf-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-config-property-types/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-types/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-resource-adapter-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-system-rars-allowing-pool-creation/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-validation-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-validation-table-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="add-resources/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="create-jms-resource/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-jms-resource/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="flush-connection-pool/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="ping-connection-pool/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="update-connector-security-map/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-admin-objects/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-connector-connection-pools/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-connector-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-custom-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-javamail-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jdbc-connection-pools/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jdbc-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jndi-entries/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jndi-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-resource-adapter-configs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-resource-refs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="jdbc-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="persistence-manager-factory-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="resource-adapter-config/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ResourceAdapterName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResourceAdapterName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="mail-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="work-security-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="update-connector-work-security-map/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="principal-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EisPrincipal}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EisPrincipal" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="group-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EisGroup}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EisGroup" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="admin-object-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="jdbc-connection-pool/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="external-jndi-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="connector-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="custom-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="connector-connection-pool/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="security-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="principal/">
<method id="add" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="user-group/">
<method id="add" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="backend-principal/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="engine/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Sniffer}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Sniffer" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="web-module-config/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="context-param/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ParamName&gt;}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ParamName&gt;" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="param-value/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="description/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="param-name/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
</resource>
<resource path="env-entry/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EnvEntryName&gt;}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EnvEntryName&gt;" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="description/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="env-entry-type/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="env-entry-value/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="env-entry-name/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="_get-deployment-configurations/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="disable/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="disable-http-lb-application/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="enable/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="application/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-client-stubs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-web-context-param/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-web-env-entry/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="set-web-context-param/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="set-web-env-entry/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="show-component-status/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="unset-web-context-param/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="unset-web-env-entry/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="module/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="resources/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="list-jms-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-activation-spec-class/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-admin-object-interface-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-built-in-custom-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connection-definition-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connection-definition-properties-and-defaults/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-connector-config-java-beans/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-database-vendor-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-jdbc-driver-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-mcf-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-config-property-types/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-message-listener-types/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-resource-adapter-config-properties/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-system-rars-allowing-pool-creation/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-validation-class-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-validation-table-names/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="add-resources/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="create-jms-resource/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-jms-resource/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="flush-connection-pool/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="ping-connection-pool/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="update-connector-security-map/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-admin-objects/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-connector-connection-pools/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-connector-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-custom-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-javamail-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jdbc-connection-pools/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jdbc-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jndi-entries/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-jndi-resources/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-resource-adapter-configs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-resource-refs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="jdbc-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="persistence-manager-factory-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="resource-adapter-config/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ResourceAdapterName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResourceAdapterName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="mail-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="work-security-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="update-connector-work-security-map/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="principal-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EisPrincipal}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EisPrincipal" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="group-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EisGroup}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EisGroup" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="admin-object-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="jdbc-connection-pool/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="external-jndi-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="connector-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="custom-resource/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{JndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="connector-connection-pool/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="security-map/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="principal/">
<method id="add" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="user-group/">
<method id="add" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="backend-principal/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="engine/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Sniffer}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Sniffer" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="web-module-config/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="context-param/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ParamName&gt;}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ParamName&gt;" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="param-value/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="description/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="param-name/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
</resource>
<resource path="env-entry/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{EnvEntryName&gt;}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EnvEntryName&gt;" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="description/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="env-entry-type/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="env-entry-value/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="env-entry-name/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="list-webservices/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="get-context-root/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="_get-relative-jws-uri/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="is-sniffer-user-visible/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="create-lifecycle-module/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-lifecycle-module/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="hack" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processDelete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-components/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-lifecycle-modules/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-sub-components/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
<resource path="ejb-module/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="web-service-endpoint/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="registry-location/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ConnectorResourceJndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ConnectorResourceJndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="transformation-rule/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="connector-module/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="lifecycle-module/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="description/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
</resource>
</resource>
<resource path="appclient-module/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
<resource path="j2ee-application/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="web-service-endpoint/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="registry-location/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{ConnectorResourceJndiName}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ConnectorResourceJndiName" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="transformation-rule/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource path="configs/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="copy-config/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="list-configs/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="config/">
<method id="get" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="application/json"/>
<representation mediaType="text/html"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="*/*"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="resolve-tokens/">
<method id="processGet" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="delete-config/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="synchronize-realm-from-config/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="processPost" name="POST">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
</resource>
<resource path="system-properties/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="create" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="update" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="getSystemPropertyResource" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="deleteSystemProperty" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
</resource>
</resource>
<resource path="admin-service/">
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="createEntity" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<resource path="property/">
<method id="get" name="GET">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="delete" name="DELETE">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="replaceProperties" name="PUT">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<method id="createProperties" name="POST">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
</response>
</method>
<resource path="{Name}/">
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Name" style="template" type="xs:string"/>
<method id="delete" name="DELETE">
<request>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="options" name="OPTIONS">
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="getEntity" name="GET">
<request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expandLevel" style="query" type="xs:int" default="1"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
<representation mediaType="application/json"/>
<representation mediaType="application/xml"/>
<representation mediaType="application/x-www-form-urlencoded"/>
</response>
</method>
<method id="post" name="POST">
<request>
<representation mediaType="multipart/form-data"/>
</request>
<response>
<representation mediaType="text/html; qs=2"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment