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

Packages that use Operation
com.sforce.ws.tools Provides command line tools (like: wsdlc, post) for WSC. 
com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. 
 

Uses of Operation in com.sforce.ws.tools
 

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

Methods in com.sforce.ws.tools with parameters of type Operation
 Iterator<Element> ConnectionGenerator.argElements(Operation operation)
           
 String ConnectionGenerator.getArgs(Operation operation)
           
 String ConnectionGenerator.getOperationName(Operation operation)
           
 Element ConnectionGenerator.getResponseElement(Operation operation)
           
 String ConnectionGenerator.getResultCall(Operation operation)
           
 Iterator<Part> ConnectionGenerator.headersFor(Operation operation)
           
 String ConnectionGenerator.requestName(Operation operation)
           
 String ConnectionGenerator.requestType(Operation operation)
           
 String ConnectionGenerator.responseName(Operation operation)
           
 String ConnectionGenerator.responseType(Operation operation)
           
 String ConnectionGenerator.returnType(Operation operation)
           
 String ConnectionGenerator.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 © 2012. All Rights Reserved.