public interface RoutingObjectFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
RoutingObjectFactory.Context
Contextual information for factory class.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingObject |
build(List<String> fullName,
RoutingObjectFactory.Context context,
StyxObjectDefinition configBlock)
Constructs a RoutingObject instance according to configuration block.
|
RoutingObject build(List<String> fullName, RoutingObjectFactory.Context context, StyxObjectDefinition configBlock)
The routing object is constructed according to the definition codified in the StyxObjectDefinition instance. Context provides access to core Styx components necessary for constructing dependant objects.
fullName - a fully qualified attribute name, including parentscontext - a routing object factory contextconfigBlock - routing object configurationCopyright © 2013–2020 Hotels.com. All rights reserved.