Uses of Class
org.jboss.wsf.spi.metadata.config.EndpointConfig
-
Packages that use EndpointConfig Package Description org.jboss.wsf.spi.deployment org.jboss.wsf.spi.management org.jboss.wsf.spi.metadata.config -
-
Uses of EndpointConfig in org.jboss.wsf.spi.deployment
Methods in org.jboss.wsf.spi.deployment that return EndpointConfig Modifier and Type Method Description EndpointConfigEndpoint. getEndpointConfig()Get endpoint configMethods in org.jboss.wsf.spi.deployment with parameters of type EndpointConfig Modifier and Type Method Description voidEndpoint. setEndpointConfig(EndpointConfig config)Set endpoint config -
Uses of EndpointConfig in org.jboss.wsf.spi.management
Methods in org.jboss.wsf.spi.management that return EndpointConfig Modifier and Type Method Description EndpointConfigServerConfig. getEndpointConfig(String name)Get an endpoint config by nameMethods in org.jboss.wsf.spi.management with parameters of type EndpointConfig Modifier and Type Method Description voidServerConfig. registerEndpointConfig(EndpointConfig config)Register an endpoint config in the server configuration; the new config will apply to runtime when the server config is started or after an endpoint config store reload.voidServerConfig. unregisterEndpointConfig(EndpointConfig config)Unregister an endpoint config from the server configuration; the new config will be removed from the collection returned to callers after next endpoint store reload. -
Uses of EndpointConfig in org.jboss.wsf.spi.metadata.config
Methods in org.jboss.wsf.spi.metadata.config that return EndpointConfig Modifier and Type Method Description EndpointConfigConfigRoot. getEndpointConfigByName(String configName)Methods in org.jboss.wsf.spi.metadata.config that return types with arguments of type EndpointConfig Modifier and Type Method Description List<EndpointConfig>ConfigRoot. getEndpointConfig()Methods in org.jboss.wsf.spi.metadata.config with parameters of type EndpointConfig Modifier and Type Method Description voidConfigRoot. addEndpointConfig(EndpointConfig endpointConfig)Method parameters in org.jboss.wsf.spi.metadata.config with type arguments of type EndpointConfig Modifier and Type Method Description voidConfigRoot. setEndpointConfig(List<EndpointConfig> endpointConfig)Constructors in org.jboss.wsf.spi.metadata.config with parameters of type EndpointConfig Constructor Description EndpointConfig(EndpointConfig base, EndpointConfig conf)
-