| Modifier and Type | Method and Description |
|---|---|
static GatewayConfigDocument |
GatewayConfigDocument.Factory.newInstance() |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(File file) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(InputStream is) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(Node node) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(Reader r) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(String xmlAsString) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(URL u) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(XMLStreamReader sr) |
static GatewayConfigDocument |
GatewayConfigDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
GatewayConfigDocumentImpl
A document containing one gateway-config(@http://xmlns.kaazing.org/2016/06/gateway) element.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayConfigDocument |
GatewayConfigParser.parse(File configFile)
Parse and validate a gateway configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayContext |
GatewayContextResolver.resolve(GatewayConfigDocument gatewayConfigDoc) |
GatewayContext |
GatewayContextResolver.resolve(GatewayConfigDocument gatewayConfigDoc,
Properties configuration) |
| Modifier and Type | Method and Description |
|---|---|
GatewayConfigDocument |
Gateway.getGatewayConfigXml() |
Copyright © 2014–2016. All rights reserved.