XML Connector API 6.0.2.61

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

Constructor Summary
XMLConnectorFactory()
           
 
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
 

Constructor Detail

XMLConnectorFactory

public XMLConnectorFactory()
Method Detail

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

XML Connector API 6.0.2.61

Visit the SSA Global website for more information.