org.apache.ws.resource.properties
Interface SetResourcePropertyCallback
- All Superinterfaces:
- ResourcePropertyCallback
- public interface SetResourcePropertyCallback
- extends ResourcePropertyCallback
A callback that should be registered on any mutable properties (i.e.
properties that support the WSRP SetResourceProperties operation).
Register the callback by calling
ResourceProperty.setCallback(ResourcePropertyCallback)
on the
property.
deleteProperty
public void deleteProperty(javax.xml.namespace.QName propQName)
- Parameters:
propQName
-
insertProperty
public void insertProperty(java.lang.Object[] propElems)
- Parameters:
propElems
-
updateProperty
public void updateProperty(java.lang.Object[] propElems)
- Parameters:
propElems
-
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.