gov.nih.nci.caarray.services.security.test
Class MAGEMLImportSecuredElementBuilder

java.lang.Object
  extended by gov.nih.nci.caarray.services.security.test.MAGEMLImportSecuredElementBuilder
All Implemented Interfaces:
SecuredElementBuilder

public class MAGEMLImportSecuredElementBuilder
extends java.lang.Object
implements SecuredElementBuilder

Author:
Joshua Phillips

Constructor Summary
MAGEMLImportSecuredElementBuilder()
           
 
Method Summary
 SecuredElementItf build(java.util.Properties props)
           
 void importMAGEML(java.lang.String identifier, java.lang.String fileName, java.lang.String owner)
           
 java.lang.Object lookup(java.lang.String jndiName, java.lang.Class klass)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAGEMLImportSecuredElementBuilder

public MAGEMLImportSecuredElementBuilder()
Method Detail

build

public SecuredElementItf build(java.util.Properties props)
Specified by:
build in interface SecuredElementBuilder

importMAGEML

public void importMAGEML(java.lang.String identifier,
                         java.lang.String fileName,
                         java.lang.String owner)

lookup

public java.lang.Object lookup(java.lang.String jndiName,
                               java.lang.Class klass)

main

public static void main(java.lang.String[] args)