| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl | |
| org.kaazing.gateway.server.context.resolve |
| Modifier and Type | Method and Description |
|---|---|
ServiceAcceptOptionsType |
ServiceType.addNewAcceptOptions()
Appends and returns a new empty "accept-options" element
|
ServiceAcceptOptionsType |
ServiceDefaultsType.addNewAcceptOptions()
Appends and returns a new empty "accept-options" element
|
ServiceAcceptOptionsType |
ServiceType.getAcceptOptions()
Gets the "accept-options" element
|
ServiceAcceptOptionsType |
ServiceDefaultsType.getAcceptOptions()
Gets the "accept-options" element
|
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.newInstance() |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(File file) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(InputStream is) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(Node node) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(Reader r) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(String xmlAsString) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(URL u) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(XMLStreamReader sr) |
static ServiceAcceptOptionsType |
ServiceAcceptOptionsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceType.setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
Sets the "accept-options" element
|
void |
ServiceDefaultsType.setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
Sets the "accept-options" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceAcceptOptionsTypeImpl
An XML ServiceAcceptOptionsType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAcceptOptionsType |
ServiceTypeImpl.addNewAcceptOptions()
Appends and returns a new empty "accept-options" element
|
ServiceAcceptOptionsType |
ServiceDefaultsTypeImpl.addNewAcceptOptions()
Appends and returns a new empty "accept-options" element
|
ServiceAcceptOptionsType |
ServiceTypeImpl.getAcceptOptions()
Gets the "accept-options" element
|
ServiceAcceptOptionsType |
ServiceDefaultsTypeImpl.getAcceptOptions()
Gets the "accept-options" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceTypeImpl.setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
Sets the "accept-options" element
|
void |
ServiceDefaultsTypeImpl.setAcceptOptions(ServiceAcceptOptionsType acceptOptions)
Sets the "accept-options" element
|
| Constructor and Description |
|---|
DefaultAcceptOptionsContext(ServiceAcceptOptionsType acceptOptions,
ServiceAcceptOptionsType defaultOptions) |
Copyright © 2014–2016. All rights reserved.