Package | Description |
---|---|
org.apache.woden.internal | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printBindingFaults(BindingFaultElement[] faults,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingFaultElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printBindingFaults(BindingFaultElement[] faults,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingFaultElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BindingFaultElement |
BindingImpl.addBindingFaultElement() |
BindingFaultElement[] |
BindingImpl.getBindingFaultElements() |
BindingFaultElement |
BindingImpl.getBindingFaultElementWithRef(QName qname) |
BindingFaultElement |
BindingFaultImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
BindingFaultElement |
BindingFault.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.