|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
com.eviware.soapui.impl.wsdl | WSDL 1.1 implementations of soapui model interface |
com.eviware.soapui.impl.wsdl.mock | |
com.eviware.soapui.impl.wsdl.support.soap | |
com.eviware.soapui.impl.wsdl.teststeps | WsdlTestStep implementations |
com.eviware.soapui.model.iface | Interface-related model items |
com.eviware.soapui.model.mock | |
com.eviware.soapui.model.support | SoapUI model-related support classes |
com.eviware.soapui.model.tree.nodes | Tree nodes for all SoapUI model items |
Uses of Operation in com.eviware.soapui.impl.wsdl |
---|
Classes in com.eviware.soapui.impl.wsdl that implement Operation | |
---|---|
class |
WsdlOperation
WSDL implementation of Operation, maps to a WSDL BindingOperation |
Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type Operation | |
---|---|
java.util.List<Operation> |
WsdlInterface.getOperations()
|
Uses of Operation in com.eviware.soapui.impl.wsdl.mock |
---|
Methods in com.eviware.soapui.impl.wsdl.mock with parameters of type Operation | |
---|---|
boolean |
WsdlMockService.hasMockOperation(Operation operation)
|
Uses of Operation in com.eviware.soapui.impl.wsdl.support.soap |
---|
Methods in com.eviware.soapui.impl.wsdl.support.soap with parameters of type Operation | |
---|---|
Request |
SoapMessageBuilder.buildRequest(Operation operation,
java.util.Map params)
|
Uses of Operation in com.eviware.soapui.impl.wsdl.teststeps |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type Operation | |
---|---|
void |
WsdlTestRequestStep.InternalInterfaceListener.operationRemoved(Operation operation)
|
Uses of Operation in com.eviware.soapui.model.iface |
---|
Methods in com.eviware.soapui.model.iface that return Operation | |
---|---|
Operation |
Request.getOperation()
|
Operation |
Interface.getOperationAt(int index)
|
Operation |
Interface.getOperationByName(java.lang.String name)
|
Methods in com.eviware.soapui.model.iface that return types with arguments of type Operation | |
---|---|
java.util.List<Operation> |
Interface.getOperations()
|
Methods in com.eviware.soapui.model.iface with parameters of type Operation | |
---|---|
Request |
MessageBuilder.buildRequest(Operation operation,
java.util.Map params)
|
void |
InterfaceListener.operationAdded(Operation operation)
|
void |
InterfaceListener.operationRemoved(Operation operation)
|
void |
InterfaceListener.operationUpdated(Operation operation)
|
Uses of Operation in com.eviware.soapui.model.mock |
---|
Methods in com.eviware.soapui.model.mock that return Operation | |
---|---|
Operation |
MockOperation.getOperation()
|
Uses of Operation in com.eviware.soapui.model.support |
---|
Methods in com.eviware.soapui.model.support with parameters of type Operation | |
---|---|
void |
InterfaceListenerAdapter.operationAdded(Operation operation)
|
void |
InterfaceListenerAdapter.operationRemoved(Operation operation)
|
void |
InterfaceListenerAdapter.operationUpdated(Operation operation)
|
Uses of Operation in com.eviware.soapui.model.tree.nodes |
---|
Methods in com.eviware.soapui.model.tree.nodes that return Operation | |
---|---|
Operation |
OperationTreeNode.getOperation()
|
Constructors in com.eviware.soapui.model.tree.nodes with parameters of type Operation | |
---|---|
OperationTreeNode(Operation operation,
SoapUITreeModel treeModel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |