ch.elca.el4j.services.xmlmerge
Interface MergeAction

All Superinterfaces:
Action, Operation
All Known Implementing Classes:
AbstractMergeAction, OrderedMergeAction

public interface MergeAction
extends Action

An action merging the contents of the specified elements. The factories for actions to apply to children elements are configurable through this interface.

Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
File-location:
MergeAction
Last check-in date:
2009-08-04 15:17:52 +0200 (Di, 04. Aug 2009) by swismer for revision 3880

Method Summary
 void setActionFactory(OperationFactory factory)
          Sets the action's action factory.
 void setMapperFactory(OperationFactory factory)
          Sets the action's mapper factory.
 void setMatcherFactory(OperationFactory factory)
          Sets the action's matcher factory.
 
Methods inherited from interface ch.elca.el4j.services.xmlmerge.Action
perform
 

Method Detail

setMapperFactory

void setMapperFactory(OperationFactory factory)
Sets the action's mapper factory.

Parameters:
factory - The action's mapper factory

setMatcherFactory

void setMatcherFactory(OperationFactory factory)
Sets the action's matcher factory.

Parameters:
factory - The action's matcher factory

setActionFactory

void setActionFactory(OperationFactory factory)
Sets the action's action factory.

Parameters:
factory - The action's action factory


Copyright © 2005-2011 ELCA. All Rights Reserved.