javax.wsdl

Class OperationType

public class OperationType extends Object implements 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.
Field Summary
static OperationTypeNOTIFICATION
static OperationTypeONE_WAY
static OperationTypeREQUEST_RESPONSE
static longserialVersionUID
static OperationTypeSOLICIT_RESPONSE
Method Summary
booleanequals(OperationType operationType)
StringtoString()

Field Detail

NOTIFICATION

public static OperationType NOTIFICATION

ONE_WAY

public static OperationType ONE_WAY

REQUEST_RESPONSE

public static OperationType REQUEST_RESPONSE

serialVersionUID

public static final long serialVersionUID

SOLICIT_RESPONSE

public static OperationType SOLICIT_RESPONSE

Method Detail

equals

public boolean equals(OperationType operationType)

toString

public String toString()
Copyright © 2003,2005 IBM. All Rights Reserved.