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