|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingFaultReference | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 |
Uses of BindingFaultReference in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement BindingFaultReference | |
class |
BindingFaultReferenceImpl
This class represents the BindingFaultReference component of the WSDL 2.0 Component model and the <infault> or <outfault> child element of a WSDL binding <operation>. |
Methods in org.apache.woden.internal.wsdl20 that return BindingFaultReference | |
BindingFaultReference[] |
BindingOperationImpl.getBindingFaultReferences()
|
Uses of BindingFaultReference in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type BindingFaultReference | |
protected void |
WSDLComponentValidator.validateBindingFaultReferences(BindingFaultReference[] bindingFaultReferences,
Description desc,
ErrorReporter errorReporter)
Validate the binding fault references in the WSDL component model. |
protected boolean |
WSDLComponentValidator.testAssertionBindingFaultReference0061(BindingFaultReference[] bindingFaultReferences,
ErrorReporter errorReporter)
Test assertion BindingFaultReference-0061. |
protected boolean |
WSDLComponentValidator.testAssertionBindingFaultReference0062(BindingFaultReference bindingFaultReference,
ErrorReporter errorReporter)
Test assertion BindingFaultReference-0062. |
Uses of BindingFaultReference in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return BindingFaultReference | |
BindingFaultReference[] |
BindingOperation.getBindingFaultReferences()
Represents the {binding fault references} property of the BindingOperation component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |