com.sun.tools.ws.wsdl.document
Class OperationStyle
java.lang.Object
com.sun.tools.ws.wsdl.document.OperationStyle
public final class OperationStyle
- extends Object
Enumeration of the supported WSDL operation styles.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ONE_WAY
public static final OperationStyle ONE_WAY
REQUEST_RESPONSE
public static final OperationStyle REQUEST_RESPONSE
SOLICIT_RESPONSE
public static final OperationStyle SOLICIT_RESPONSE
NOTIFICATION
public static final OperationStyle NOTIFICATION