public interface Binding extends java.io.Serializable, ElementExtensible
Modifier and Type | Method and Description |
---|---|
void |
addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding.
|
BindingOperation |
getBindingOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName)
Get the specified operation binding.
|
java.util.List |
getBindingOperations()
Get all the operation bindings defined here.
|
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element.
|
PortType |
getPortType()
Get the port type this is a binding for.
|
QName |
getQName()
Get the name of this binding.
|
boolean |
isUndefined() |
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document.
|
void |
setPortType(PortType portType)
Set the port type this is a binding for.
|
void |
setQName(QName name)
Set the name of this binding.
|
void |
setUndefined(boolean isUndefined) |
addExtensibilityElement, getExtensibilityElements
void setQName(QName name)
name
- the desired nameQName getQName()
void setPortType(PortType portType)
portType
- the port type associated with this bindingPortType getPortType()
void addBindingOperation(BindingOperation bindingOperation)
bindingOperation
- the operation binding to be addedBindingOperation getBindingOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
name
- the name of the desired operation binding.inputName
- the name of the input message; if this is null
it will be ignored.outputName
- the name of the output message; if this is null
it will be ignored.java.util.List getBindingOperations()
void setDocumentationElement(org.w3c.dom.Element docEl)
docEl
- the documentation elementorg.w3c.dom.Element getDocumentationElement()
void setUndefined(boolean isUndefined)
boolean isUndefined()
Copyright ? 2003,2005 IBM. All Rights Reserved.