| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl |
| Modifier and Type | Method and Description |
|---|---|
static CSVType |
CSVType.Factory.newInstance() |
static CSVType |
CSVType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CSVType |
CSVType.Factory.newValue(Object obj) |
static CSVType |
CSVType.Factory.parse(File file) |
static CSVType |
CSVType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CSVType |
CSVType.Factory.parse(InputStream is) |
static CSVType |
CSVType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CSVType |
CSVType.Factory.parse(Node node) |
static CSVType |
CSVType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CSVType |
CSVType.Factory.parse(Reader r) |
static CSVType |
CSVType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CSVType |
CSVType.Factory.parse(String xmlAsString) |
static CSVType |
CSVType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CSVType |
CSVType.Factory.parse(URL u) |
static CSVType |
CSVType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CSVType |
CSVType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CSVType |
CSVType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CSVType |
CSVType.Factory.parse(XMLStreamReader sr) |
static CSVType |
CSVType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
CSVType |
CrossSiteConstraintType.xgetAllowHeaders()
Gets (as xml) the "allow-headers" element
|
CSVType |
CrossSiteConstraintType.xgetAllowMethods()
Gets (as xml) the "allow-methods" element
|
CSVType |
ServiceAcceptOptionsType.xgetSslCiphers()
Gets (as xml) the "ssl.ciphers" element
|
CSVType |
ServiceConnectOptionsType.xgetSslCiphers()
Gets (as xml) the "ssl.ciphers" element
|
CSVType |
ServiceAcceptOptionsType.xgetSslProtocols()
Gets (as xml) the "ssl.protocols" element
|
CSVType |
ServiceConnectOptionsType.xgetSslProtocols()
Gets (as xml) the "ssl.protocols" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrossSiteConstraintType.xsetAllowHeaders(CSVType allowHeaders)
Sets (as xml) the "allow-headers" element
|
void |
CrossSiteConstraintType.xsetAllowMethods(CSVType allowMethods)
Sets (as xml) the "allow-methods" element
|
void |
ServiceAcceptOptionsType.xsetSslCiphers(CSVType sslCiphers)
Sets (as xml) the "ssl.ciphers" element
|
void |
ServiceConnectOptionsType.xsetSslCiphers(CSVType sslCiphers)
Sets (as xml) the "ssl.ciphers" element
|
void |
ServiceAcceptOptionsType.xsetSslProtocols(CSVType sslProtocols)
Sets (as xml) the "ssl.protocols" element
|
void |
ServiceConnectOptionsType.xsetSslProtocols(CSVType sslProtocols)
Sets (as xml) the "ssl.protocols" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVTypeImpl
An XML CSVType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
CSVType |
CrossSiteConstraintTypeImpl.xgetAllowHeaders()
Gets (as xml) the "allow-headers" element
|
CSVType |
CrossSiteConstraintTypeImpl.xgetAllowMethods()
Gets (as xml) the "allow-methods" element
|
CSVType |
ServiceConnectOptionsTypeImpl.xgetSslCiphers()
Gets (as xml) the "ssl.ciphers" element
|
CSVType |
ServiceAcceptOptionsTypeImpl.xgetSslCiphers()
Gets (as xml) the "ssl.ciphers" element
|
CSVType |
ServiceConnectOptionsTypeImpl.xgetSslProtocols()
Gets (as xml) the "ssl.protocols" element
|
CSVType |
ServiceAcceptOptionsTypeImpl.xgetSslProtocols()
Gets (as xml) the "ssl.protocols" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrossSiteConstraintTypeImpl.xsetAllowHeaders(CSVType allowHeaders)
Sets (as xml) the "allow-headers" element
|
void |
CrossSiteConstraintTypeImpl.xsetAllowMethods(CSVType allowMethods)
Sets (as xml) the "allow-methods" element
|
void |
ServiceConnectOptionsTypeImpl.xsetSslCiphers(CSVType sslCiphers)
Sets (as xml) the "ssl.ciphers" element
|
void |
ServiceAcceptOptionsTypeImpl.xsetSslCiphers(CSVType sslCiphers)
Sets (as xml) the "ssl.ciphers" element
|
void |
ServiceConnectOptionsTypeImpl.xsetSslProtocols(CSVType sslProtocols)
Sets (as xml) the "ssl.protocols" element
|
void |
ServiceAcceptOptionsTypeImpl.xsetSslProtocols(CSVType sslProtocols)
Sets (as xml) the "ssl.protocols" element
|
Copyright © 2014–2016. All rights reserved.