Java 6包含JAX-WS,这使得在独立应用程序中托管Web服务非常容易:
javax.xml.ws.Endpoint.publish("http://localhost:8000/myService/", myServiceImplementation);
Java 6包含JAX-WS,这使得在独立应用程序中托管Web服务非常容易:
javax.xml.ws.Endpoint.publish("http://localhost:8000/myService/", myServiceImplementation);