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 and Description EndpointConfig
Endpoint. getEndpointConfig()
Get endpoint configMethods in org.jboss.wsf.spi.deployment with parameters of type EndpointConfig Modifier and Type Method and Description void
Endpoint. setEndpointConfig(EndpointConfig config)
Set endpoint configUses of EndpointConfig in org.jboss.wsf.spi.management
Methods in org.jboss.wsf.spi.management that return EndpointConfig Modifier and Type Method and Description EndpointConfig
ServerConfig. getEndpointConfig(String name)
Get an endpoint config by nameMethods in org.jboss.wsf.spi.management with parameters of type EndpointConfig Modifier and Type Method and Description void
ServerConfig. 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.void
ServerConfig. 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 and Description EndpointConfig
ConfigRoot. getEndpointConfigByName(String configName)
Methods in org.jboss.wsf.spi.metadata.config that return types with arguments of type EndpointConfig Modifier and Type Method and Description List<EndpointConfig>
ConfigRoot. getEndpointConfig()
Methods in org.jboss.wsf.spi.metadata.config with parameters of type EndpointConfig Modifier and Type Method and Description void
ConfigRoot. addEndpointConfig(EndpointConfig endpointConfig)
Method parameters in org.jboss.wsf.spi.metadata.config with type arguments of type EndpointConfig Modifier and Type Method and Description void
ConfigRoot. setEndpointConfig(List<EndpointConfig> endpointConfig)
Constructors in org.jboss.wsf.spi.metadata.config with parameters of type EndpointConfig Constructor and Description EndpointConfig(EndpointConfig base, EndpointConfig conf)
Copyright © 2020 JBoss, by Red Hat. All rights reserved.