org.ow2.easybeans.deployment.metadata.ejbjar.helper
Class MetadataSpecificMerge

java.lang.Object
  extended by org.ow2.easybeans.deployment.metadata.ejbjar.helper.MetadataSpecificMerge

public final class MetadataSpecificMerge
extends java.lang.Object

Merge specific XML data into the metadata model.

Author:
Florent BENOIT

Method Summary
static void merge(EjbJarArchiveMetadata ejbMetadata)
          Takes struct of metadata and adds/set information on class/methods metadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

merge

public static void merge(EjbJarArchiveMetadata ejbMetadata)
Takes struct of metadata and adds/set information on class/methods metadata.

Parameters:
ejbMetadata - the metadata corresponding to an EJB-JAR file.


Copyright © 2006-2010 OW2 Consortium. All Rights Reserved.