Uses of Interface
org.apache.woden.wsdl20.InterfaceFault

Packages that use InterfaceFault
org.apache.woden.internal.wsdl20   
org.apache.woden.wsdl20   
 

Uses of InterfaceFault in org.apache.woden.internal.wsdl20
 

Classes in org.apache.woden.internal.wsdl20 that implement InterfaceFault
 class InterfaceFaultImpl
          This class represents the InterfaceFault component from the WSDL 2.0 Component Model and the <fault> child element of the <interface> element.
 

Methods in org.apache.woden.internal.wsdl20 that return InterfaceFault
 InterfaceFault[] InterfaceImpl.getAllInterfaceFaults()
           
 InterfaceFault InterfaceImpl.getFromAllInterfaceFaults(QName faultName)
           
 InterfaceFault BindingFaultImpl.getInterfaceFault()
           
 InterfaceFault InterfaceFaultReferenceImpl.getInterfaceFault()
           
 InterfaceFault InterfaceImpl.getInterfaceFault(QName faultName)
           
 InterfaceFault[] InterfaceImpl.getInterfaceFaults()
           
 

Uses of InterfaceFault in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return InterfaceFault
 InterfaceFault[] Interface.getAllInterfaceFaults()
          Returns the set of all InterfaceFault components available to this Interface, which includes those declared by this Interface and those defined by any Interfaces it extends, directly or indirectly.
 InterfaceFault Interface.getFromAllInterfaceFaults(QName faultName)
          Returns the InterfaceFault with the specified name from the set of all InterfaceFaults available to this Interface, which includes those declared by this Interface and those defined by any Interfaces it extends, directly or indirectly.
 InterfaceFault BindingFault.getInterfaceFault()
          Returns an InterfaceFault representing the {interface fault} property of the BindingFault component.
 InterfaceFault InterfaceFaultReference.getInterfaceFault()
          Returns an InterfaceFault representing the {interface fault} property of this InterfaceFaultReference.
 InterfaceFault Interface.getInterfaceFault(QName faultName)
          Returns the InterfaceFault with the specified name from the {interface faults} property of this Interface.
 InterfaceFault[] Interface.getInterfaceFaults()
          Represents the {interface faults} property of the Interface component.
 



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