| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl |
| Modifier and Type | Method and Description |
|---|---|
ClusterConnectOptionsType |
ClusterType.addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
ClusterConnectOptionsType |
ClusterType.getConnectOptions()
Gets the "connect-options" element
|
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.newInstance() |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(File file) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(InputStream is) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(Node node) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(Reader r) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(String xmlAsString) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(URL u) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(XMLStreamReader sr) |
static ClusterConnectOptionsType |
ClusterConnectOptionsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterType.setConnectOptions(ClusterConnectOptionsType connectOptions)
Sets the "connect-options" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterConnectOptionsTypeImpl
An XML ClusterConnectOptionsType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConnectOptionsType |
ClusterTypeImpl.addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
ClusterConnectOptionsType |
ClusterTypeImpl.getConnectOptions()
Gets the "connect-options" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterTypeImpl.setConnectOptions(ClusterConnectOptionsType connectOptions)
Sets the "connect-options" element
|
Copyright © 2014–2016. All rights reserved.