| Modifier and Type | Method and Description |
|---|---|
HttpMarshallerFactory |
HttpTargetContext.getHttpMarshallerFactory(io.undertow.client.ClientRequest clientRequest) |
HttpMarshallerFactory |
HttpServiceConfig.getHttpMarshallerFactory(io.undertow.server.HttpServerExchange exchange)
Returns the http marshaller factory that must be used for marshalling the service
responses as bytes to be sent as a server response data.
|
HttpMarshallerFactory |
HttpServiceConfig.getHttpUnmarshallerFactory(io.undertow.server.HttpServerExchange exchange)
Returns the http marshaller factory that must be used for unmarshalling the objects
from service requests bytes.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.