Uses of Class
com.sforce.ws.wsdl.Operation

Packages that use Operation
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
 Iterator<Operation> ConnectionMetadataConstructor.getOperations()
           
 

Methods in com.sforce.ws.codegen with parameters of type Operation
 Iterator<Element> ConnectionMetadataConstructor.argElements(Operation operation)
           
 String ConnectionMetadataConstructor.getArgs(Operation operation)
           
 String ConnectionMetadataConstructor.getOperationName(Operation operation)
           
 Element ConnectionMetadataConstructor.getResponseElement(Operation operation)
           
 String ConnectionMetadataConstructor.getResultCall(Operation operation)
           
 Iterator<Part> ConnectionMetadataConstructor.headersFor(Operation operation)
           
 String ConnectionMetadataConstructor.requestName(Operation operation)
           
 String ConnectionMetadataConstructor.requestType(Operation operation)
           
 String ConnectionMetadataConstructor.responseName(Operation operation)
           
 String ConnectionMetadataConstructor.responseType(Operation operation)
           
 String ConnectionMetadataConstructor.returnType(Operation operation)
           
 String ConnectionMetadataConstructor.soapAction(Operation operation)
           
 

Uses of Operation in com.sforce.ws.wsdl
 

Methods in com.sforce.ws.wsdl that return Operation
 Operation BindingOperation.getOperation()
           
 Operation PortType.getOperation(QName name)
           
 

Methods in com.sforce.ws.wsdl that return types with arguments of type Operation
 Iterator<Operation> PortType.getOperations()
           
 



Copyright © 2014. All Rights Reserved.