Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.editable |
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 |
---|---|
InterfaceFault[] |
InterfaceImpl.getAllInterfaceFaults() |
InterfaceFault |
InterfaceImpl.getFromAllInterfaceFaults(QName faultName) |
InterfaceFault |
InterfaceFaultReferenceImpl.getInterfaceFault() |
InterfaceFault |
BindingFaultImpl.getInterfaceFault() |
InterfaceFault |
InterfaceImpl.getInterfaceFault(QName faultName) |
InterfaceFault[] |
InterfaceImpl.getInterfaceFaults() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceFaultReferenceImpl.setInterfaceFault(InterfaceFault interfaceFault) |
void |
BindingFaultImpl.setInterfaceFault(InterfaceFault interfaceFault) |
Modifier and Type | Method and Description |
---|---|
InterfaceFault[] |
Interface.getAllInterfaceFaults()
Returns the set of all InterfaceFault components available to this Interface,
which includes those declared by this Interface and those defined by any Interfaces
it extends, directly or indirectly.
|
InterfaceFault |
Interface.getFromAllInterfaceFaults(QName faultName)
Returns the InterfaceFault with the specified name from the set of all InterfaceFaults
available to this Interface, which includes those declared by this Interface and those
defined by any Interfaces it extends, directly or indirectly.
|
InterfaceFault |
InterfaceFaultReference.getInterfaceFault()
Returns an InterfaceFault representing the {interface fault} property of this
InterfaceFaultReference.
|
InterfaceFault |
BindingFault.getInterfaceFault()
Returns an InterfaceFault representing the {interface fault} property of the
BindingFault component.
|
InterfaceFault |
Interface.getInterfaceFault(QName faultName)
Returns the InterfaceFault with the specified name from the {interface faults}
property of this Interface.
|
InterfaceFault[] |
Interface.getInterfaceFaults()
Represents the {interface faults} property of the Interface component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdInterfaceFault
Represents the editable InterfaceFault component from the WSDL 2.0 Component
model.
|
Modifier and Type | Method and Description |
---|---|
void |
EdInterfaceFaultReference.setInterfaceFault(InterfaceFault interfaceFault) |
void |
EdBindingFault.setInterfaceFault(InterfaceFault interfaceFault) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.