@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface ServiceMode
Provider
实现希望与整个协议的消息,或只是与协议消息负载工作。
Modifier and Type | Optional Element and Description |
---|---|
Service.Mode |
value
服务模式。
|
public abstract Service.Mode value
PAYLOAD
表明
Provider
实现愿望的工作协议报文的有效载荷只有。
MESSAGE
表明
Provider
实现希望与整个协议消息的工作。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.