| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.nov2015 | |
| org.kaazing.gateway.server.config.nov2015.impl |
| Modifier and Type | Method and Description |
|---|---|
SecurityType |
GatewayConfigDocument.GatewayConfig.addNewSecurity()
Appends and returns a new empty value (as xml) as the last "security" element
|
SecurityType[] |
GatewayConfigDocument.GatewayConfig.getSecurityArray()
Gets array of all "security" elements
|
SecurityType |
GatewayConfigDocument.GatewayConfig.getSecurityArray(int i)
Gets ith "security" element
|
SecurityType |
GatewayConfigDocument.GatewayConfig.insertNewSecurity(int i)
Inserts and returns a new empty value (as xml) as the ith "security" element
|
static SecurityType |
SecurityType.Factory.newInstance() |
static SecurityType |
SecurityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(File file) |
static SecurityType |
SecurityType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(InputStream is) |
static SecurityType |
SecurityType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(Node node) |
static SecurityType |
SecurityType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(Reader r) |
static SecurityType |
SecurityType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(String xmlAsString) |
static SecurityType |
SecurityType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(URL u) |
static SecurityType |
SecurityType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SecurityType |
SecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SecurityType |
SecurityType.Factory.parse(XMLStreamReader sr) |
static SecurityType |
SecurityType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocument.GatewayConfig.setSecurityArray(int i,
SecurityType security)
Sets ith "security" element
|
void |
GatewayConfigDocument.GatewayConfig.setSecurityArray(SecurityType[] securityArray)
Sets array of all "security" element
|
| Modifier and Type | Method and Description |
|---|---|
SecurityType |
GatewayConfigDocumentImpl.GatewayConfigImpl.addNewSecurity()
Appends and returns a new empty value (as xml) as the last "security" element
|
SecurityType[] |
GatewayConfigDocumentImpl.GatewayConfigImpl.getSecurityArray()
Gets array of all "security" elements
|
SecurityType |
GatewayConfigDocumentImpl.GatewayConfigImpl.getSecurityArray(int i)
Gets ith "security" element
|
SecurityType |
GatewayConfigDocumentImpl.GatewayConfigImpl.insertNewSecurity(int i)
Inserts and returns a new empty value (as xml) as the ith "security" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setSecurityArray(int i,
SecurityType security)
Sets ith "security" element
|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setSecurityArray(SecurityType[] securityArray)
Sets array of all "security" element
|
Copyright © 2014–2016. All rights reserved.