blob: f57cb14937417956906316a9444a7e2279bba6b7 [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.internal.provisional.env.core.Command;
public interface WebServiceFinishCommand extends Command
{
}