Enum Class Service.Mode

java.lang.Object
java.lang.Enum<Service.Mode>
jakarta.xml.ws.Service.Mode
All Implemented Interfaces:
Serializable, Comparable<Service.Mode>, Constable
Enclosing class:
Service

public static enum Service.Mode extends Enum<Service.Mode>
The orientation of a dynamic client or service. MESSAGE provides access to entire protocol message, PAYLOAD to protocol message payload only.