Package org.apache.cxf.jaxws.spring
Class JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean
- java.lang.Object
-
- org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
-
- org.apache.cxf.frontend.ClientProxyFactoryBean
-
- org.apache.cxf.jaxws.JaxWsProxyFactoryBean
-
- org.apache.cxf.jaxws.spring.JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean
-
- All Implemented Interfaces:
InterceptorProvider,org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<Object>,org.springframework.context.ApplicationContextAware
- Enclosing class:
- JaxWsProxyFactoryBeanDefinitionParser
public static class JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean extends JaxWsProxyFactoryBean implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.DisposableBean
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean
configured
-
-
Constructor Summary
Constructors Constructor Description JAXWSSpringClientProxyFactoryBean()JAXWSSpringClientProxyFactoryBean(ClientFactoryBean fact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcreate()Creates a JAX-WS proxy that can be used to make remote invocations.voiddestroy()ObjectgetObject()Class<?>getObjectType()booleanisSingleton()voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)-
Methods inherited from class org.apache.cxf.jaxws.JaxWsProxyFactoryBean
clientClientProxy, getConfiguredName, getHandlers, getImplementingClasses, isLoadHandlers, setHandlers, setLoadHandlers
-
Methods inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean
create, 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, setWsdlURL
-
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
-
-
-
Constructor Detail
-
JAXWSSpringClientProxyFactoryBean
public JAXWSSpringClientProxyFactoryBean()
-
JAXWSSpringClientProxyFactoryBean
public JAXWSSpringClientProxyFactoryBean(ClientFactoryBean fact)
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
create
public Object create()
Description copied from class:JaxWsProxyFactoryBeanCreates a JAX-WS proxy that can be used to make remote invocations.- Overrides:
createin classJaxWsProxyFactoryBean- Returns:
- the proxy. You must cast the returned object to the approriate class before making remote calls
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
-