* @inheritDoc
*/
@Override
public Collection<OperationHandler> createHandlers(final Operation annotation, final Method method,
final Object customizer) {
OperationHandler handler = new OperationHandler() {
/**
* We add the XMLDCElement as first element to the List of arguments.
* After that we add all the arguments from the map.
*/
@Override