Class BeanCustomizer
- java.lang.Object
-
- org.jboss.wsf.stack.cxf.client.configuration.BeanCustomizer
-
public class BeanCustomizer extends Object
- Since:
- 16-Jun-2010
- Author:
- alessio.soldano@jboss.com
-
-
Field Summary
Fields Modifier and Type Field Description protected BindingCustomizationcustomization
-
Constructor Summary
Constructors Constructor Description BeanCustomizer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voidconfigureBindingCustomization(DataBinding db, BindingCustomization customization)protected voidconfigureClientProxyFactoryBean(org.apache.cxf.frontend.ClientProxyFactoryBean factory)Configure the client proxy factory; currently set the binding customization in the databinding (Client Side).protected voidconfigureEndpointFactory(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factory)Configure the endpoint factoryvoidcustomize(Object beanInstance)voidsetBindingCustomization(BindingCustomization customization)
-
-
-
Field Detail
-
customization
protected BindingCustomization customization
-
-
Method Detail
-
customize
public void customize(Object beanInstance)
-
configureEndpointFactory
protected void configureEndpointFactory(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factory)
Configure the endpoint factory- Parameters:
factory-
-
configureClientProxyFactoryBean
protected void configureClientProxyFactoryBean(org.apache.cxf.frontend.ClientProxyFactoryBean factory)
Configure the client proxy factory; currently set the binding customization in the databinding (Client Side).- Parameters:
factory-
-
configureBindingCustomization
protected static void configureBindingCustomization(DataBinding db, BindingCustomization customization)
-
setBindingCustomization
public void setBindingCustomization(BindingCustomization customization)
-
-