org.ow2.easywsdl.extensions.sawsdl.api
Interface Operation

All Superinterfaces:
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation<Input,Output,Fault>, SAWSDLElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.wsdl.api.WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
OperationImpl

public interface Operation
extends SAWSDLElement, org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation<Input,Output,Fault>

This interface represents a WSDL operation. It includes information on input, output and fault messages associated with usage of the operation.

Author:
Nicolas Salatge - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation.MEPPatternConstants
 
Method Summary
 
Methods inherited from interface org.ow2.easywsdl.extensions.sawsdl.api.SAWSDLElement
addModelReference, getAttrExtensions, getModelReference, removeAllModelReferences, removeModelReference
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation
addFault, createFault, createInput, createOutput, getFault, getFaultByElementName, getFaults, getInput, getOutput, getParameterOrdering, getPattern, getQName, getSignature, removeFault, removeFaultByElementName, setInput, setOutput, setParameterOrdering, setPattern, setQName
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 



Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.