org.ow2.easywsdl.wsdl.api
Interface BindingOperation

All Superinterfaces:
AbsItfBindingOperation<Operation,BindingInput,BindingOutput,BindingFault>, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
BindingOperationImpl, BindingOperationImpl

public interface BindingOperation
extends AbsItfBindingOperation<Operation,BindingInput,BindingOutput,BindingFault>

This interface represents a WSDL operation binding. That is, it holds the information that would be specified in the operation element contained within a binding element.

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfBindingOperation
addFault, createFault, createInput, createOutput, getFault, getFaults, getHttpContentEncodingDefault, getHttpFaultSerialization, getHttpInputSerialization, getHttpLocation, getHttpMethod, getHttpOutputSerialization, getHttpQueryParameterSeparator, getInput, getMEP, getOperation, getOutput, getQName, getSoapAction, getStyle, isHttpIgnoreUncited, removeFault, setInput, setMEP, setOutput, setQName, setSoapAction
 
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.