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

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

Uses of InterfaceFaultReferenceElement in org.apache.woden.wsdl20
 

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

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

Methods in org.apache.woden.wsdl20.xml that return InterfaceFaultReferenceElement
 InterfaceFaultReferenceElement InterfaceOperationElement.addInterfaceFaultReferenceElement()
          Create an InterfaceFaultReferenceElement with this InterfaceOperationElement as its parent and return a reference to it.
 InterfaceFaultReferenceElement BindingFaultReferenceElement.getInterfaceFaultReferenceElement()
          Return the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement.
 InterfaceFaultReferenceElement[] InterfaceOperationElement.getInterfaceFaultReferenceElements()
          Return the set of InterfaceFaultReferenceElement within this InterfaceOperationElement.
 

Methods in org.apache.woden.wsdl20.xml with parameters of type InterfaceFaultReferenceElement
 void InterfaceOperationElement.removeInterfaceFaultReferenceElement(InterfaceFaultReferenceElement faultRef)
          Remove the specified InterfaceFaultReferenceElement from the set of InterfaceFaultReferenceElements within this InterfaceOperationElement.
 



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