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