Package | Description |
---|---|
org.apache.woden.internal | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printBindingOperations(BindingOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingOperationElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printBindingOperations(BindingOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingOperationElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingOperationImpl
This class represents the BindingOperation component from the WSDL 2.0 Component Model
and the <operation> child element of the WSDL <binding> element.
|
Modifier and Type | Method and Description |
---|---|
BindingOperationElement |
BindingImpl.addBindingOperationElement() |
BindingOperationElement[] |
BindingImpl.getBindingOperationElements() |
BindingOperationElement |
BindingImpl.getBindingOperationElementWithRef(QName qname) |
BindingOperationElement |
BindingOperationImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
BindingOperationElement |
BindingOperation.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 |
---|---|
BindingOperationElement |
BindingElement.addBindingOperationElement()
Create a BindingOperationElement with this BindingElement as its parent and
return a reference to it.
|
BindingOperationElement[] |
BindingElement.getBindingOperationElements()
Return the set of BindingOperationElements within this BindingElement
This equates to the set of <operation> elements within the <binding> element.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.