Class BeanCustomizer
java.lang.Object
org.jboss.wsf.stack.cxf.client.configuration.BeanCustomizer
- Since:
- 16-Jun-2010
- Author:
- alessio.soldano@jboss.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 factoryvoidvoidsetBindingCustomization(BindingCustomization customization)
-
Field Details
-
customization
-
-
Constructor Details
-
BeanCustomizer
public BeanCustomizer()
-
-
Method Details
-
customize
-
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
-