public static class JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean extends JaxWsProxyFactoryBean implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.DisposableBean
configured| Constructor and Description |
|---|
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean() |
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean(ClientFactoryBean fact) |
| Modifier and Type | Method and Description |
|---|---|
Object |
create()
Creates a JAX-WS proxy that can be used to make remote invocations.
|
void |
destroy() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
clientClientProxy, getConfiguredName, getHandlers, getImplementingClasses, isLoadHandlers, setHandlers, setLoadHandlerscreate, getAddress, getBindingConfig, getBindingId, getBus, getClientFactoryBean, getConduitSelector, getDataBinding, getEndpointName, getFeatures, 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, setWsdlURLgetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorspublic JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean()
public JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean(ClientFactoryBean fact)
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic Object create()
JaxWsProxyFactoryBeancreate in class JaxWsProxyFactoryBeanpublic 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