public void testDeleteResourcePropertiesCallback() throws ResourceException, ResourceContextException, XmlException
{
m_resourceContext = new SushiResourceContext();
SetResourcePropertiesProvider set_provider = new SetResourcePropertiesProvider( m_resourceContext );
InsertDocument insertDoc = InsertDocument.Factory.newInstance();
InsertType insertType = insertDoc.addNewInsert();
XmlObject xmlObject =
XmlObject.Factory.parse( "<foo:Ika xmlns:foo=\"http://ws.apache.org/resource/properties/test/sushi\">"
+ "my favorite!" + "</foo:Ika>" );
XmlBeanUtils.addChildElement( insertType, xmlObject );