Package | Description |
---|---|
org.wildfly.swarm.config.webservices |
Modifier and Type | Class and Description |
---|---|
class |
PreHandlerChain<T extends PreHandlerChain<T>>
Endpoint configuration PRE handler chain
|
interface |
PreHandlerChainConsumer<T extends PreHandlerChain<T>> |
interface |
PreHandlerChainSupplier<T extends PreHandlerChain> |
Modifier and Type | Method and Description |
---|---|
PreHandlerChain |
PreHandlerChainSupplier.get()
Constructed instance of PreHandlerChain resource
|
PreHandlerChain |
EndpointConfig.EndpointConfigResources.preHandlerChain(String key) |
PreHandlerChain |
ClientConfig.ClientConfigResources.preHandlerChain(String key) |
Modifier and Type | Method and Description |
---|---|
List<PreHandlerChain> |
EndpointConfig.EndpointConfigResources.preHandlerChains()
Get the list of PreHandlerChain resources
|
List<PreHandlerChain> |
ClientConfig.ClientConfigResources.preHandlerChains()
Get the list of PreHandlerChain resources
|
Modifier and Type | Method and Description |
---|---|
T |
EndpointConfig.preHandlerChain(PreHandlerChain value)
Add the PreHandlerChain object to the list of subresources
|
T |
ClientConfig.preHandlerChain(PreHandlerChain value)
Add the PreHandlerChain object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
EndpointConfig.preHandlerChains(List<PreHandlerChain> value)
Add all PreHandlerChain objects to this subresource
|
T |
ClientConfig.preHandlerChains(List<PreHandlerChain> value)
Add all PreHandlerChain objects to this subresource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.