The Provider
interface is a low-level JAX-WS API that allows you to implement a service
provider that works directly with messages as raw XML. The messages are not packaged into JAXB objects before being passed to
an object that implements the Provider
interface.