Uses of Class
com.sforce.ws.wsdl.Operation
-
Packages that use Operation Package Description com.sforce.ws.codegen com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. -
-
Uses of Operation in com.sforce.ws.codegen
Methods in com.sforce.ws.codegen that return types with arguments of type Operation Modifier and Type Method Description Iterator<Operation>ConnectionMetadataConstructor. getOperations()Methods in com.sforce.ws.codegen with parameters of type Operation Modifier and Type Method Description Iterator<Element>ConnectionMetadataConstructor. argElements(Operation operation)StringConnectionMetadataConstructor. getArgs(Operation operation, ConnectionMetadataConstructor.ArgListTypesToGenerate types)StringConnectionMetadataConstructor. getOperationName(Operation operation)ElementConnectionMetadataConstructor. getResponseElement(Operation operation)StringConnectionMetadataConstructor. getResultCall(Operation operation)Iterator<Part>ConnectionMetadataConstructor. headersFor(Operation operation)protected booleanConnectionMetadataConstructor. isReturnTypeComplexType(Operation operation)StringConnectionMetadataConstructor. requestName(Operation operation)StringConnectionMetadataConstructor. requestType(Operation operation)StringConnectionMetadataConstructor. responseName(Operation operation)StringConnectionMetadataConstructor. responseType(Operation operation)StringConnectionMetadataConstructor. returnType(Operation operation)protected StringConnectionMetadataConstructor. returnTypeInterface(Operation operation)StringConnectionMetadataConstructor. soapAction(Operation operation) -
Uses of Operation in com.sforce.ws.wsdl
Methods in com.sforce.ws.wsdl that return Operation Modifier and Type Method Description OperationBindingOperation. getOperation()OperationPortType. getOperation(QName name)Methods in com.sforce.ws.wsdl that return types with arguments of type Operation Modifier and Type Method Description Iterator<Operation>PortType. getOperations()
-