Skip navigation links


com.thortech.xl.gc.util
Class Test

java.lang.Object
  extended by com.thortech.xl.gc.util.Test


public class Test
extends java.lang.Object

Constructor Summary
Test()
           

 

Method Summary
 GenericAdapter getModelFromConnectorDefinition(java.lang.String filepath)
           
 java.lang.String setConnectorDefinition(GenericAdapter genAdp)
          This method will take the object of GenericAdapter(model) and will create the Connector-Definition xml file(in the form of a String) and will store that xml file in CDFcache.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Test

public Test()

Method Detail

getModelFromConnectorDefinition

public GenericAdapter getModelFromConnectorDefinition(java.lang.String filepath)
                                               throws ConnectorDefinitionOperationsException
Throws:
ConnectorDefinitionOperationsException

setConnectorDefinition

public java.lang.String setConnectorDefinition(GenericAdapter genAdp)
This method will take the object of GenericAdapter(model) and will create the Connector-Definition xml file(in the form of a String) and will store that xml file in CDFcache.
Parameters:
genAdp - Generic Connector Model
Returns:
"SUCCESS" or "FAILURE"
Throws:
ConnectorDefinitionOperationsException

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.