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

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

public interface BindingOperation
extends SAWSDLElement, org.ow2.easywsdl.wsdl.api.abstractItf.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.extensions.sawsdl.api.SAWSDLElement
addLiftingSchemaMapping, addLoweringSchemaMapping, addModelReference, getAttrExtensions, getLiftingSchemaMapping, getLoweringSchemaMapping, getModelReference, removeAllLiftingSchemaMappings, removeAllLoweringSchemaMappings, removeAllModelReferences, removeLiftingSchemaMapping, removeLoweringSchemaMapping, removeModelReference
 
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.xml.api.XMLElement
getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.