This document describes the architecture of client side JAX-WS 2.0.1 runtime.
The JAX-WS spec exposes properties as a Map , but if we just use an ordinary HashMap for this, it doesn't work as fast as we'd like it to be.
This class creates a read-only Map view that gets exposed to client applications after an invocation is complete.
The design goal of this class is to make it efficient to create a new ResponseContext , at the expense of making some Map operations slower.
Service
Service acts as a factory of the following:
javax.xml.ws.Dispatch
The ports available on a service can be enumerated using the getPorts method.
getPorts