Android Open Source - Photo-Morph Server






From Project

Back to project page Photo-Morph.

License

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.

Java Source Code

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");
  }
}




Java Source Code List

com.example.instapic.CustomImageView.java
com.example.instapic.MainActivity.java
org.imageProcess.Server.java
org.imageProcess.imgProcess.java