Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.webservices |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
Webservices.WebservicesResources.clientConfig(String key) |
Modifier and Type | Method and Description |
---|---|
List<ClientConfig> |
Webservices.WebservicesResources.clientConfigs()
Get the list of ClientConfig resources
|
Modifier and Type | Method and Description |
---|---|
T |
Webservices.clientConfig(ClientConfig value)
Add the ClientConfig object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Webservices.clientConfigs(List<ClientConfig> value)
Add all ClientConfig objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConfig<T extends ClientConfig<T>>
Webservice client configuration
|
interface |
ClientConfigConsumer<T extends ClientConfig<T>> |
interface |
ClientConfigSupplier<T extends ClientConfig> |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ClientConfigSupplier.get()
Constructed instance of ClientConfig resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.