javax.wsdl
public class OperationType extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static OperationType |
NOTIFICATION |
static OperationType |
ONE_WAY |
static OperationType |
REQUEST_RESPONSE |
static long |
serialVersionUID |
static OperationType |
SOLICIT_RESPONSE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(OperationType operationType) |
java.lang.String |
toString() |
public static final long serialVersionUID
public static OperationType ONE_WAY
public static OperationType REQUEST_RESPONSE
public static OperationType SOLICIT_RESPONSE
public static OperationType NOTIFICATION
public boolean equals(OperationType operationType)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2003,2006 IBM. All Rights Reserved.