Package org.teiid.ws.cxf
Interface WSConfiguration
-
- All Known Implementing Classes:
WSManagedConnectionFactory
public interface WSConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WSConfiguration.SecurityType
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_LOCAL_NAME
static String
DEFAULT_NAMESPACE_URI
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default WSConfiguration.SecurityType
getAsSecurityType()
String
getAuthPassword()
String
getAuthUserName()
String
getConfigFile()
String
getConfigName()
Long
getConnectTimeout()
String
getEndPoint()
String
getEndPointName()
String
getNamespaceUri()
Long
getRequestTimeout()
String
getSecurityType()
String
getServiceName()
String
getWsdl()
-
-
-
Field Detail
-
DEFAULT_NAMESPACE_URI
static final String DEFAULT_NAMESPACE_URI
- See Also:
- Constant Field Values
-
DEFAULT_LOCAL_NAME
static final String DEFAULT_LOCAL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNamespaceUri
String getNamespaceUri()
-
getServiceName
String getServiceName()
-
getEndPointName
String getEndPointName()
-
getAuthPassword
String getAuthPassword()
-
getAuthUserName
String getAuthUserName()
-
getEndPoint
String getEndPoint()
-
getRequestTimeout
Long getRequestTimeout()
-
getAsSecurityType
default WSConfiguration.SecurityType getAsSecurityType()
-
getSecurityType
String getSecurityType()
-
getConfigFile
String getConfigFile()
-
getConfigName
String getConfigName()
-
getWsdl
String getWsdl()
-
getConnectTimeout
Long getConnectTimeout()
-
-