META-INF.services.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.wso2.carbon.policyeditor Show documentation
Show all versions of org.wso2.carbon.policyeditor Show documentation
This is a core module of the project.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you under the Apache License, ~ Version 2.0 (the "License"); you may not use this file except ~ in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <serviceGroup> <!-- Disabling MTOM for tooling services. If MTOM is enabled globally this will case an adverse effect on these services when calling through the AJAX admin console. --> <parameter name="enableMTOM">false</parameter> <parameter name="hiddenService">true</parameter> <service name="PolicyEditorService" scope="transportsession"> <schema schemaNamespace="http://org.wso2.wsf/tools" elementFormDefaultQualified="true"/> <transports> <transport>https</transport> <transport>http</transport> </transports> <messageReceivers> <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> </messageReceivers> <parameter locked="false" name="ServiceClass">org.wso2.carbon.policyeditor.PolicyEditorService</parameter> <parameter name="adminService" locked="true">true</parameter> </service> <parameter name="AuthorizationAction" locked="false">/permission/admin/manage/identity/entitlement</parameter> </serviceGroup>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy