public static class ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean extends ClientProxyFactoryBean implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.DisposableBean
configured
Constructor and Description |
---|
SpringClientProxyFactoryBean() |
SpringClientProxyFactoryBean(ClientFactoryBean fact) |
Modifier and Type | Method and Description |
---|---|
Object |
create()
Creates a proxy object that can be used to make remote invocations.
|
void |
destroy() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
clientClientProxy, create, getAddress, getBindingConfig, getBindingId, getBus, getClientFactoryBean, getConduitSelector, getConfiguredName, getDataBinding, getEndpointName, getFeatures, getImplementingClasses, getPassword, getProperties, getServiceClass, getServiceFactory, getServiceName, getTransportId, getUsername, getWsdlLocation, getWsdlURL, initFeatures, setAddress, setBindingConfig, setBindingId, setBus, setClientFactoryBean, setConduitSelector, setDataBinding, setEndpointName, setFeatures, setPassword, setProperties, setServiceClass, setServiceFactory, setServiceName, setTransportId, setUsername, setWsdlLocation, setWsdlURL
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
public SpringClientProxyFactoryBean()
public SpringClientProxyFactoryBean(ClientFactoryBean fact)
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public Object create()
ClientProxyFactoryBean
create
in class ClientProxyFactoryBean
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Object>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Object>
Apache CXF