com.sun.tools.ws.wsdl.document
Class OperationStyle

java.lang.Object
  extended by com.sun.tools.ws.wsdl.document.OperationStyle

public final class OperationStyle
extends Object

Enumeration of the supported WSDL operation styles.


Field Summary
static OperationStyle NOTIFICATION
           
static OperationStyle ONE_WAY
           
static OperationStyle REQUEST_RESPONSE
           
static OperationStyle SOLICIT_RESPONSE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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