blob: f4be18daac4ece3e411b6226b4a57cb62959f0e2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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 superTypes="org.eclipse.wst.wsdl.MessageReference org.eclipse.wst.wsdl.IOutput"
* @generated
*/
public interface Output extends MessageReference, javax.wsdl.Output
{
} // Output