public interface HeaderFillerFactory
| Modifier and Type | Method and Description |
|---|---|
HeaderFiller |
createFiller(String value,
String headerName,
boolean required,
Class<?> interfaceClass,
Object clientProxy)
Creates
HeaderFiller, will be called once for each method with
ClientHeaderParam annotation |
int |
getPriority()
If multiple
HeaderFillerFactory's are defined, the one with the highest priority is used |
int getPriority()
HeaderFillerFactory's are defined, the one with the highest priority is usedHeaderFiller createFiller(String value, String headerName, boolean required, Class<?> interfaceClass, Object clientProxy)
HeaderFiller, will be called once for each method with
ClientHeaderParam annotationvalue - value of the annotationheaderName - name of the header to generaterequired - if true, a failure of header computation will fail the rest client invocationinterfaceClass - JAX-RS interface classclientProxy - proxy objectCopyright © 2023 JBoss by Red Hat. All rights reserved.