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

Packages that use InterfaceElement
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.validation   
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.xml   
 

Uses of InterfaceElement in org.apache.woden.internal.wsdl20
 

Classes in org.apache.woden.internal.wsdl20 that implement InterfaceElement
 class InterfaceImpl
          This class represents the Interface component from the WSDL 2.0 Component Model and <interface> element.
 

Methods in org.apache.woden.internal.wsdl20 that return InterfaceElement
 InterfaceElement DescriptionImpl.addInterfaceElement()
           
 InterfaceElement InterfaceImpl.getExtendedInterfaceElement(QName interfaceName)
           
 InterfaceElement[] InterfaceImpl.getExtendedInterfaceElements()
           
 InterfaceElement BindingImpl.getInterfaceElement()
           
 InterfaceElement ServiceImpl.getInterfaceElement()
           
 InterfaceElement[] DescriptionImpl.getInterfaceElements()
           
 InterfaceElement InterfaceImpl.toElement()
           
 

Uses of InterfaceElement in org.apache.woden.internal.wsdl20.validation
 

Methods in org.apache.woden.internal.wsdl20.validation with parameters of type InterfaceElement
protected  boolean WSDLDocumentValidator.testAssertionInterface1012(InterfaceElement interfaceElem, ErrorReporter errorReporter)
          Test assertion Interface-1012.
protected  boolean WSDLDocumentValidator.validateInterfaces(DescriptionElement descElement, InterfaceElement[] interfaces, ErrorReporter errorReporter)
          Validate the contents of the interface element.
 

Uses of InterfaceElement in org.apache.woden.wsdl20
 

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

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

Methods in org.apache.woden.wsdl20.xml that return InterfaceElement
 InterfaceElement DescriptionElement.addInterfaceElement()
          Create an InterfaceElement with this DescriptionElement as its parent and return a reference to it.
 InterfaceElement InterfaceElement.getExtendedInterfaceElement(QName interfaceName)
          Return the named InterfaceElement from the set of IntefaceElements extended by this InterfaceElement.
 InterfaceElement[] InterfaceElement.getExtendedInterfaceElements()
          Return the set of InterfaceElements extended by this InterfaceElement.
 InterfaceElement BindingElement.getInterfaceElement()
          Return the InterfaceElement referred to by this BindingElement.
 InterfaceElement ServiceElement.getInterfaceElement()
          Return the InterfaceElement referred to by this ServiceElement.
 InterfaceElement[] DescriptionElement.getInterfaceElements()
          Return the set of InterfaceElements within this DescriptionElement.
 



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