Package org.teiid.ws.cxf
Class WSConnectionFactory
- java.lang.Object
-
- org.teiid.ws.cxf.WSConnectionFactory
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class WSConnectionFactory extends Object implements Closeable
-
-
Field Summary
Fields Modifier and Type Field Description static BundleUtil
UTIL
-
Constructor Summary
Constructors Constructor Description WSConnectionFactory(WSConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
org.apache.cxf.Bus
getBus()
WSConfiguration
getConfig()
List<? extends org.apache.cxf.interceptor.Interceptor>
getOutInterceptors()
QName
getPortQName()
QName
getServiceQName()
URL
getWsdlUrl()
-
-
-
Field Detail
-
UTIL
public static final BundleUtil UTIL
-
-
Constructor Detail
-
WSConnectionFactory
public WSConnectionFactory(WSConfiguration config) throws TranslatorException
- Throws:
TranslatorException
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
getBus
public org.apache.cxf.Bus getBus()
-
getConfig
public WSConfiguration getConfig()
-
getOutInterceptors
public List<? extends org.apache.cxf.interceptor.Interceptor> getOutInterceptors()
-
getPortQName
public QName getPortQName()
-
getServiceQName
public QName getServiceQName()
-
getWsdlUrl
public URL getWsdlUrl()
-
-