| Interface | Description | 
|---|---|
| ClientConfigConsumer<T extends ClientConfig<T>> | |
| ClientConfigSupplier<T extends ClientConfig> | |
| EndpointConfigConsumer<T extends EndpointConfig<T>> | |
| EndpointConfigSupplier<T extends EndpointConfig> | |
| HandlerConsumer<T extends Handler<T>> | |
| HandlerSupplier<T extends Handler> | |
| PostHandlerChainConsumer<T extends PostHandlerChain<T>> | |
| PostHandlerChainSupplier<T extends PostHandlerChain> | |
| PreHandlerChainConsumer<T extends PreHandlerChain<T>> | |
| PreHandlerChainSupplier<T extends PreHandlerChain> | |
| PropertyConsumer<T extends Property<T>> | |
| PropertySupplier<T extends Property> | 
| Class | Description | 
|---|---|
| ClientConfig<T extends ClientConfig<T>> | 
 Webservice client configuration 
 | 
| ClientConfig.ClientConfigResources | 
 Child mutators for ClientConfig 
 | 
| EndpointConfig<T extends EndpointConfig<T>> | 
 Webservice endpoint configuration 
 | 
| EndpointConfig.EndpointConfigResources | 
 Child mutators for EndpointConfig 
 | 
| Handler<T extends Handler<T>> | 
 Endpoint handler 
 | 
| PostHandlerChain<T extends PostHandlerChain<T>> | 
 Endpoint configuration POST handler chain 
 | 
| PostHandlerChain.PostHandlerChainResources | 
 Child mutators for PostHandlerChain 
 | 
| PreHandlerChain<T extends PreHandlerChain<T>> | 
 Endpoint configuration PRE handler chain 
 | 
| PreHandlerChain.PreHandlerChainResources | 
 Child mutators for PreHandlerChain 
 | 
| Property<T extends Property<T>> | 
 Endpoint configuration property 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.