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 |
---|
JAXWSSpringClientProxyFactoryBean() |
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, setLoadHandlers
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
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
public JAXWSSpringClientProxyFactoryBean()
public JAXWSSpringClientProxyFactoryBean(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()
JaxWsProxyFactoryBean
create
in class JaxWsProxyFactoryBean
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