| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl |
| Modifier and Type | Method and Description |
|---|---|
ServiceDefaultsType |
GatewayConfigDocument.GatewayConfig.addNewServiceDefaults()
Appends and returns a new empty value (as xml) as the last "service-defaults" element
|
ServiceDefaultsType[] |
GatewayConfigDocument.GatewayConfig.getServiceDefaultsArray()
Gets array of all "service-defaults" elements
|
ServiceDefaultsType |
GatewayConfigDocument.GatewayConfig.getServiceDefaultsArray(int i)
Gets ith "service-defaults" element
|
ServiceDefaultsType |
GatewayConfigDocument.GatewayConfig.insertNewServiceDefaults(int i)
Inserts and returns a new empty value (as xml) as the ith "service-defaults" element
|
static ServiceDefaultsType |
ServiceDefaultsType.Factory.newInstance() |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(File file) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(InputStream is) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(Node node) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(Reader r) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(String xmlAsString) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(URL u) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(XMLStreamReader sr) |
static ServiceDefaultsType |
ServiceDefaultsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocument.GatewayConfig.setServiceDefaultsArray(int i,
ServiceDefaultsType serviceDefaults)
Sets ith "service-defaults" element
|
void |
GatewayConfigDocument.GatewayConfig.setServiceDefaultsArray(ServiceDefaultsType[] serviceDefaultsArray)
Sets array of all "service-defaults" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDefaultsTypeImpl
An XML ServiceDefaultsType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDefaultsType |
GatewayConfigDocumentImpl.GatewayConfigImpl.addNewServiceDefaults()
Appends and returns a new empty value (as xml) as the last "service-defaults" element
|
ServiceDefaultsType[] |
GatewayConfigDocumentImpl.GatewayConfigImpl.getServiceDefaultsArray()
Gets array of all "service-defaults" elements
|
ServiceDefaultsType |
GatewayConfigDocumentImpl.GatewayConfigImpl.getServiceDefaultsArray(int i)
Gets ith "service-defaults" element
|
ServiceDefaultsType |
GatewayConfigDocumentImpl.GatewayConfigImpl.insertNewServiceDefaults(int i)
Inserts and returns a new empty value (as xml) as the ith "service-defaults" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setServiceDefaultsArray(int i,
ServiceDefaultsType serviceDefaults)
Sets ith "service-defaults" element
|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setServiceDefaultsArray(ServiceDefaultsType[] serviceDefaultsArray)
Sets array of all "service-defaults" element
|
Copyright © 2014–2016. All rights reserved.