| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.sep2014 | |
| org.kaazing.gateway.server.config.sep2014.impl |
| Modifier and Type | Method and Description |
|---|---|
ServiceConnectOptionsType |
ServiceType.addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
ServiceConnectOptionsType |
ServiceDefaultsType.addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
ServiceConnectOptionsType |
ServiceType.getConnectOptions()
Gets the "connect-options" element
|
ServiceConnectOptionsType |
ServiceDefaultsType.getConnectOptions()
Gets the "connect-options" element
|
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.newInstance() |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(File file) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(InputStream is) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(Node node) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(Reader r) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(String xmlAsString) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(URL u) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(XMLStreamReader sr) |
static ServiceConnectOptionsType |
ServiceConnectOptionsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceType.setConnectOptions(ServiceConnectOptionsType connectOptions)
Sets the "connect-options" element
|
void |
ServiceDefaultsType.setConnectOptions(ServiceConnectOptionsType connectOptions)
Sets the "connect-options" element
|
| Modifier and Type | Method and Description |
|---|---|
ServiceConnectOptionsType |
ServiceTypeImpl.addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
ServiceConnectOptionsType |
ServiceDefaultsTypeImpl.addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
ServiceConnectOptionsType |
ServiceTypeImpl.getConnectOptions()
Gets the "connect-options" element
|
ServiceConnectOptionsType |
ServiceDefaultsTypeImpl.getConnectOptions()
Gets the "connect-options" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceTypeImpl.setConnectOptions(ServiceConnectOptionsType connectOptions)
Sets the "connect-options" element
|
void |
ServiceDefaultsTypeImpl.setConnectOptions(ServiceConnectOptionsType connectOptions)
Sets the "connect-options" element
|
Copyright © 2014–2016. All rights reserved.