| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl | |
| org.kaazing.gateway.server.test |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AmqpProxyServiceType
An XML amqp.proxyServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
BalancerServiceType
An XML balancerServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
BroadcastServiceType
An XML broadcastServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
DirectoryServiceType
An XML directoryServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
EchoServiceType
An XML echoServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
ExtensionServiceType
An XML ExtensionServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
HttpProxyServiceType
An XML http.proxyServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
ProxyServiceType
An XML proxyServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
TurnRestServiceType
An XML turn.restServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
interface |
UpdateCheckServiceType
An XML update.checkServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
GatewayConfigDocument.GatewayConfig.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
ServiceType[] |
GatewayConfigDocument.GatewayConfig.getServiceArray()
Gets array of all "service" elements
|
ServiceType |
GatewayConfigDocument.GatewayConfig.getServiceArray(int i)
Gets ith "service" element
|
ServiceType |
GatewayConfigDocument.GatewayConfig.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
static ServiceType |
ServiceType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static ServiceType |
ServiceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static ServiceType |
ServiceType.Factory.parse(File file) |
static ServiceType |
ServiceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(InputStream is) |
static ServiceType |
ServiceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(Node node) |
static ServiceType |
ServiceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(Reader r) |
static ServiceType |
ServiceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(String xmlAsString) |
static ServiceType |
ServiceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(URL u) |
static ServiceType |
ServiceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceType |
ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceType |
ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceType |
ServiceType.Factory.parse(XMLStreamReader sr) |
static ServiceType |
ServiceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocument.GatewayConfig.setServiceArray(int i,
ServiceType service)
Sets ith "service" element
|
void |
GatewayConfigDocument.GatewayConfig.setServiceArray(ServiceType[] serviceArray)
Sets array of all "service" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpProxyServiceTypeImpl
An XML amqp.proxyServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
BalancerServiceTypeImpl
An XML balancerServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
BroadcastServiceTypeImpl
An XML broadcastServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
DirectoryServiceTypeImpl
An XML directoryServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
EchoServiceTypeImpl
An XML echoServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
ExtensionServiceTypeImpl
An XML ExtensionServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
HttpProxyServiceTypeImpl
An XML http.proxyServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
ProxyServiceTypeImpl
An XML proxyServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
ServiceTypeImpl
An XML ServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
TurnRestServiceTypeImpl
An XML turn.restServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
class |
UpdateCheckServiceTypeImpl
An XML update.checkServiceType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
GatewayConfigDocumentImpl.GatewayConfigImpl.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
ServiceType[] |
GatewayConfigDocumentImpl.GatewayConfigImpl.getServiceArray()
Gets array of all "service" elements
|
ServiceType |
GatewayConfigDocumentImpl.GatewayConfigImpl.getServiceArray(int i)
Gets ith "service" element
|
ServiceType |
GatewayConfigDocumentImpl.GatewayConfigImpl.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setServiceArray(int i,
ServiceType service)
Sets ith "service" element
|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setServiceArray(ServiceType[] serviceArray)
Sets array of all "service" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gateway.appendConnectOptions(ServiceType newService,
ServiceConfiguration service) |
Copyright © 2014–2016. All rights reserved.