public interface ServiceAcceptOptionsType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceAcceptOptionsType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ServiceAcceptOptionsType.SslEncryption
An XML ssl.encryption(@http://xmlns.kaazing.org/2015/11/gateway).
|
static interface |
ServiceAcceptOptionsType.SslVerifyClient
An XML ssl.verify-client(@http://xmlns.kaazing.org/2015/11/gateway).
|
static interface |
ServiceAcceptOptionsType.TlsEncryption
An XML tls.encryption(@http://xmlns.kaazing.org/2015/11/gateway).
|
static interface |
ServiceAcceptOptionsType.TlsVerifyClient
An XML tls.verify-client(@http://xmlns.kaazing.org/2015/11/gateway).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpBind()
Gets the "http.bind" element
|
String |
getHttpKeepaliveTimeout()
Gets the "http.keepalive.timeout" element
|
String |
getHttpsBind()
Gets the "https.bind" element
|
String |
getHttpTransport()
Gets the "http.transport" element
|
String |
getPipeTransport()
Gets the "pipe.transport" element
|
String |
getSslBind()
Gets the "ssl.bind" element
|
String |
getSslCiphers()
Gets the "ssl.ciphers" element
|
ServiceAcceptOptionsType.SslEncryption.Enum |
getSslEncryption()
Gets the "ssl.encryption" element
|
String |
getSslProtocols()
Gets the "ssl.protocols" element
|
String |
getSslTransport()
Gets the "ssl.transport" element
|
ServiceAcceptOptionsType.SslVerifyClient.Enum |
getSslVerifyClient()
Gets the "ssl.verify-client" element
|
String |
getTcpBind()
Gets the "tcp.bind" element
|
String |
getTcpTransport()
Gets the "tcp.transport" element
|
String |
getTlsBind()
Gets the "tls.bind" element
|
String |
getTlsCiphers()
Gets the "tls.ciphers" element
|
ServiceAcceptOptionsType.TlsEncryption.Enum |
getTlsEncryption()
Gets the "tls.encryption" element
|
String |
getTlsProtocols()
Gets the "tls.protocols" element
|
String |
getTlsTransport()
Gets the "tls.transport" element
|
ServiceAcceptOptionsType.TlsVerifyClient.Enum |
getTlsVerifyClient()
Gets the "tls.verify-client" element
|
String |
getUdpInterface()
Gets the "udp.interface" element
|
String |
getWsBind()
Gets the "ws.bind" element
|
String |
getWsInactivityTimeout()
Gets the "ws.inactivity.timeout" element
|
String |
getWsMaximumMessageSize()
Gets the "ws.maximum.message.size" element
|
String |
getWssBind()
Gets the "wss.bind" element
|
boolean |
isSetHttpBind()
True if has "http.bind" element
|
boolean |
isSetHttpKeepaliveTimeout()
True if has "http.keepalive.timeout" element
|
boolean |
isSetHttpsBind()
True if has "https.bind" element
|
boolean |
isSetHttpTransport()
True if has "http.transport" element
|
boolean |
isSetPipeTransport()
True if has "pipe.transport" element
|
boolean |
isSetSslBind()
True if has "ssl.bind" 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 |
isSetSslVerifyClient()
True if has "ssl.verify-client" element
|
boolean |
isSetTcpBind()
True if has "tcp.bind" element
|
boolean |
isSetTcpTransport()
True if has "tcp.transport" element
|
boolean |
isSetTlsBind()
True if has "tls.bind" 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 |
isSetTlsVerifyClient()
True if has "tls.verify-client" element
|
boolean |
isSetUdpInterface()
True if has "udp.interface" element
|
boolean |
isSetWsBind()
True if has "ws.bind" element
|
boolean |
isSetWsInactivityTimeout()
True if has "ws.inactivity.timeout" element
|
boolean |
isSetWsMaximumMessageSize()
True if has "ws.maximum.message.size" element
|
boolean |
isSetWssBind()
True if has "wss.bind" element
|
void |
setHttpBind(String httpBind)
Sets the "http.bind" element
|
void |
setHttpKeepaliveTimeout(String httpKeepaliveTimeout)
Sets the "http.keepalive.timeout" element
|
void |
setHttpsBind(String httpsBind)
Sets the "https.bind" element
|
void |
setHttpTransport(String httpTransport)
Sets the "http.transport" element
|
void |
setPipeTransport(String pipeTransport)
Sets the "pipe.transport" element
|
void |
setSslBind(String sslBind)
Sets the "ssl.bind" element
|
void |
setSslCiphers(String sslCiphers)
Sets the "ssl.ciphers" element
|
void |
setSslEncryption(ServiceAcceptOptionsType.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 |
setSslVerifyClient(ServiceAcceptOptionsType.SslVerifyClient.Enum sslVerifyClient)
Sets the "ssl.verify-client" element
|
void |
setTcpBind(String tcpBind)
Sets the "tcp.bind" element
|
void |
setTcpTransport(String tcpTransport)
Sets the "tcp.transport" element
|
void |
setTlsBind(String tlsBind)
Sets the "tls.bind" element
|
void |
setTlsCiphers(String tlsCiphers)
Sets the "tls.ciphers" element
|
void |
setTlsEncryption(ServiceAcceptOptionsType.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 |
setTlsVerifyClient(ServiceAcceptOptionsType.TlsVerifyClient.Enum tlsVerifyClient)
Sets the "tls.verify-client" element
|
void |
setUdpInterface(String udpInterface)
Sets the "udp.interface" element
|
void |
setWsBind(String wsBind)
Sets the "ws.bind" element
|
void |
setWsInactivityTimeout(String wsInactivityTimeout)
Sets the "ws.inactivity.timeout" element
|
void |
setWsMaximumMessageSize(String wsMaximumMessageSize)
Sets the "ws.maximum.message.size" element
|
void |
setWssBind(String wssBind)
Sets the "wss.bind" element
|
void |
unsetHttpBind()
Unsets the "http.bind" element
|
void |
unsetHttpKeepaliveTimeout()
Unsets the "http.keepalive.timeout" element
|
void |
unsetHttpsBind()
Unsets the "https.bind" element
|
void |
unsetHttpTransport()
Unsets the "http.transport" element
|
void |
unsetPipeTransport()
Unsets the "pipe.transport" element
|
void |
unsetSslBind()
Unsets the "ssl.bind" 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 |
unsetSslVerifyClient()
Unsets the "ssl.verify-client" element
|
void |
unsetTcpBind()
Unsets the "tcp.bind" element
|
void |
unsetTcpTransport()
Unsets the "tcp.transport" element
|
void |
unsetTlsBind()
Unsets the "tls.bind" 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 |
unsetTlsVerifyClient()
Unsets the "tls.verify-client" element
|
void |
unsetUdpInterface()
Unsets the "udp.interface" element
|
void |
unsetWsBind()
Unsets the "ws.bind" element
|
void |
unsetWsInactivityTimeout()
Unsets the "ws.inactivity.timeout" element
|
void |
unsetWsMaximumMessageSize()
Unsets the "ws.maximum.message.size" element
|
void |
unsetWssBind()
Unsets the "wss.bind" element
|
CollapsedString |
xgetHttpBind()
Gets (as xml) the "http.bind" element
|
TimeIntervalString |
xgetHttpKeepaliveTimeout()
Gets (as xml) the "http.keepalive.timeout" element
|
CollapsedString |
xgetHttpsBind()
Gets (as xml) the "https.bind" 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
|
CollapsedString |
xgetSslBind()
Gets (as xml) the "ssl.bind" element
|
CSVType |
xgetSslCiphers()
Gets (as xml) the "ssl.ciphers" element
|
ServiceAcceptOptionsType.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
|
ServiceAcceptOptionsType.SslVerifyClient |
xgetSslVerifyClient()
Gets (as xml) the "ssl.verify-client" element
|
CollapsedString |
xgetTcpBind()
Gets (as xml) the "tcp.bind" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetTcpTransport()
Gets (as xml) the "tcp.transport" element
|
CollapsedString |
xgetTlsBind()
Gets (as xml) the "tls.bind" element
|
CSVType |
xgetTlsCiphers()
Gets (as xml) the "tls.ciphers" element
|
ServiceAcceptOptionsType.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
|
ServiceAcceptOptionsType.TlsVerifyClient |
xgetTlsVerifyClient()
Gets (as xml) the "tls.verify-client" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetUdpInterface()
Gets (as xml) the "udp.interface" element
|
CollapsedString |
xgetWsBind()
Gets (as xml) the "ws.bind" element
|
TimeIntervalString |
xgetWsInactivityTimeout()
Gets (as xml) the "ws.inactivity.timeout" element
|
DataSizeString |
xgetWsMaximumMessageSize()
Gets (as xml) the "ws.maximum.message.size" element
|
CollapsedString |
xgetWssBind()
Gets (as xml) the "wss.bind" element
|
void |
xsetHttpBind(CollapsedString httpBind)
Sets (as xml) the "http.bind" element
|
void |
xsetHttpKeepaliveTimeout(TimeIntervalString httpKeepaliveTimeout)
Sets (as xml) the "http.keepalive.timeout" element
|
void |
xsetHttpsBind(CollapsedString httpsBind)
Sets (as xml) the "https.bind" 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 |
xsetSslBind(CollapsedString sslBind)
Sets (as xml) the "ssl.bind" element
|
void |
xsetSslCiphers(CSVType sslCiphers)
Sets (as xml) the "ssl.ciphers" element
|
void |
xsetSslEncryption(ServiceAcceptOptionsType.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 |
xsetSslVerifyClient(ServiceAcceptOptionsType.SslVerifyClient sslVerifyClient)
Sets (as xml) the "ssl.verify-client" 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 |
xsetTlsBind(CollapsedString tlsBind)
Sets (as xml) the "tls.bind" element
|
void |
xsetTlsCiphers(CSVType tlsCiphers)
Sets (as xml) the "tls.ciphers" element
|
void |
xsetTlsEncryption(ServiceAcceptOptionsType.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 |
xsetTlsVerifyClient(ServiceAcceptOptionsType.TlsVerifyClient tlsVerifyClient)
Sets (as xml) the "tls.verify-client" element
|
void |
xsetUdpInterface(org.apache.xmlbeans.XmlAnyURI udpInterface)
Sets (as xml) the "udp.interface" element
|
void |
xsetWsBind(CollapsedString wsBind)
Sets (as xml) the "ws.bind" element
|
void |
xsetWsInactivityTimeout(TimeIntervalString wsInactivityTimeout)
Sets (as xml) the "ws.inactivity.timeout" element
|
void |
xsetWsMaximumMessageSize(DataSizeString wsMaximumMessageSize)
Sets (as xml) the "ws.maximum.message.size" element
|
void |
xsetWssBind(CollapsedString wssBind)
Sets (as xml) the "wss.bind" 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()
ServiceAcceptOptionsType.SslEncryption.Enum getSslEncryption()
ServiceAcceptOptionsType.SslEncryption xgetSslEncryption()
boolean isSetSslEncryption()
void setSslEncryption(ServiceAcceptOptionsType.SslEncryption.Enum sslEncryption)
void xsetSslEncryption(ServiceAcceptOptionsType.SslEncryption sslEncryption)
void unsetSslEncryption()
ServiceAcceptOptionsType.TlsEncryption.Enum getTlsEncryption()
ServiceAcceptOptionsType.TlsEncryption xgetTlsEncryption()
boolean isSetTlsEncryption()
void setTlsEncryption(ServiceAcceptOptionsType.TlsEncryption.Enum tlsEncryption)
void xsetTlsEncryption(ServiceAcceptOptionsType.TlsEncryption tlsEncryption)
void unsetTlsEncryption()
ServiceAcceptOptionsType.SslVerifyClient.Enum getSslVerifyClient()
ServiceAcceptOptionsType.SslVerifyClient xgetSslVerifyClient()
boolean isSetSslVerifyClient()
void setSslVerifyClient(ServiceAcceptOptionsType.SslVerifyClient.Enum sslVerifyClient)
void xsetSslVerifyClient(ServiceAcceptOptionsType.SslVerifyClient sslVerifyClient)
void unsetSslVerifyClient()
ServiceAcceptOptionsType.TlsVerifyClient.Enum getTlsVerifyClient()
ServiceAcceptOptionsType.TlsVerifyClient xgetTlsVerifyClient()
boolean isSetTlsVerifyClient()
void setTlsVerifyClient(ServiceAcceptOptionsType.TlsVerifyClient.Enum tlsVerifyClient)
void xsetTlsVerifyClient(ServiceAcceptOptionsType.TlsVerifyClient tlsVerifyClient)
void unsetTlsVerifyClient()
String getWsBind()
CollapsedString xgetWsBind()
boolean isSetWsBind()
void setWsBind(String wsBind)
void xsetWsBind(CollapsedString wsBind)
void unsetWsBind()
String getWssBind()
CollapsedString xgetWssBind()
boolean isSetWssBind()
void setWssBind(String wssBind)
void xsetWssBind(CollapsedString wssBind)
void unsetWssBind()
String getHttpBind()
CollapsedString xgetHttpBind()
boolean isSetHttpBind()
void setHttpBind(String httpBind)
void xsetHttpBind(CollapsedString httpBind)
void unsetHttpBind()
String getHttpsBind()
CollapsedString xgetHttpsBind()
boolean isSetHttpsBind()
void setHttpsBind(String httpsBind)
void xsetHttpsBind(CollapsedString httpsBind)
void unsetHttpsBind()
String getSslBind()
CollapsedString xgetSslBind()
boolean isSetSslBind()
void setSslBind(String sslBind)
void xsetSslBind(CollapsedString sslBind)
void unsetSslBind()
String getTlsBind()
CollapsedString xgetTlsBind()
boolean isSetTlsBind()
void setTlsBind(String tlsBind)
void xsetTlsBind(CollapsedString tlsBind)
void unsetTlsBind()
String getTcpBind()
CollapsedString xgetTcpBind()
boolean isSetTcpBind()
void setTcpBind(String tcpBind)
void xsetTcpBind(CollapsedString tcpBind)
void unsetTcpBind()
String getWsMaximumMessageSize()
DataSizeString xgetWsMaximumMessageSize()
boolean isSetWsMaximumMessageSize()
void setWsMaximumMessageSize(String wsMaximumMessageSize)
void xsetWsMaximumMessageSize(DataSizeString wsMaximumMessageSize)
void unsetWsMaximumMessageSize()
String getWsInactivityTimeout()
TimeIntervalString xgetWsInactivityTimeout()
boolean isSetWsInactivityTimeout()
void setWsInactivityTimeout(String wsInactivityTimeout)
void xsetWsInactivityTimeout(TimeIntervalString wsInactivityTimeout)
void unsetWsInactivityTimeout()
String getHttpKeepaliveTimeout()
TimeIntervalString xgetHttpKeepaliveTimeout()
boolean isSetHttpKeepaliveTimeout()
void setHttpKeepaliveTimeout(String httpKeepaliveTimeout)
void xsetHttpKeepaliveTimeout(TimeIntervalString httpKeepaliveTimeout)
void unsetHttpKeepaliveTimeout()
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 getUdpInterface()
org.apache.xmlbeans.XmlAnyURI xgetUdpInterface()
boolean isSetUdpInterface()
void setUdpInterface(String udpInterface)
void xsetUdpInterface(org.apache.xmlbeans.XmlAnyURI udpInterface)
void unsetUdpInterface()
Copyright © 2014–2016. All rights reserved.