Package org.apache.wsil.extension.wsdl
Interface ImplementedBinding
-
- All Superinterfaces:
ExtensionElement
,java.io.Serializable
,WSILElement
- All Known Implementing Classes:
ImplementedBindingImpl
public interface ImplementedBinding extends ExtensionElement
This is the interface definition for yhe <implementedBinding> element.- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getBindingName()
Get implemented binding name.void
setBindingName(QName binding)
Set implemented binding name.-
Methods inherited from interface org.apache.wsil.extension.ExtensionElement
getQName
-
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
-
-
-
Field Detail
-
ELEM_NAME
static final java.lang.String ELEM_NAME
Element name.- See Also:
- Constant Field Values
-
QNAME
static final QName QNAME
QName.
-
-