Package org.switchyard.event

Examples of org.switchyard.event.ServiceRegistrationEvent


        }
        // Create the service
        Service service = new ServiceImpl(serviceName, contract, this, handler, metadata);
        // register the service
        _serviceRegistry.registerService(service);
        _eventManager.publish(new ServiceRegistrationEvent(service));
        return service;
    }
View Full Code Here

TOP

Related Classes of org.switchyard.event.ServiceRegistrationEvent

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.