@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface ServiceMode
Provider
implementation wishes to work
with entire protocol messages or just with protocol message payloads.Modifier and Type | Optional Element | Description |
---|---|---|
Service.Mode |
value |
Service mode.
|
Service.Mode value
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.
Comments to: [email protected]
More information at: Metro Web Services Overview
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved.