Package org.wso2.carbon.discovery.workers

Examples of org.wso2.carbon.discovery.workers.MessageSender.sendHello()


                log.debug("Sending WS-Discovery Hello message for the " +
                        "service " + service.getName());
            }

            try {
                messageSender.sendHello(service, (String) discoveryProxyParam.getValue());
            } catch (DiscoveryException e) {
                log.error("Cannot send the hello message ", e);
            }
        }
    }
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.