public class JaxRsProxyClientFactoryBean
extends org.apache.cxf.jaxrs.client.spring.JaxRsProxyClientConfiguration
implements org.springframework.beans.factory.FactoryBean
| Constructor and Description |
|---|
JaxRsProxyClientFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class<?> |
getObjectType() |
protected Class<?> |
getServiceClass() |
boolean |
isSingleton() |
void |
setAccept(String accept) |
void |
setAddress(String address) |
void |
setBus(org.apache.cxf.Bus bus) |
void |
setConnectionTimeout(String connectionTimeout) |
void |
setContentType(String contentType) |
void |
setReceiveTimeout(String receiveTimeout) |
void |
setServiceClass(Class<?> serviceClass) |
void |
setThreadSafe(Boolean threadSafe) |
jaxRsProxyClient, setJaxrsResourcespublic Object getObject()
getObject in interface org.springframework.beans.factory.FactoryBeanpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setServiceClass(Class<?> serviceClass)
public void setBus(org.apache.cxf.Bus bus)
public void setAddress(String address)
public void setThreadSafe(Boolean threadSafe)
public void setAccept(String accept)
public void setContentType(String contentType)
public void setConnectionTimeout(String connectionTimeout)
public void setReceiveTimeout(String receiveTimeout)
protected Class<?> getServiceClass()
getServiceClass in class org.apache.cxf.jaxrs.client.spring.JaxRsProxyClientConfigurationCopyright © 2022 I-Novus LLC. All rights reserved.