blob: 96a29bbbafb1042b46c8cb51dec76385d013fe74 [file] [log] [blame]
/**
* <copyright>
*
* Licensed Material - Property of IBM
* (C) Copyright IBM Corp. 2000, 2002 - All Rights Reserved.
* US Government Users Restricted Rights - Use, duplication or disclosure
* restricted by GSA ADP Schedule Contract with IBM Corp.
*
* </copyright>
*/
package org.eclipse.jst.ws.internal.ext;
import org.eclipse.wst.command.env.core.Command;
public interface WebServiceFinishCommand extends Command
{
}