blob: e209ee1f0d214ea95956be2b18101e5e4e03a81f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.wsdl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Output</b></em>'.
* @since 1.0
* @ignore
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This class represents a WSDL output element. An output element specifies the abstract message format for the output of the operation.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.wst.wsdl.WSDLPackage#getOutput()
* @model
* @generated
*/
public interface Output extends MessageReference, javax.wsdl.Output
{
} // Output