jaxrpc-fsassertmgr-config.xml revision c76c30a0085a997fa775f2a193118d272051ab16
98N/A<?xml version="1.0" encoding="UTF-8"?>
98N/A
1059N/A<!--
98N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
98N/A
919N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
919N/A
919N/A The contents of this file are subject to the terms
919N/A of the Common Development and Distribution License
919N/A (the License). You may not use this file except in
919N/A compliance with the License.
919N/A
919N/A You can obtain a copy of the License at
919N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
919N/A opensso/legal/CDDLv1.0.txt
919N/A See the License for the specific language governing
919N/A permission and limitations under the License.
919N/A
919N/A When distributing Covered Code, include this CDDL
919N/A Header Notice in each file and include the License file
919N/A at opensso/legal/CDDLv1.0.txt.
919N/A If applicable, add the following below the CDDL Header,
98N/A with the fields enclosed by brackets [] replaced by
98N/A your own identifying information:
493N/A "Portions Copyrighted [year] [name of copyright owner]"
1059N/A
98N/A $Id: jaxrpc-fsassertmgr-config.xml,v 1.2 2008/06/25 05:48:39 qcheng Exp $
970N/A
970N/A-->
970N/A
970N/A<configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
970N/A <service name="FSAssertionManagerService"
970N/A targetNamespace="http://isp.com/wsdl"
970N/A typeNamespace="http://isp.com/types"
970N/A packageName="com.sun.identity.federation.services">
970N/A <interface name="com.sun.identity.federation.services.FSAssertionManagerIF"
98N/A servantName="com.sun.identity.federation.services.FSAssertionManagerImpl" />
1059N/A </service>
493N/A</configuration>
911N/A