FileDocCategorySizeDatePackage
ServiceMode.javaAPI DocJava SE 6 API1063Tue Jun 10 00:27:16 BST 2008javax.xml.ws

ServiceMode

public class ServiceMode
Used to indicate whether a {@link Provider} implementation wishes to work with entire protocol messages or just with protocol message payloads.
since
JAX-WS 2.0

Fields Summary
Constructors Summary
Methods Summary
public javax.xml.ws.Service$Modevalue()
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.