Uses of Interface
org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement

Packages that use InterfaceMessageReferenceElement
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.xml   
 

Uses of InterfaceMessageReferenceElement in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return InterfaceMessageReferenceElement
 InterfaceMessageReferenceElement InterfaceMessageReference.toElement()
          Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent.
 

Uses of InterfaceMessageReferenceElement in org.apache.woden.wsdl20.xml
 

Methods in org.apache.woden.wsdl20.xml that return InterfaceMessageReferenceElement
 InterfaceMessageReferenceElement InterfaceOperationElement.addInterfaceMessageReferenceElement()
          Create an InterfaceMessageReferenceElement with this InterfaceOperationElement as its parent and return a reference to it.
 InterfaceMessageReferenceElement BindingMessageReferenceElement.getInterfaceMessageReferenceElement()
          Return the InterfaceMessageReferenceElement associated with this BindingMessageReferenceElement.
 InterfaceMessageReferenceElement[] InterfaceOperationElement.getInterfaceMessageReferenceElements()
          Return the set of InterfaceMessageReferenceElements within this InterfaceOperationElement.
 

Methods in org.apache.woden.wsdl20.xml with parameters of type InterfaceMessageReferenceElement
 void InterfaceOperationElement.removeInterfaceMessageReferenceElement(InterfaceMessageReferenceElement msgRef)
          Remove the specified InterfaceMessageReferenceElement from the set of InterfaceMessageReferenceElements within this InterfaceOperationElement.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.