| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVisitor |
class |
GatewayConfigTranslatorPipeline
Classes which translate/transform a DOM representing the config file implement this interface.
|
class |
June2016Validator |
class |
NamespaceVisitor
Sets the namespace on the given DOM to be the given
.
|
class |
November2015ToJune2016Translator |
class |
September2014ToNovember2015Translator
Class which translates/transforms a September2012 config file DOM into a November2015 config file DOM.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayConfigTranslator |
CommunityGatewayConfigTranslatorFactorySpi.getTranslator(GatewayConfigNamespace ns)
Given an incoming namespace, return the translator pipeline
to translate a document with that namespace up to the 'current' format.
|
GatewayConfigTranslator |
GatewayConfigTranslatorFactory.getTranslator(GatewayConfigNamespace namespace)
Given an incoming namespace, return the translator pipeline
to translate a document with that namespace up to the 'current' format.
|
| Modifier and Type | Method and Description |
|---|---|
List<GatewayConfigTranslator> |
GatewayConfigTranslatorPipeline.getTranslators() |
| Modifier and Type | Method and Description |
|---|---|
GatewayConfigTranslatorPipeline |
GatewayConfigTranslatorPipeline.addTranslator(GatewayConfigTranslator translator) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveRealmVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
AddDirectoryServiceLocationVisitor
Visitor to add "Cache-control: max-age=0" to all directory services for the 2015/11 gateway config XSD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FindMatchingBalancerServiceVisitor
For each balance URI on a service, make sure there is a matching balancer service accept URI.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayConfigTranslator |
GatewayConfigTranslatorFactorySpi.getTranslator(GatewayConfigNamespace ns)
Given an incoming namespace, return the translator pipeline
to translate a document with that namespace up to the 'current' format.
|
Copyright © 2014–2016. All rights reserved.