com.ibm.wsdl
Class BindingOperationImpl
java.lang.Object
com.ibm.wsdl.BindingOperationImpl
- BindingOperation, java.io.Serializable, ElementExtensible
public class BindingOperationImpl
extends java.lang.Object
This class represents a WSDL operation binding.
That is, it holds the information that would be
specified in the operation element contained within
a binding element.
- Matthew J. Duftler (duftler@us.ibm.com)
bindingFaults
protected Map bindingFaults
docEl
protected Element docEl
extElements
protected List extElements
name
protected String name
serialVersionUID
public static final long serialVersionUID
getBindingFault
public BindingFault getBindingFault(String name)
Get the specified fault binding.
- getBindingFault in interface BindingOperation
name
- the name of the desired fault binding.
- the corresponding fault binding, or null if there wasn't
any matching fault binding
getDocumentationElement
public Element getDocumentationElement()
Get the documentation element. This dependency on org.w3c.dom.Element
should eventually be removed when a more appropriate way of
representing this information is employed.
- getDocumentationElement in interface BindingOperation
- the documentation element
getName
public String getName()
Get the name of this operation binding.
- getName in interface BindingOperation
- the operation binding name
getOperation
public Operation getOperation()
Get the operation that this operation binding binds.
- getOperation in interface BindingOperation
- the operation that this operation binding binds
setDocumentationElement
public void setDocumentationElement(Element docEl)
Set the documentation element for this document. This dependency
on org.w3c.dom.Element should eventually be removed when a more
appropriate way of representing this information is employed.
- setDocumentationElement in interface BindingOperation
docEl
- the documentation element
setName
public void setName(String name)
Set the name of this operation binding.
- setName in interface BindingOperation
setOperation
public void setOperation(Operation operation)
Set the operation that this operation binding binds.
- setOperation in interface BindingOperation
operation
- the operation this operation binding binds
toString
public String toString()