Package javax.wsdl
Class OperationType
java.lang.Object
javax.wsdl.OperationType
- All Implemented Interfaces:
java.io.Serializable
public class OperationType
extends java.lang.Object
implements java.io.Serializable
This class represents an operation type which can
be one of request-response, solicit response, one way or
notification. This represents a safe way to prevent usage
of invalid values since the only objects of this class available
are the public static instances declared within the class.
Need to figure out if this should be made into an interface.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OperationType
static OperationType
static OperationType
static final long
static OperationType
-
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(OperationType operationType) java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
ONE_WAY
-
REQUEST_RESPONSE
-
SOLICIT_RESPONSE
-
NOTIFICATION
-
-
Method Details
-
equals
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-