Java Reference
In-Depth Information
▪ As you might imagine, the client cannot create or destroy web service implementations
and has no view into its life cycle, which is handled entirely on the server.
▪ A port object has no identity. It cannot meaningfully be compared to other port objects.
You cannot ask for a specific instance of a port.
▪ Treat service invocations as stateless. There is no mechanism within Service to handle
state across requests.
▪ All data binding is performed by JAXB, so no JAX-RPC mapping file is required.
Search WWH ::




Custom Search