Package | Description |
---|---|
org.apache.woden.internal | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printInterfaces(InterfaceElement[] intrfaces,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printInterfaces(InterfaceElement[] intrfaces,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceImpl
This class represents the Interface component from the
WSDL 2.0 Component Model and <interface> element.
|
Modifier and Type | Method and Description |
---|---|
InterfaceElement |
DescriptionImpl.addInterfaceElement() |
InterfaceElement |
InterfaceImpl.getExtendedInterfaceElement(QName interfaceName) |
InterfaceElement[] |
InterfaceImpl.getExtendedInterfaceElements() |
InterfaceElement |
ServiceImpl.getInterfaceElement() |
InterfaceElement |
BindingImpl.getInterfaceElement() |
InterfaceElement[] |
DescriptionImpl.getInterfaceElements() |
InterfaceElement |
InterfaceImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
InterfaceElement |
Interface.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
Modifier and Type | Method and Description |
---|---|
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–2013 Apache Software Foundation. All rights reserved.