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