Package | Description |
---|---|
org.wildfly.swarm.config.webservices |
Modifier and Type | Class and Description |
---|---|
class |
Handler<T extends Handler<T>>
Endpoint handler
|
interface |
HandlerConsumer<T extends Handler<T>> |
interface |
HandlerSupplier<T extends Handler> |
Modifier and Type | Method and Description |
---|---|
Handler |
HandlerSupplier.get()
Constructed instance of Handler resource
|
Handler |
PreHandlerChain.PreHandlerChainResources.handler(String key) |
Handler |
PostHandlerChain.PostHandlerChainResources.handler(String key) |
Modifier and Type | Method and Description |
---|---|
List<Handler> |
PreHandlerChain.PreHandlerChainResources.handlers()
Get the list of Handler resources
|
List<Handler> |
PostHandlerChain.PostHandlerChainResources.handlers()
Get the list of Handler resources
|
Modifier and Type | Method and Description |
---|---|
T |
PreHandlerChain.handler(Handler value)
Add the Handler object to the list of subresources
|
T |
PostHandlerChain.handler(Handler value)
Add the Handler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
PreHandlerChain.handlers(List<Handler> value)
Add all Handler objects to this subresource
|
T |
PostHandlerChain.handlers(List<Handler> value)
Add all Handler objects to this subresource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.