Examples of JaxWsWebServicePublisherBeanPostProcessor


Examples of org.apache.cxf.jaxws.spring.JaxWsWebServicePublisherBeanPostProcessor

*/
public class CustomizedfBeanPostProcessorTest extends AbstractCXFSpringTest {
   
    @Test
    public void verifyServices() throws Exception {
        JaxWsWebServicePublisherBeanPostProcessor
            bpp = (JaxWsWebServicePublisherBeanPostProcessor)applicationContext.getBean("postprocess");
        assertTrue(bpp.isCustomizedDataBinding());
        assertTrue(bpp.isCustomizedServerFactory());
       
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.