package at.gv.egovernment.moa.spss.api.xmlsign;

import java.util.List;

/**
 * Object that encapsulates the response on to a 
 * <code>CreateXMLSignatureRequest</code> to create an XML signature.
 * 
 * @author Patrick Peck
 * @author Stephan Grill
 * @version $Id$
 */
public interface CreateXMLSignatureResponse {
  /**
   * Gets the response elements.
   * 
   * @return The response elements.
   */
  public List getResponseElements();
}