com.baan.ow.xmlconnector
Class XMLConnectorFactory
java.lang.Object
|
+--com.baan.ow.xmlconnector.XMLConnectorFactory
- public class XMLConnectorFactory
- extends java.lang.Object
This class is used to get an instance of either the MetadataGeneratorImpl
or the RequestProcessorImpl.
- Since:
- classVersion 2.3
|
Method Summary |
static com.baan.ow.xmlconnector.IMetadataGenerator |
getMetadataGenerator()
It returns an instance of the MetadataGeneratorImpl class. |
static com.baan.ow.xmlconnector.IRequestProcessor |
getProcessor()
It returns an instance of the RequestProcessorImpl class. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLConnectorFactory
public XMLConnectorFactory()
getMetadataGenerator
public static com.baan.ow.xmlconnector.IMetadataGenerator getMetadataGenerator()
It returns an instance of the MetadataGeneratorImpl class.
- Since:
- classVersion 2.3
getProcessor
public static com.baan.ow.xmlconnector.IRequestProcessor getProcessor()
It returns an instance of the RequestProcessorImpl class.
- Since:
- classVersion 2.3
Visit the SSA Global website for more information.