| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.nov2015 | |
| org.kaazing.gateway.server.config.nov2015.impl |
| Modifier and Type | Method and Description |
|---|---|
ClusterType.Connect |
ClusterType.addNewConnect()
Appends and returns a new empty value (as xml) as the last "connect" element
|
ClusterType.Connect |
ClusterType.insertNewConnect(int i)
Inserts and returns a new empty value (as xml) as the ith "connect" element
|
static ClusterType.Connect |
ClusterType.Connect.Factory.newInstance() |
static ClusterType.Connect |
ClusterType.Connect.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ClusterType.Connect |
ClusterType.Connect.Factory.newValue(Object obj) |
ClusterType.Connect[] |
ClusterType.xgetConnectArray()
Gets (as xml) array of all "connect" elements
|
ClusterType.Connect |
ClusterType.xgetConnectArray(int i)
Gets (as xml) ith "connect" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterType.xsetConnectArray(ClusterType.Connect[] connectArray)
Sets (as xml) array of all "connect" element
|
void |
ClusterType.xsetConnectArray(int i,
ClusterType.Connect connect)
Sets (as xml) ith "connect" element
|
| Modifier and Type | Method and Description |
|---|---|
ClusterType.Connect |
ClusterTypeImpl.addNewConnect()
Appends and returns a new empty value (as xml) as the last "connect" element
|
ClusterType.Connect |
ClusterTypeImpl.insertNewConnect(int i)
Inserts and returns a new empty value (as xml) as the ith "connect" element
|
ClusterType.Connect[] |
ClusterTypeImpl.xgetConnectArray()
Gets (as xml) array of all "connect" elements
|
ClusterType.Connect |
ClusterTypeImpl.xgetConnectArray(int i)
Gets (as xml) ith "connect" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterTypeImpl.xsetConnectArray(ClusterType.Connect[] connectArray)
Sets (as xml) array of all "connect" element
|
void |
ClusterTypeImpl.xsetConnectArray(int i,
ClusterType.Connect connect)
Sets (as xml) ith "connect" element
|
Copyright © 2014–2016. All rights reserved.