Back to project page Photo-Morph.
The source code is released under:
Apache License
If you think the Android project Photo-Morph listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.imageProcess; import javax.xml.ws.Endpoint; public class Server { public static void main(String[] args){ Endpoint.publish("http://0.0.0.0:4848/ImageProcess/imgProcessService", new imgProcess()); System.out.println("hello welcome Abhay"); } }