Uses of Interface
org.apache.woden.wsdl20.InterfaceOperation

Packages that use InterfaceOperation
org.apache.woden.wsdl20   
 

Uses of InterfaceOperation in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return InterfaceOperation
 InterfaceOperation[] Interface.getAllInterfaceOperations()
          Returns the set of all InterfaceOperation components available to this Interface, which includes those declared by this Interface and those defined by the Interfaces it extends, directly or indirectly.
 InterfaceOperation Interface.getFromAllInterfaceOperations(QName operName)
          Returns the InterfaceOperation with the specified name from the set of all InterfaceOperations available to this Interface, which includes those declared by this Interface and those defined by any Interfaces it extends, directly or indirectly.
 InterfaceOperation BindingOperation.getInterfaceOperation()
          Returns an InterfaceOperation representing the {interface operation} property of the BindingOperation component.
 InterfaceOperation Interface.getInterfaceOperation(QName operName)
          Returns the InterfaceOperation with the specified name from the {interface operations} property of this Interface.
 InterfaceOperation[] Interface.getInterfaceOperations()
          Represents the {interface operations} property of the Interface component.
 



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