at.gv.egovernment.moa.spss.server.invoke
Class InvokerUtils

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.invoke.InvokerUtils

public class InvokerUtils
extends Object

Utility methods for invoking the IAIK MOA modules.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
InvokerUtils()
           
 
Method Summary
static org.w3c.dom.Element evaluateSignatureLocation(org.w3c.dom.Element root, at.gv.egovernment.moa.spss.api.common.ElementSelector location)
          Select the signature parent element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerUtils

public InvokerUtils()
Method Detail

evaluateSignatureLocation

public static org.w3c.dom.Element evaluateSignatureLocation(org.w3c.dom.Element root,
                                                            at.gv.egovernment.moa.spss.api.common.ElementSelector location)
                                                     throws MOAApplicationException
Select the signature parent element.
Parameters:
root - The root DOM element which contains the signature parent element somewhere in its subtree.
location - The ElementSelector containing the XPath expression to select the signature parent element from the document. It is also contains the namespace prefix to URI mapping.
Returns:
Element The signature parent element.
Throws:
MOAApplicationException - An error occurred evaluating the location.