org.apache.woden.wsdl20
Interface BindingFault
- All Superinterfaces:
- NestedComponent, PropertyExtensible, WSDLComponent
- All Known Implementing Classes:
- BindingFaultImpl
public interface BindingFault
- extends NestedComponent
Represents the BindingFault component from the WSDL 2.0 Component model.
- Author:
- John Kaputin (jkaputin@apache.org)
Method Summary |
InterfaceFault |
getInterfaceFault()
Returns an InterfaceFault representing the {interface fault} property of the
BindingFault component. |
BindingFaultElement |
toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent. |
getInterfaceFault
InterfaceFault getInterfaceFault()
- Returns an InterfaceFault representing the {interface fault} property of the
BindingFault component. That is, the interface fault that this binding fault
provides concrete bindings for.
- Returns:
- an InterfaceFault bound by this BindingFault
toElement
BindingFaultElement toElement()
- Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- Returns:
- the BindingFaultElement that maps to this BindingFault
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.