public class GatewayGroupLoader extends Object implements org.springframework.beans.factory.InitializingBean
GatewayGroupLoader class.
Constructor and Description |
---|
GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar,
Properties configProperties)
Constructor for GatewayGroupLoader.
|
GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar,
URL configURL)
Constructor for GatewayGroupLoader.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
GatewayGroup[] |
getGatewayGroups()
getGatewayGroups
|
void |
load()
load
|
public GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar, URL configURL)
Constructor for GatewayGroupLoader.
gatewayGroupRegistrar
- a GatewayGroupRegistrar
object.configURL
- a URL
object.public GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar, Properties configProperties)
Constructor for GatewayGroupLoader.
gatewayGroupRegistrar
- a GatewayGroupRegistrar
object.configProperties
- a Properties
object.public GatewayGroup[] getGatewayGroups()
getGatewayGroups
GatewayGroup
objects.public void load()
load
Copyright © 2015. All Rights Reserved.