Uses of Class
org.apache.cxf.jaxrs.client.ClientProxyImpl
-
Packages that use ClientProxyImpl Package Description org.apache.cxf.jaxrs.client org.apache.cxf.microprofile.client org.apache.cxf.microprofile.client.proxy -
-
Uses of ClientProxyImpl in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return ClientProxyImpl Modifier and Type Method Description protected ClientProxyImplJAXRSClientFactoryBean. createClientProxy(ClassResourceInfo cri, boolean isRoot, ClientState actualState, Object[] varValues) -
Uses of ClientProxyImpl in org.apache.cxf.microprofile.client
Methods in org.apache.cxf.microprofile.client that return ClientProxyImpl Modifier and Type Method Description protected ClientProxyImplMicroProfileClientFactoryBean. createClientProxy(ClassResourceInfo cri, boolean isRoot, ClientState actualState, Object[] varValues) -
Uses of ClientProxyImpl in org.apache.cxf.microprofile.client.proxy
Subclasses of ClientProxyImpl in org.apache.cxf.microprofile.client.proxy Modifier and Type Class Description classMicroProfileClientProxyImpl
-