org.apache.woden.wsdl20
Interface BindingFaultReference

All Superinterfaces:
NestedComponent, PropertyExtensible, WSDLComponent

public interface BindingFaultReference
extends NestedComponent

Represents the BindingFaultReference component from the WSDL 2.0 Component model.

Author:
John Kaputin (jkaputin@apache.org)

Method Summary
 InterfaceFaultReference getInterfaceFaultReference()
          Returns an InterfaceFaultReference representing the {interface fault reference} property of the BindingFaultReference component.
 BindingFaultReferenceElement toElement()
          Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent.
 
Methods inherited from interface org.apache.woden.wsdl20.NestedComponent
getParent
 
Methods inherited from interface org.apache.woden.wsdl20.WSDLComponent
equals, getComponentExtensionContext, getFragmentIdentifier, setComponentExtensionContext, toString
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.PropertyExtensible
getExtensionProperties, getExtensionProperties, getExtensionProperty
 

Method Detail

getInterfaceFaultReference

public 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

public 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