|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeExtensible
Extensible is implemented by classes exposinga
Map of Attributes. Used to represent
Addressing classes that support extensibility attributes.
| Method Summary | |
|---|---|
void |
addAttribute(QName name,
java.lang.String value)
Adds an attribute with the specified name and value to the attributes. |
java.util.Map<QName,java.lang.String> |
getAttributes()
Returns an unmodifiable Map representing the attributes of
an addressing element. |
| Method Detail |
|---|
java.util.Map<QName,java.lang.String> getAttributes()
Map representing the attributes of
an addressing element. Additions to the map are made through the
addElement method.
Map of
attributes. Must return null if the implementing
class does not support an attribute Map.
void addAttribute(QName name,
java.lang.String value)
throws AddressingException
Map that has
been returned or will be returned by calls to the
getAttribute method.
name - The name of the attribute to be added.value - The value of the attribute to be added
AddressingException - if the implementing class does not support an Attribute Map.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||