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

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

Uses of InterfaceFaultElement in org.apache.woden.wsdl20
 

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

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

Methods in org.apache.woden.wsdl20.xml that return InterfaceFaultElement
 InterfaceFaultElement InterfaceElement.addInterfaceFaultElement()
          Create an InterfaceFaultElement with this InterfaceElement as its parent and return a reference to it.
 InterfaceFaultElement BindingFaultElement.getInterfaceFaultElement()
          Return the InterfaceFaultElement referred to by this BindingFaultElement.
 InterfaceFaultElement InterfaceFaultReferenceElement.getInterfaceFaultElement()
          Return the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement.
 InterfaceFaultElement InterfaceElement.getInterfaceFaultElement(QName faultName)
          Return the named InterfaceFaultElement from the set of InterfaceFaultElements defined directly within this InterfaceElement.
 InterfaceFaultElement[] InterfaceElement.getInterfaceFaultElements()
          Return the set of InterfaceFaultElements defined directly within this InterfaceElement.
 



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