org.zeroturnaround.javarebel
Class IntegrationFactory

java.lang.Object
  extended by org.zeroturnaround.javarebel.IntegrationFactory

public class IntegrationFactory
extends java.lang.Object

A factory for Integration that resolves a suitable implementation. Use getInstance() method to get the Integration instance.

Author:
Jevgeni Kabanov (ekabanov@zeroturnaround.com)

Constructor Summary
IntegrationFactory()
           
 
Method Summary
static Integration getInstance()
          Returns a suitable Integration implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationFactory

public IntegrationFactory()
Method Detail

getInstance

public static Integration getInstance()
Returns a suitable Integration implementation.

Returns:
a suitable Integration implementation.