All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.rpc.tools.plugin.ToolPluginConstants Maven / Gradle / Ivy

/*
 * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License v. 2.0, which is available at
 * http://www.eclipse.org/legal/epl-2.0.
 *
 * This Source Code may also be made available under the following Secondary
 * Licenses when the conditions for such availability set forth in the
 * Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
 * version 2 with the GNU Classpath Exception, which is available at
 * https://www.gnu.org/software/classpath/license.html.
 *
 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
 */

/*
 * Created on Oct 21, 2003
 *
 * To change the template for this generated file go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
package com.sun.xml.rpc.tools.plugin;

/**
 * @author JAX-RPC Development Team
 *
 */
public class ToolPluginConstants {
    public static final String WSCOMPILE_PLUGIN =
        "com.sun.xml.rpc.tools.wscompile";
    public static final String J2EE_PLUGIN = "com.sun.xml.rpc.tools.j2ee";
    public static final String WSCOMPILE_USAGE_EXT_POINT =
        "com.sun.xml.rpc.tools.wscompile.usage";
    public static final String WSCOMPILE_PROC_ACTION_EXT_POINT =
        "com.sun.xml.rpc.tools.wscompile.processorAction";
    public static final String WSCOMPILE_MODEL_INFO_EXT_POINT =
        "com.sun.xml.rpc.tools.wscompile.modelInfo";
    public static final String WSCOMPILE_MODEL_EXT_POINT =
        "com.sun.xml.rpc.tools.wscompile.model";
    public static final String WSCOMPILE_STUB_HOOKS_EXT_POINT =
        "com.sun.xml.rpc.tools.wscompile.stubHooks";
    public static final String WSCOMPILE_TIE_HOOKS_EXT_POINT =
        "com.sun.xml.rpc.tools.wscompile.tieHooks";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy