Uses of Class
org.wildfly.httpclient.common.HttpMarshallerFactory
-
-
Uses of HttpMarshallerFactory in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common that return HttpMarshallerFactory Modifier and Type Method Description HttpMarshallerFactoryHttpServiceConfig. 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.HttpMarshallerFactoryHttpTargetContext. getHttpMarshallerFactory(io.undertow.client.ClientRequest request)HttpMarshallerFactoryHttpServiceConfig. getHttpUnmarshallerFactory(io.undertow.server.HttpServerExchange exchange)Returns the http marshaller factory that must be used for unmarshalling the objects from service requests bytes.
-