Modifier and Type | Method and Description |
---|---|
protected void |
DOMWSDLWriter.printInterfaceFaultReferences(InterfaceFaultReferenceElement[] faulRefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceFaultReferenceElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceFaultReferenceImpl
This class represents the InterfaceFaultReference component of the
WSDL 2.0 Component model and the <infault> and <outfault>
child elements of an interface <operation>.
|
Modifier and Type | Method and Description |
---|---|
InterfaceFaultReferenceElement |
InterfaceOperationImpl.addInterfaceFaultReferenceElement() |
InterfaceFaultReferenceElement |
BindingFaultReferenceImpl.getInterfaceFaultReferenceElement() |
InterfaceFaultReferenceElement[] |
InterfaceOperationImpl.getInterfaceFaultReferenceElements() |
InterfaceFaultReferenceElement |
InterfaceFaultReferenceImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceOperationImpl.removeInterfaceFaultReferenceElement(InterfaceFaultReferenceElement faultRef) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLDocumentValidator.testAssertionQNameResolution1064ForInterfaceFaultReference(InterfaceFaultReferenceElement faultReference,
ErrorReporter errorReporter)
Test assertion QName-resolution-1064 for an InterfaceFaultReference element.
|
protected boolean |
WSDLDocumentValidator.validateInterfaceFaultReferences(DescriptionElement descElement,
InterfaceFaultReferenceElement[] faultReferences,
ErrorReporter errorReporter)
Validate the InterfaceFaultReference elements.
|
Modifier and Type | Method and Description |
---|---|
InterfaceFaultReferenceElement |
InterfaceFaultReference.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 |
---|---|
InterfaceFaultReferenceElement |
InterfaceOperationElement.addInterfaceFaultReferenceElement()
Create an InterfaceFaultReferenceElement with this InterfaceOperationElement as its parent
and return a reference to it.
|
InterfaceFaultReferenceElement |
BindingFaultReferenceElement.getInterfaceFaultReferenceElement()
Return the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement.
|
InterfaceFaultReferenceElement[] |
InterfaceOperationElement.getInterfaceFaultReferenceElements()
Return the set of InterfaceFaultReferenceElement within this InterfaceOperationElement.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceOperationElement.removeInterfaceFaultReferenceElement(InterfaceFaultReferenceElement faultRef)
Remove the specified InterfaceFaultReferenceElement from the set of
InterfaceFaultReferenceElements within this InterfaceOperationElement.
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.