public static class ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean extends ClientProxyFactoryBean implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.DisposableBean
configured
Constructor and Description |
---|
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean() |
ClientProxyFactoryBeanDefinitionParser.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 ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean()
public ClientProxyFactoryBeanDefinitionParser.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 Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Apache CXF