Uses of Interface
org.apache.woden.wsdl20.xml.BindingFaultReferenceElement

Packages that use BindingFaultReferenceElement
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.xml   
 

Uses of BindingFaultReferenceElement in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return BindingFaultReferenceElement
 BindingFaultReferenceElement BindingFaultReference.toElement()
          Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent.
 

Uses of BindingFaultReferenceElement in org.apache.woden.wsdl20.xml
 

Methods in org.apache.woden.wsdl20.xml that return BindingFaultReferenceElement
 BindingFaultReferenceElement BindingOperationElement.addBindingFaultReferenceElement()
          Create a BindingFaultReferenceElement with this BindingOperationElement as its parent and return a reference to it.
 BindingFaultReferenceElement[] BindingOperationElement.getBindingFaultReferenceElements()
          Return the set of BindingFaultReferenceElements within this BindingOperationElement.
 

Methods in org.apache.woden.wsdl20.xml with parameters of type BindingFaultReferenceElement
 void BindingOperationElement.removeBindingFaultReferenceElement(BindingFaultReferenceElement faultRef)
          Remove the specified BindingFaultReferenceElement from the set of BindingFaultReferenceElements within this BindingOperationElement.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.