| javax.xml.ws.ServiceMode
ServiceMode | public @interface ServiceMode(Code) | | 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 |
value | public Service.Mode value(Code) | | Service mode. PAYLOAD indicates that the Provider implementation
wishes to work with protocol message payloads only. MESSAGE indicates
that the Provider implementation wishes to work with entire protocol
messages.
|
|
|