org.ow2.easywsdl.wsdl.api
Interface Operation

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

public interface Operation
extends 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
AbsItfOperation.MEPPatternConstants
 
Method Summary
 
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, getDocumentation, getOtherAttributes, setDocumentation
 



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