org.ow2.easywsdl.wsdl.api.abstractItf
Interface AbsItfBindingFault

All Superinterfaces:
AbsItfBindingParam, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
BindingFault
All Known Implementing Classes:
BindingFaultImpl, BindingFaultImpl

public interface AbsItfBindingFault
extends AbsItfBindingParam

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

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 javax.xml.namespace.QName getRef()
           
 void setRef(javax.xml.namespace.QName ref)
           
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfBindingParam
createSOAP11Binding4Wsdl11, createSOAP12Binding4Wsdl20, getHTTPBinding4Wsdl11, getHTTPBinding4Wsdl20, getHttpContentEncoding, getMIMEBinding4Wsdl11, getName, getSOAP11Binding4Wsdl11, getSOAP12Binding4Wsdl11, getSOAP12Binding4Wsdl20, setName, setSOAP11Binding4Wsdl11, setSOAP12Binding4Wsdl20
 
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
 

Method Detail

getRef

javax.xml.namespace.QName getRef()

setRef

void setRef(javax.xml.namespace.QName ref)


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