Package org.serviceconnector.web.cmd
Class XMLLoaderFactory
java.lang.Object
org.serviceconnector.web.cmd.XMLLoaderFactory
A factory for creating XMLLoader objects.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IXMLLoadergetXMLLoader(String url) Gets the XML loader.
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGERThe Constant LOGGER.
-
-
Constructor Details
-
XMLLoaderFactory
public XMLLoaderFactory()
-
-
Method Details
-
getXMLLoader
Gets the XML loader.- Parameters:
url- the url- Returns:
- the XML loader
-