javax.wsdl.extensions
public interface AttributeExtensible
Field Summary | |
---|---|
static int | LIST_OF_QNAMES_TYPE |
static int | LIST_OF_STRINGS_TYPE |
static int | NO_DECLARED_TYPE |
static int | QNAME_TYPE |
static int | STRING_TYPE |
Method Summary | |
---|---|
Object | getExtensionAttribute(QName name)
Retrieve an extension attribute from this element. |
Map | getExtensionAttributes()
Get the map containing all the extension attributes defined
on this element. |
List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
void | setExtensionAttribute(QName name, Object value)
Set an extension attribute on this element. |
Parameters: name the extension attribute name
Returns: the value of the extension attribute, or null if it is not defined. Can be a String, a QName, a List of Strings, or a List of QNames.
See Also: AttributeExtensible AttributeExtensible ExtensionRegistry ExtensionRegistry
Returns: a map containing all the extension attributes defined on this element
See Also: AttributeExtensible AttributeExtensible ExtensionRegistry ExtensionRegistry
Returns: a List of Strings, one for each local attribute name
Parameters: name the extension attribute name value the extension attribute value. Can be a String, a QName, a List of Strings, or a List of QNames.
See Also: AttributeExtensible AttributeExtensible ExtensionRegistry ExtensionRegistry