org.jboss.jca.common.metadata
Class MetadataFactory

java.lang.Object
  extended by org.jboss.jca.common.metadata.MetadataFactory

public class MetadataFactory
extends Object

A MetadataFactory.

Author:
Stefano Maestri

Constructor Summary
MetadataFactory()
          Constructor
 
Method Summary
 org.jboss.jca.common.api.metadata.ironjacamar.IronJacamar getIronJacamarMetaData(File root)
          Get the JBoss specific metadata
 org.jboss.jca.common.api.metadata.ra.Connector getStandardMetaData(File root)
          Get the JCA standard metadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataFactory

public MetadataFactory()
Constructor

Method Detail

getStandardMetaData

public org.jboss.jca.common.api.metadata.ra.Connector getStandardMetaData(File root)
                                                                   throws Exception
Get the JCA standard metadata

Parameters:
root - The root of the deployment
Returns:
The metadata
Throws:
Exception - Thrown if an error occurs

getIronJacamarMetaData

public org.jboss.jca.common.api.metadata.ironjacamar.IronJacamar getIronJacamarMetaData(File root)
                                                                                 throws Exception
Get the JBoss specific metadata

Parameters:
root - The root of the deployment
Returns:
The metadata
Throws:
Exception - Thrown if an error occurs


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)