Package | Description |
---|---|
org.apache.woden.internal | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printFaults(InterfaceFaultElement[] faulEles,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceInterfaceFaultElement of the WSDL element model.
|
protected void |
DOMWSDLWriter.printFaults(InterfaceFaultElement[] faulEles,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceInterfaceFaultElement of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceFaultImpl
This class represents the InterfaceFault component from the WSDL 2.0 Component
Model and the <fault> child element of the <interface> element.
|
Modifier and Type | Method and Description |
---|---|
InterfaceFaultElement |
InterfaceImpl.addInterfaceFaultElement() |
InterfaceFaultElement |
BindingFaultImpl.getInterfaceFaultElement() |
InterfaceFaultElement |
InterfaceFaultReferenceImpl.getInterfaceFaultElement() |
InterfaceFaultElement |
InterfaceImpl.getInterfaceFaultElement(QName faultName) |
InterfaceFaultElement[] |
InterfaceImpl.getInterfaceFaultElements() |
InterfaceFaultElement |
InterfaceFaultImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLDocumentValidator.validateInterfaceFaults(DescriptionElement descElement,
InterfaceFaultElement[] faultElements,
ErrorReporter errorReporter)
Validate the InterfaceFault elements.
|
Modifier and Type | Method and Description |
---|---|
InterfaceFaultElement |
InterfaceFault.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 |
---|---|
InterfaceFaultElement |
InterfaceElement.addInterfaceFaultElement()
Create an InterfaceFaultElement with this InterfaceElement as its parent and
return a reference to it.
|
InterfaceFaultElement |
BindingFaultElement.getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this BindingFaultElement.
|
InterfaceFaultElement |
InterfaceFaultReferenceElement.getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement.
|
InterfaceFaultElement |
InterfaceElement.getInterfaceFaultElement(QName faultName)
Return the named InterfaceFaultElement from the set of InterfaceFaultElements defined
directly within this InterfaceElement.
|
InterfaceFaultElement[] |
InterfaceElement.getInterfaceFaultElements()
Return the set of InterfaceFaultElements defined directly within this InterfaceElement.
|
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.