Uses of Class
javax.wsdl.OperationType
Packages that use OperationType
-
Uses of OperationType in com.ibm.wsdl
Fields in com.ibm.wsdl declared as OperationTypeMethods in com.ibm.wsdl that return OperationTypeMethods in com.ibm.wsdl with parameters of type OperationTypeModifier and TypeMethodDescriptionvoid
OperationImpl.setStyle
(OperationType style) Set the style for this operation (request-response, one way, solicit-response or notification). -
Uses of OperationType in javax.wsdl
Fields in javax.wsdl declared as OperationTypeModifier and TypeFieldDescriptionstatic OperationType
OperationType.NOTIFICATION
static OperationType
OperationType.ONE_WAY
static OperationType
OperationType.REQUEST_RESPONSE
static OperationType
OperationType.SOLICIT_RESPONSE
Methods in javax.wsdl that return OperationTypeMethods in javax.wsdl with parameters of type OperationTypeModifier and TypeMethodDescriptionboolean
OperationType.equals
(OperationType operationType) void
Operation.setStyle
(OperationType style) Set the style for this operation (request-response, one way, solicit-response or notification).