|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.dqp.embedded.configuration.ConnectorConfigurationWriter
public class ConnectorConfigurationWriter
Writer utility for dealing with Connector Bindings and Connector Types
| Constructor Summary | |
|---|---|
ConnectorConfigurationWriter()
|
|
| Method Summary | |
|---|---|
static byte[] |
writeToByteArray(ConnectorArchive connectorArchive)
Convert the Connector type supplied into known CDK (XML) format |
static char[] |
writeToCharArray(ConnectorBinding[] bindings,
ConnectorBindingType[] types)
Convert the Connector binding supplied into known CDK (XML) format |
static char[] |
writeToCharArray(ConnectorBindingType[] bindingTypes)
Convert the Connector type supplied into known CDK (XML) format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorConfigurationWriter()
| Method Detail |
|---|
public static char[] writeToCharArray(ConnectorBinding[] bindings,
ConnectorBindingType[] types)
throws MetaMatrixComponentException
binding - - Connector Binding to be converted.
MetaMatrixComponentException
public static char[] writeToCharArray(ConnectorBindingType[] bindingTypes)
throws MetaMatrixComponentException
binding - - Connector Binding to be converted.
MetaMatrixComponentException
public static byte[] writeToByteArray(ConnectorArchive connectorArchive)
throws MetaMatrixComponentException
binding - - Connector Binding to be converted.
MetaMatrixComponentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||