Uses of Class
javax.wsdl.OperationType
-
Packages that use OperationType Package Description com.ibm.wsdl javax.wsdl -
-
Uses of OperationType in com.ibm.wsdl
Fields in com.ibm.wsdl declared as OperationType Modifier and Type Field Description protected OperationTypeOperationImpl. styleMethods in com.ibm.wsdl that return OperationType Modifier and Type Method Description OperationTypeOperationImpl. getStyle()Get the operation type.Methods in com.ibm.wsdl with parameters of type OperationType Modifier and Type Method Description voidOperationImpl. 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 OperationType Modifier and Type Field Description static OperationTypeOperationType. NOTIFICATIONstatic OperationTypeOperationType. ONE_WAYstatic OperationTypeOperationType. REQUEST_RESPONSEstatic OperationTypeOperationType. SOLICIT_RESPONSEMethods in javax.wsdl that return OperationType Modifier and Type Method Description OperationTypeOperation. getStyle()Get the operation type.Methods in javax.wsdl with parameters of type OperationType Modifier and Type Method Description booleanOperationType. equals(OperationType operationType)voidOperation. setStyle(OperationType style)Set the style for this operation (request-response, one way, solicit-response or notification).
-