|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ServiceImpl.getInterfaceElement()
|
InterfaceElement |
InterfaceImpl.toElement()
|
InterfaceElement |
InterfaceImpl.getExtendedInterfaceElement(QName interfaceName)
|
InterfaceElement[] |
InterfaceImpl.getExtendedInterfaceElements()
|
InterfaceElement |
BindingImpl.getInterfaceElement()
|
InterfaceElement[] |
DescriptionImpl.getInterfaceElements()
|
InterfaceElement |
DescriptionImpl.addInterfaceElement()
|
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.validateInterfaces(DescriptionElement descElement,
InterfaceElement[] interfaces,
ErrorReporter errorReporter)
Validate the contents of the interface element. |
protected boolean |
WSDLDocumentValidator.testAssertionInterface0031(InterfaceElement interfaceElem,
ErrorReporter errorReporter)
Test assertion Interface-0031. |
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[] |
DescriptionElement.getInterfaceElements()
Return the set of InterfaceElements within this DescriptionElement. |
InterfaceElement |
ServiceElement.getInterfaceElement()
Return the InterfaceElement referred to by this ServiceElement. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |