Package javax.xml.ws
Annotation Interface ServiceMode
Used to indicate whether a
Provider
implementation wishes to work
with entire protocol messages or just with protocol message payloads.- Since:
- JAX-WS 2.0
-
Optional Element Summary
-
Element Details
-
value
Service.Mode valueService mode.PAYLOAD
indicates that theProvider
implementation wishes to work with protocol message payloads only.MESSAGE
indicates that theProvider
implementation wishes to work with entire protocol messages.- Default:
- PAYLOAD
-