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

Packages that use InterfaceFault
org.apache.woden.wsdl20   
 

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-2011 Apache Software Foundation. All Rights Reserved.