// Javadoc inherited
protected void initialiseElementSpecificAttributes(
XDIMEContextInternal context, XDIMEAttributes attributes)
throws XDIMEException {
RemoveItemAttributes removeItemAttributes = (RemoveItemAttributes) protocolAttributes;
removeItemAttributes.setItemId(attributes.getValue("", "item-id"));
}