|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A callback class for objects that provide values for
Property
objects.
Method Summary | |
java.lang.Object |
getValue(javax.xml.namespace.QName name)
Return the value of the property with the given name. |
void |
setSecurityContext(SecurityContext sec)
Set a security context to be used if authorisation needs to be done when get/setting the value. |
void |
setValue(javax.xml.namespace.QName name,
java.lang.Object value)
Set the value of the property with the given name. |
Method Detail |
public java.lang.Object getValue(javax.xml.namespace.QName name) throws PropertyValueException
name
- Property name.
PropertyValueException
- if a problem occurs.public void setValue(javax.xml.namespace.QName name, java.lang.Object value) throws PropertyImmutableException, PropertyValueException
name
- Property name.value
- Property value.
PropertyImmutableException
- if the property is immutable and
so cannot be updated.
PropertyValueException
- if a problem occurs.public void setSecurityContext(SecurityContext sec)
sec
- Security context.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |