Package org.apache.cxf.event

Examples of org.apache.cxf.event.ComponentEventFilter


       
        if (getInstrumentation().isEnabled()) {
            LOG.fine("Instrumentation is enabled.");
            instrumentations = new LinkedList<Instrumentation>();
            //regist to the event process
            ComponentEventFilter componentEventFilter = new ComponentEventFilter();
            EventProcessor ep = bus.getExtension(EventProcessor.class);
            if (null != ep) {               
                ep.addEventListener((EventListener)this, componentEventFilter);
            }   
        }
View Full Code Here

TOP

Related Classes of org.apache.cxf.event.ComponentEventFilter

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.