Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Class and Description |
---|---|
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>.
|
Modifier and Type | Method and Description |
---|---|
BindingFaultReferenceElement |
BindingOperationImpl.addBindingFaultReferenceElement() |
BindingFaultReferenceElement[] |
BindingOperationImpl.getBindingFaultReferenceElements() |
BindingFaultReferenceElement |
BindingFaultReferenceImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
void |
BindingOperationImpl.removeBindingFaultReferenceElement(BindingFaultReferenceElement faultRef) |
Modifier and Type | Method and Description |
---|---|
BindingFaultReferenceElement |
BindingFaultReference.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 |
---|---|
BindingFaultReferenceElement |
BindingOperationElement.addBindingFaultReferenceElement()
Create a BindingFaultReferenceElement with this BindingOperationElement as its parent
and return a reference to it.
|
BindingFaultReferenceElement[] |
BindingOperationElement.getBindingFaultReferenceElements()
Return the set of BindingFaultReferenceElements within this BindingOperationElement.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingOperationElement.removeBindingFaultReferenceElement(BindingFaultReferenceElement faultRef)
Remove the specified BindingFaultReferenceElement from the set of
BindingFaultReferenceElements within this BindingOperationElement.
|
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.