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

Packages that use Interface
org.apache.woden.wsdl20   
 

Uses of Interface in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return Interface
 Interface Interface.getExtendedInterface(QName interfaceName)
          Return the named Interface from the {extended interfaces} property of this Interface.
 Interface[] Interface.getExtendedInterfaces()
          Represents the {extended interfaces} property of the Interface component.
 Interface Service.getInterface()
          Represents the {interface} property of the Service component.
 Interface Binding.getInterface()
          Represents the {interface} property of the Binding component.
 Interface Description.getInterface(QName name)
          Returns an Interface with the specified name from the {interfaces} property of this Description.
 Interface[] Description.getInterfaces()
          Represents the {interfaces} property of the Description component.
 



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