blob: 5326b6233865ea64281d9b3dd40b790bcfdd85a3 [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.wst.ws.internal.ext;
import org.eclipse.wst.command.internal.provisional.env.core.Command;
public interface WebServiceFinishCommand extends Command
{
}