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.printBindings(BindingElement[] bindings,
DescriptionElement des,
PrintWriter pw)
Serialize the printBindings of the WSDL element model.
|
protected void |
DOMWSDLWriter.printBindings(BindingElement[] bindings,
DescriptionElement des,
PrintWriter pw)
Serialize the printBindings of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingImpl
This class represents the Binding component from the WSDL 2.0 Component Model
and the WSDL <binding> element.
|
Modifier and Type | Method and Description |
---|---|
BindingElement |
DescriptionImpl.addBindingElement() |
BindingElement |
EndpointImpl.getBindingElement() |
BindingElement[] |
DescriptionImpl.getBindingElements() |
BindingElement |
BindingImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
BindingElement |
Binding.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 |
---|---|
BindingElement |
DescriptionElement.addBindingElement()
Create a BindingElement with this DescriptionElement as its parent and
return a reference to it.
|
BindingElement |
EndpointElement.getBindingElement()
Return the BindingElement referred to by this EndpointElement.
|
BindingElement[] |
DescriptionElement.getBindingElements()
Return the set of BindingElements within this DescriptionElement.
|
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.