|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceFault | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
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 |
InterfaceFaultReferenceImpl.getInterfaceFault()
|
InterfaceFault[] |
InterfaceImpl.getInterfaceFaults()
|
InterfaceFault |
InterfaceImpl.getInterfaceFault(QName faultName)
|
InterfaceFault[] |
InterfaceImpl.getAllInterfaceFaults()
|
InterfaceFault |
InterfaceImpl.getFromAllInterfaceFaults(QName faultName)
|
InterfaceFault |
BindingFaultImpl.getInterfaceFault()
|
Uses of InterfaceFault in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type InterfaceFault | |
protected void |
WSDLComponentValidator.validateInterfaceFaults(Interface interfac,
InterfaceFault[] interfaceFaults,
ErrorReporter errorReporter)
Validate the interface faults in the WSDL component model. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceFault0032(InterfaceFault[] interfaceFaults,
ErrorReporter errorReporter)
Test assertion InterfaceFault-0032. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceFault0028(InterfaceFault interfaceFault,
Interface interfac,
ErrorReporter errorReporter)
Test assertion InterfaceFault-0028. |
Uses of InterfaceFault in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return InterfaceFault | |
InterfaceFault[] |
Interface.getInterfaceFaults()
Represents the {interface faults} property of the Interface component. |
InterfaceFault |
Interface.getInterfaceFault(QName faultName)
Returns the InterfaceFault with the specified name from the {interface faults} property of this Interface. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |