public interface ServiceConnectOptionsType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceConnectOptionsType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ServiceConnectOptionsType.HttpKeepalive
An XML http.keepalive(@http://xmlns.kaazing.org/2016/06/gateway).
|
static interface |
ServiceConnectOptionsType.SslEncryption
An XML ssl.encryption(@http://xmlns.kaazing.org/2016/06/gateway).
|
static interface |
ServiceConnectOptionsType.TlsEncryption
An XML tls.encryption(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ServiceConnectOptionsType.HttpKeepalive.Enum |
getHttpKeepalive()
Gets the "http.keepalive" element
|
BigInteger |
getHttpKeepaliveConnections()
Gets the "http.keepalive.connections" element
|
String |
getHttpKeepaliveTimeout()
Gets the "http.keepalive.timeout" element
|
BigInteger |
getHttpMaxAuthenticationAttempts()
Gets the "http.max.authentication.attempts" element
|
BigInteger |
getHttpMaximumRedirects()
Gets the "http.maximum.redirects" element
|
String |
getHttpTransport()
Gets the "http.transport" element
|
String |
getPipeTransport()
Gets the "pipe.transport" element
|
String |
getSslCiphers()
Gets the "ssl.ciphers" element
|
ServiceConnectOptionsType.SslEncryption.Enum |
getSslEncryption()
Gets the "ssl.encryption" element
|
String |
getSslProtocols()
Gets the "ssl.protocols" element
|
String |
getSslTransport()
Gets the "ssl.transport" element
|
String |
getTcpBind()
Gets the "tcp.bind" element
|
String |
getTcpTransport()
Gets the "tcp.transport" element
|
String |
getTlsCiphers()
Gets the "tls.ciphers" element
|
ServiceConnectOptionsType.TlsEncryption.Enum |
getTlsEncryption()
Gets the "tls.encryption" element
|
String |
getTlsProtocols()
Gets the "tls.protocols" element
|
String |
getTlsTransport()
Gets the "tls.transport" element
|
String |
getUdpInterface()
Gets the "udp.interface" element
|
String |
getWsInactivityTimeout()
Gets the "ws.inactivity.timeout" element
|
String |
getWsVersion()
Gets the "ws.version" element
|
boolean |
isSetHttpKeepalive()
True if has "http.keepalive" element
|
boolean |
isSetHttpKeepaliveConnections()
True if has "http.keepalive.connections" element
|
boolean |
isSetHttpKeepaliveTimeout()
True if has "http.keepalive.timeout" element
|
boolean |
isSetHttpMaxAuthenticationAttempts()
True if has "http.max.authentication.attempts" element
|
boolean |
isSetHttpMaximumRedirects()
True if has "http.maximum.redirects" element
|
boolean |
isSetHttpTransport()
True if has "http.transport" element
|
boolean |
isSetPipeTransport()
True if has "pipe.transport" element
|
boolean |
isSetSslCiphers()
True if has "ssl.ciphers" element
|
boolean |
isSetSslEncryption()
True if has "ssl.encryption" element
|
boolean |
isSetSslProtocols()
True if has "ssl.protocols" element
|
boolean |
isSetSslTransport()
True if has "ssl.transport" element
|
boolean |
isSetTcpBind()
True if has "tcp.bind" element
|
boolean |
isSetTcpTransport()
True if has "tcp.transport" element
|
boolean |
isSetTlsCiphers()
True if has "tls.ciphers" element
|
boolean |
isSetTlsEncryption()
True if has "tls.encryption" element
|
boolean |
isSetTlsProtocols()
True if has "tls.protocols" element
|
boolean |
isSetTlsTransport()
True if has "tls.transport" element
|
boolean |
isSetUdpInterface()
True if has "udp.interface" element
|
boolean |
isSetWsInactivityTimeout()
True if has "ws.inactivity.timeout" element
|
boolean |
isSetWsVersion()
True if has "ws.version" element
|
void |
setHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive.Enum httpKeepalive)
Sets the "http.keepalive" element
|
void |
setHttpKeepaliveConnections(BigInteger httpKeepaliveConnections)
Sets the "http.keepalive.connections" element
|
void |
setHttpKeepaliveTimeout(String httpKeepaliveTimeout)
Sets the "http.keepalive.timeout" element
|
void |
setHttpMaxAuthenticationAttempts(BigInteger httpMaxAuthenticationAttempts)
Sets the "http.max.authentication.attempts" element
|
void |
setHttpMaximumRedirects(BigInteger httpMaximumRedirects)
Sets the "http.maximum.redirects" element
|
void |
setHttpTransport(String httpTransport)
Sets the "http.transport" element
|
void |
setPipeTransport(String pipeTransport)
Sets the "pipe.transport" element
|
void |
setSslCiphers(String sslCiphers)
Sets the "ssl.ciphers" element
|
void |
setSslEncryption(ServiceConnectOptionsType.SslEncryption.Enum sslEncryption)
Sets the "ssl.encryption" element
|
void |
setSslProtocols(String sslProtocols)
Sets the "ssl.protocols" element
|
void |
setSslTransport(String sslTransport)
Sets the "ssl.transport" element
|
void |
setTcpBind(String tcpBind)
Sets the "tcp.bind" element
|
void |
setTcpTransport(String tcpTransport)
Sets the "tcp.transport" element
|
void |
setTlsCiphers(String tlsCiphers)
Sets the "tls.ciphers" element
|
void |
setTlsEncryption(ServiceConnectOptionsType.TlsEncryption.Enum tlsEncryption)
Sets the "tls.encryption" element
|
void |
setTlsProtocols(String tlsProtocols)
Sets the "tls.protocols" element
|
void |
setTlsTransport(String tlsTransport)
Sets the "tls.transport" element
|
void |
setUdpInterface(String udpInterface)
Sets the "udp.interface" element
|
void |
setWsInactivityTimeout(String wsInactivityTimeout)
Sets the "ws.inactivity.timeout" element
|
void |
setWsVersion(String wsVersion)
Sets the "ws.version" element
|
void |
unsetHttpKeepalive()
Unsets the "http.keepalive" element
|
void |
unsetHttpKeepaliveConnections()
Unsets the "http.keepalive.connections" element
|
void |
unsetHttpKeepaliveTimeout()
Unsets the "http.keepalive.timeout" element
|
void |
unsetHttpMaxAuthenticationAttempts()
Unsets the "http.max.authentication.attempts" element
|
void |
unsetHttpMaximumRedirects()
Unsets the "http.maximum.redirects" element
|
void |
unsetHttpTransport()
Unsets the "http.transport" element
|
void |
unsetPipeTransport()
Unsets the "pipe.transport" element
|
void |
unsetSslCiphers()
Unsets the "ssl.ciphers" element
|
void |
unsetSslEncryption()
Unsets the "ssl.encryption" element
|
void |
unsetSslProtocols()
Unsets the "ssl.protocols" element
|
void |
unsetSslTransport()
Unsets the "ssl.transport" element
|
void |
unsetTcpBind()
Unsets the "tcp.bind" element
|
void |
unsetTcpTransport()
Unsets the "tcp.transport" element
|
void |
unsetTlsCiphers()
Unsets the "tls.ciphers" element
|
void |
unsetTlsEncryption()
Unsets the "tls.encryption" element
|
void |
unsetTlsProtocols()
Unsets the "tls.protocols" element
|
void |
unsetTlsTransport()
Unsets the "tls.transport" element
|
void |
unsetUdpInterface()
Unsets the "udp.interface" element
|
void |
unsetWsInactivityTimeout()
Unsets the "ws.inactivity.timeout" element
|
void |
unsetWsVersion()
Unsets the "ws.version" element
|
ServiceConnectOptionsType.HttpKeepalive |
xgetHttpKeepalive()
Gets (as xml) the "http.keepalive" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetHttpKeepaliveConnections()
Gets (as xml) the "http.keepalive.connections" element
|
TimeIntervalString |
xgetHttpKeepaliveTimeout()
Gets (as xml) the "http.keepalive.timeout" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetHttpMaxAuthenticationAttempts()
Gets (as xml) the "http.max.authentication.attempts" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetHttpMaximumRedirects()
Gets (as xml) the "http.maximum.redirects" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetHttpTransport()
Gets (as xml) the "http.transport" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetPipeTransport()
Gets (as xml) the "pipe.transport" element
|
CSVType |
xgetSslCiphers()
Gets (as xml) the "ssl.ciphers" element
|
ServiceConnectOptionsType.SslEncryption |
xgetSslEncryption()
Gets (as xml) the "ssl.encryption" element
|
CSVType |
xgetSslProtocols()
Gets (as xml) the "ssl.protocols" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetSslTransport()
Gets (as xml) the "ssl.transport" element
|
CollapsedString |
xgetTcpBind()
Gets (as xml) the "tcp.bind" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetTcpTransport()
Gets (as xml) the "tcp.transport" element
|
CSVType |
xgetTlsCiphers()
Gets (as xml) the "tls.ciphers" element
|
ServiceConnectOptionsType.TlsEncryption |
xgetTlsEncryption()
Gets (as xml) the "tls.encryption" element
|
CSVType |
xgetTlsProtocols()
Gets (as xml) the "tls.protocols" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetTlsTransport()
Gets (as xml) the "tls.transport" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetUdpInterface()
Gets (as xml) the "udp.interface" element
|
TimeIntervalString |
xgetWsInactivityTimeout()
Gets (as xml) the "ws.inactivity.timeout" element
|
CollapsedString |
xgetWsVersion()
Gets (as xml) the "ws.version" element
|
void |
xsetHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive httpKeepalive)
Sets (as xml) the "http.keepalive" element
|
void |
xsetHttpKeepaliveConnections(org.apache.xmlbeans.XmlNonNegativeInteger httpKeepaliveConnections)
Sets (as xml) the "http.keepalive.connections" element
|
void |
xsetHttpKeepaliveTimeout(TimeIntervalString httpKeepaliveTimeout)
Sets (as xml) the "http.keepalive.timeout" element
|
void |
xsetHttpMaxAuthenticationAttempts(org.apache.xmlbeans.XmlNonNegativeInteger httpMaxAuthenticationAttempts)
Sets (as xml) the "http.max.authentication.attempts" element
|
void |
xsetHttpMaximumRedirects(org.apache.xmlbeans.XmlNonNegativeInteger httpMaximumRedirects)
Sets (as xml) the "http.maximum.redirects" element
|
void |
xsetHttpTransport(org.apache.xmlbeans.XmlAnyURI httpTransport)
Sets (as xml) the "http.transport" element
|
void |
xsetPipeTransport(org.apache.xmlbeans.XmlAnyURI pipeTransport)
Sets (as xml) the "pipe.transport" element
|
void |
xsetSslCiphers(CSVType sslCiphers)
Sets (as xml) the "ssl.ciphers" element
|
void |
xsetSslEncryption(ServiceConnectOptionsType.SslEncryption sslEncryption)
Sets (as xml) the "ssl.encryption" element
|
void |
xsetSslProtocols(CSVType sslProtocols)
Sets (as xml) the "ssl.protocols" element
|
void |
xsetSslTransport(org.apache.xmlbeans.XmlAnyURI sslTransport)
Sets (as xml) the "ssl.transport" element
|
void |
xsetTcpBind(CollapsedString tcpBind)
Sets (as xml) the "tcp.bind" element
|
void |
xsetTcpTransport(org.apache.xmlbeans.XmlAnyURI tcpTransport)
Sets (as xml) the "tcp.transport" element
|
void |
xsetTlsCiphers(CSVType tlsCiphers)
Sets (as xml) the "tls.ciphers" element
|
void |
xsetTlsEncryption(ServiceConnectOptionsType.TlsEncryption tlsEncryption)
Sets (as xml) the "tls.encryption" element
|
void |
xsetTlsProtocols(CSVType tlsProtocols)
Sets (as xml) the "tls.protocols" element
|
void |
xsetTlsTransport(org.apache.xmlbeans.XmlAnyURI tlsTransport)
Sets (as xml) the "tls.transport" element
|
void |
xsetUdpInterface(org.apache.xmlbeans.XmlAnyURI udpInterface)
Sets (as xml) the "udp.interface" element
|
void |
xsetWsInactivityTimeout(TimeIntervalString wsInactivityTimeout)
Sets (as xml) the "ws.inactivity.timeout" element
|
void |
xsetWsVersion(CollapsedString wsVersion)
Sets (as xml) the "ws.version" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getSslCiphers()
CSVType xgetSslCiphers()
boolean isSetSslCiphers()
void setSslCiphers(String sslCiphers)
void xsetSslCiphers(CSVType sslCiphers)
void unsetSslCiphers()
String getTlsCiphers()
CSVType xgetTlsCiphers()
boolean isSetTlsCiphers()
void setTlsCiphers(String tlsCiphers)
void xsetTlsCiphers(CSVType tlsCiphers)
void unsetTlsCiphers()
String getSslProtocols()
CSVType xgetSslProtocols()
boolean isSetSslProtocols()
void setSslProtocols(String sslProtocols)
void xsetSslProtocols(CSVType sslProtocols)
void unsetSslProtocols()
String getTlsProtocols()
CSVType xgetTlsProtocols()
boolean isSetTlsProtocols()
void setTlsProtocols(String tlsProtocols)
void xsetTlsProtocols(CSVType tlsProtocols)
void unsetTlsProtocols()
ServiceConnectOptionsType.SslEncryption.Enum getSslEncryption()
ServiceConnectOptionsType.SslEncryption xgetSslEncryption()
boolean isSetSslEncryption()
void setSslEncryption(ServiceConnectOptionsType.SslEncryption.Enum sslEncryption)
void xsetSslEncryption(ServiceConnectOptionsType.SslEncryption sslEncryption)
void unsetSslEncryption()
ServiceConnectOptionsType.TlsEncryption.Enum getTlsEncryption()
ServiceConnectOptionsType.TlsEncryption xgetTlsEncryption()
boolean isSetTlsEncryption()
void setTlsEncryption(ServiceConnectOptionsType.TlsEncryption.Enum tlsEncryption)
void xsetTlsEncryption(ServiceConnectOptionsType.TlsEncryption tlsEncryption)
void unsetTlsEncryption()
String getTcpBind()
CollapsedString xgetTcpBind()
boolean isSetTcpBind()
void setTcpBind(String tcpBind)
void xsetTcpBind(CollapsedString tcpBind)
void unsetTcpBind()
String getWsVersion()
CollapsedString xgetWsVersion()
boolean isSetWsVersion()
void setWsVersion(String wsVersion)
void xsetWsVersion(CollapsedString wsVersion)
void unsetWsVersion()
String getPipeTransport()
org.apache.xmlbeans.XmlAnyURI xgetPipeTransport()
boolean isSetPipeTransport()
void setPipeTransport(String pipeTransport)
void xsetPipeTransport(org.apache.xmlbeans.XmlAnyURI pipeTransport)
void unsetPipeTransport()
String getTcpTransport()
org.apache.xmlbeans.XmlAnyURI xgetTcpTransport()
boolean isSetTcpTransport()
void setTcpTransport(String tcpTransport)
void xsetTcpTransport(org.apache.xmlbeans.XmlAnyURI tcpTransport)
void unsetTcpTransport()
String getSslTransport()
org.apache.xmlbeans.XmlAnyURI xgetSslTransport()
boolean isSetSslTransport()
void setSslTransport(String sslTransport)
void xsetSslTransport(org.apache.xmlbeans.XmlAnyURI sslTransport)
void unsetSslTransport()
String getTlsTransport()
org.apache.xmlbeans.XmlAnyURI xgetTlsTransport()
boolean isSetTlsTransport()
void setTlsTransport(String tlsTransport)
void xsetTlsTransport(org.apache.xmlbeans.XmlAnyURI tlsTransport)
void unsetTlsTransport()
String getHttpTransport()
org.apache.xmlbeans.XmlAnyURI xgetHttpTransport()
boolean isSetHttpTransport()
void setHttpTransport(String httpTransport)
void xsetHttpTransport(org.apache.xmlbeans.XmlAnyURI httpTransport)
void unsetHttpTransport()
String getWsInactivityTimeout()
TimeIntervalString xgetWsInactivityTimeout()
boolean isSetWsInactivityTimeout()
void setWsInactivityTimeout(String wsInactivityTimeout)
void xsetWsInactivityTimeout(TimeIntervalString wsInactivityTimeout)
void unsetWsInactivityTimeout()
ServiceConnectOptionsType.HttpKeepalive.Enum getHttpKeepalive()
ServiceConnectOptionsType.HttpKeepalive xgetHttpKeepalive()
boolean isSetHttpKeepalive()
void setHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive.Enum httpKeepalive)
void xsetHttpKeepalive(ServiceConnectOptionsType.HttpKeepalive httpKeepalive)
void unsetHttpKeepalive()
String getHttpKeepaliveTimeout()
TimeIntervalString xgetHttpKeepaliveTimeout()
boolean isSetHttpKeepaliveTimeout()
void setHttpKeepaliveTimeout(String httpKeepaliveTimeout)
void xsetHttpKeepaliveTimeout(TimeIntervalString httpKeepaliveTimeout)
void unsetHttpKeepaliveTimeout()
BigInteger getHttpKeepaliveConnections()
org.apache.xmlbeans.XmlNonNegativeInteger xgetHttpKeepaliveConnections()
boolean isSetHttpKeepaliveConnections()
void setHttpKeepaliveConnections(BigInteger httpKeepaliveConnections)
void xsetHttpKeepaliveConnections(org.apache.xmlbeans.XmlNonNegativeInteger httpKeepaliveConnections)
void unsetHttpKeepaliveConnections()
String getUdpInterface()
org.apache.xmlbeans.XmlAnyURI xgetUdpInterface()
boolean isSetUdpInterface()
void setUdpInterface(String udpInterface)
void xsetUdpInterface(org.apache.xmlbeans.XmlAnyURI udpInterface)
void unsetUdpInterface()
BigInteger getHttpMaximumRedirects()
org.apache.xmlbeans.XmlNonNegativeInteger xgetHttpMaximumRedirects()
boolean isSetHttpMaximumRedirects()
void setHttpMaximumRedirects(BigInteger httpMaximumRedirects)
void xsetHttpMaximumRedirects(org.apache.xmlbeans.XmlNonNegativeInteger httpMaximumRedirects)
void unsetHttpMaximumRedirects()
BigInteger getHttpMaxAuthenticationAttempts()
org.apache.xmlbeans.XmlNonNegativeInteger xgetHttpMaxAuthenticationAttempts()
boolean isSetHttpMaxAuthenticationAttempts()
void setHttpMaxAuthenticationAttempts(BigInteger httpMaxAuthenticationAttempts)
void xsetHttpMaxAuthenticationAttempts(org.apache.xmlbeans.XmlNonNegativeInteger httpMaxAuthenticationAttempts)
void unsetHttpMaxAuthenticationAttempts()
Copyright © 2014–2016. All rights reserved.