Package org.apache.cxf.jaxws.spring

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

Related Classes of org.apache.cxf.jaxws.spring.JaxWsWebServicePublisherBeanPostProcessor

Copyright © 2018 www.massapicom. 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.