Modifier and Type | Method and Description |
---|---|
protected void |
DOMWSDLWriter.printOperations(InterfaceOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceOperationElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceOperationImpl
This class represents the InterfaceOperation component from the WSDL 2.0 Component
Model and the <operation> child element of the <interface> element.
|
Modifier and Type | Method and Description |
---|---|
InterfaceOperationElement |
InterfaceImpl.addInterfaceOperationElement() |
InterfaceOperationElement |
BindingOperationImpl.getInterfaceOperationElement() |
InterfaceOperationElement |
InterfaceImpl.getInterfaceOperationElement(QName operName) |
InterfaceOperationElement[] |
InterfaceImpl.getInterfaceOperationElements() |
InterfaceOperationElement |
InterfaceOperationImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement,
InterfaceOperationElement[] interfaceOperations,
ErrorReporter errorReporter)
Validate the InterfaceOperation elements.
|
Modifier and Type | Method and Description |
---|---|
InterfaceOperationElement |
InterfaceOperation.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 |
---|---|
InterfaceOperationElement |
InterfaceElement.addInterfaceOperationElement()
Create an InterfaceOperationElement with this InterfaceElement as its parent and
return a reference to it.
|
InterfaceOperationElement |
BindingOperationElement.getInterfaceOperationElement()
Return the InterfaceOperationElement referred to by this BindingOperationElement.
|
InterfaceOperationElement |
InterfaceElement.getInterfaceOperationElement(QName operName)
Return the named InterfaceOperationElement from the set of InterfaceOperationElements defined
directly within this InterfaceElement.
|
InterfaceOperationElement[] |
InterfaceElement.getInterfaceOperationElements()
Return the set of InterfaceOperationElements defined directly within this InterfaceElement.
|
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.