Package org.teiid.spring.data.soap
Class SoapConnectionFactory
- java.lang.Object
-
- org.teiid.spring.data.soap.SoapConnectionFactory
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.teiid.resource.api.ConnectionFactory<org.teiid.translator.ws.WSConnection>
,BaseConnectionFactory<org.teiid.translator.ws.WSConnection>
- Direct Known Subclasses:
WsConnectionFactory
public class SoapConnectionFactory extends Object implements BaseConnectionFactory<org.teiid.translator.ws.WSConnection>
-
-
Constructor Summary
Constructors Constructor Description SoapConnectionFactory(SoapConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
org.teiid.translator.ws.WSConnection
getConnection()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teiid.spring.data.BaseConnectionFactory
getAlias, getTranslatorName
-
-
-
-
Constructor Detail
-
SoapConnectionFactory
public SoapConnectionFactory(SoapConfiguration config)
-
-
Method Detail
-
getConnection
public org.teiid.translator.ws.WSConnection getConnection() throws Exception
- Specified by:
getConnection
in interfaceorg.teiid.resource.api.ConnectionFactory<org.teiid.translator.ws.WSConnection>
- Throws:
Exception
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-