Uses of Interface
org.apache.juneau.rest.client.RestCallHandler
Packages that use RestCallHandler
Package
Description
REST Client API
REST Server Mock API
-
Uses of RestCallHandler in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return types with arguments of type RestCallHandlerModifier and TypeMethodDescriptionfinal BeanCreator<RestCallHandler>
RestClient.Builder.callHandler()
Returns the creator for the rest call handler.protected BeanCreator<RestCallHandler>
RestClient.Builder.createCallHandler()
Creates the creator for the rest call handler.Method parameters in org.apache.juneau.rest.client with type arguments of type RestCallHandlerModifier and TypeMethodDescriptionRestClient.Builder.callHandler
(Class<? extends RestCallHandler> value) REST call handler class. -
Uses of RestCallHandler in org.apache.juneau.rest.mock
Method parameters in org.apache.juneau.rest.mock with type arguments of type RestCallHandlerModifier and TypeMethodDescriptionMockRestClient.Builder.callHandler
(Class<? extends RestCallHandler> value)