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