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