|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingFaultElement | |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Uses of BindingFaultElement in org.apache.woden.internal.wsdl20 |
---|
Classes in org.apache.woden.internal.wsdl20 that implement BindingFaultElement | |
---|---|
class |
BindingFaultImpl
This class represents the BindingFault component from the WSDL 2.0 Component Model and the <fault> child element of the WSDL <binding> element. |
Methods in org.apache.woden.internal.wsdl20 that return BindingFaultElement | |
---|---|
BindingFaultElement |
BindingImpl.addBindingFaultElement()
|
BindingFaultElement[] |
BindingImpl.getBindingFaultElements()
|
BindingFaultElement |
BindingImpl.getBindingFaultElementWithRef(QName qname)
|
BindingFaultElement |
BindingFaultImpl.toElement()
|
Uses of BindingFaultElement in org.apache.woden.wsdl20 |
---|
Methods in org.apache.woden.wsdl20 that return BindingFaultElement | |
---|---|
BindingFaultElement |
BindingFault.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Uses of BindingFaultElement in org.apache.woden.wsdl20.xml |
---|
Methods in org.apache.woden.wsdl20.xml that return BindingFaultElement | |
---|---|
BindingFaultElement |
BindingElement.addBindingFaultElement()
Create a BindingFaultElement with this BindingElement as its parent and return a reference to it. |
BindingFaultElement[] |
BindingElement.getBindingFaultElements()
Return the set of BindingFaultElements within this BindingElement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |