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.

It holds information about 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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 



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