Package org.zeroturnaround.javarebel
Class RebelXmlIntegrationFactory
java.lang.Object
org.zeroturnaround.javarebel.RebelXmlIntegrationFactory
A factory for
RebelXmlIntegration that resolves a suitable implementation.
Use getInstance() method to get the RebelXmlIntegration instance.- Author:
- Jevgeni Kabanov (ekabanov@zeroturnaround.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RebelXmlIntegrationReturns a suitableRebelXmlIntegrationimplementation.
-
Constructor Details
-
RebelXmlIntegrationFactory
public RebelXmlIntegrationFactory()
-
-
Method Details
-
getInstance
Returns a suitableRebelXmlIntegrationimplementation.- Returns:
- a suitable
RebelXmlIntegrationimplementation.
-