uCosminexus Application Server, Web Service Development Guide
In the javax.xml.ws.ServiceMode annotation, specify whether the target to be accessed by the provider is only the payload (SOAP Body) of the protocol message or is the entire protocol message (SOAP Envelop).
The javax.xml.ws.ServiceMode annotation is referenced only when starting the Web Services. This is not interpreted when executing the apt command or the cjwsgen command.
With the value element, specify either javax.xml.ws.Service.Mode.MESSAGE or javax.xml.ws.Service.Mode.PAYLOAD. The default value is javax.xml.ws.Service.Mode.PAYLOAD.
If you specify javax.xml.ws.Service.Mode.MESSAGE, the entire protocol message is passed to the provider instance, and if you specify javax.xml.ws.Service.Mode.PAYLOAD, only the payload of the protocol message is passed to the provider instance.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.