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

Field Summary
static java.lang.String ELEM_NAME
          Element name.
static QName QNAME
          QName.
 
Method Summary
 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.

Method Detail

setBindingName

void setBindingName(QName binding)
Set implemented binding name.


getBindingName

QName getBindingName()
Get implemented binding name.



Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.