| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.helper.MetadataMerge
MetadataMerge | final public class MetadataMerge (Code) | | This class merge the information of the struct representing EJB DD into the
metadata.
author: Florent Benoit |
JAVA_LANG_OBJECT | final public static String JAVA_LANG_OBJECT(Code) | | Defines java.lang.Object class.
|
merge | public static void merge(EjbJarAnnotationMetadata ejbMetadata)(Code) | | Takes struct of metadata and adds/set information on class/methods
metadata.
Parameters: ejbMetadata - the metadata corresponding to an EJB-JAR file. |
mergeApplicationException | public void mergeApplicationException(AssemblyDescriptor assemblyDescriptor)(Code) | | Set/override the current application-exception.
Parameters: assemblyDescriptor - the given assembly descriptor to analyze. |
mergeAssemblySecurity | public void mergeAssemblySecurity(AssemblyDescriptor assemblyDescriptor)(Code) | | Set/override the current security.
Parameters: assemblyDescriptor - the given assembly descriptor to analyze. |
mergeContainerTransaction | public void mergeContainerTransaction(AssemblyDescriptor assemblyDescriptor)(Code) | | Set/override the current container-transaction.
Parameters: assemblyDescriptor - the given assembly descriptor to analyze. |
mergeInterceptorBinding | public void mergeInterceptorBinding(AssemblyDescriptor assemblyDescriptor)(Code) | | Set/override the current interceptor-binding.
Parameters: assemblyDescriptor - the given assembly descriptor to analyze. |
|
|
|