|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| com.eviware.soapui.impl.rest | |
| com.eviware.soapui.impl.support | |
| com.eviware.soapui.impl.wsdl | WSDL 1.1 implementations of soapui model interface |
| com.eviware.soapui.impl.wsdl.mock | WsdlMockService-related classes |
| com.eviware.soapui.impl.wsdl.monitor | |
| com.eviware.soapui.impl.wsdl.panels.teststeps | WsdlTestStep panel classes |
| com.eviware.soapui.impl.wsdl.panels.teststeps.amf | |
| com.eviware.soapui.impl.wsdl.support | WSDL-related support classes |
| com.eviware.soapui.impl.wsdl.teststeps | WsdlTestStep implementations |
| com.eviware.soapui.model.iface | Interface-related model items |
| com.eviware.soapui.model.mock | ModelItems for Mocking Web Services |
| com.eviware.soapui.model.support | SoapUI model-related support classes |
| com.eviware.soapui.model.testsuite | Test-related model items |
| com.eviware.soapui.model.tree.nodes | Tree nodes for all SoapUI model items |
| com.eviware.soapui.security.support | |
| com.eviware.soapui.support.resolver | |
| Uses of Operation in com.eviware.soapui.impl.rest |
|---|
| Classes in com.eviware.soapui.impl.rest that implement Operation | |
|---|---|
class |
RestResource
WSDL implementation of Operation, maps to a WSDL BindingOperation |
| Methods in com.eviware.soapui.impl.rest that return Operation | |
|---|---|
Operation[] |
RestService.getAllOperations()
|
| Methods in com.eviware.soapui.impl.rest that return types with arguments of type Operation | |
|---|---|
java.util.List<Operation> |
RestService.getOperationList()
|
| Uses of Operation in com.eviware.soapui.impl.support |
|---|
| Subinterfaces of Operation in com.eviware.soapui.impl.support | |
|---|---|
interface |
AbstractHttpOperation
|
| Methods in com.eviware.soapui.impl.support that return Operation | |
|---|---|
Operation[] |
AbstractInterface.getAllOperations()
|
| Methods in com.eviware.soapui.impl.support with parameters of type Operation | |
|---|---|
void |
AbstractInterface.fireOperationAdded(Operation operation)
|
void |
AbstractInterface.fireOperationRemoved(Operation operation)
|
void |
AbstractInterface.fireOperationUpdated(Operation operation)
|
| 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.getOperationList()
|
java.util.Map<java.lang.String,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 | |
|---|---|
WsdlMockOperation |
WsdlMockService.getMockOperation(Operation operation)
|
boolean |
WsdlMockService.hasMockOperation(Operation operation)
|
| Uses of Operation in com.eviware.soapui.impl.wsdl.monitor |
|---|
| Methods in com.eviware.soapui.impl.wsdl.monitor that return Operation | |
|---|---|
Operation |
TcpMonWsdlMonitorMessageExchange.getModelItem()
|
Operation |
JProxyServletWsdlMonitorMessageExchange.getModelItem()
|
| Constructors in com.eviware.soapui.impl.wsdl.monitor with parameters of type Operation | |
|---|---|
WsdlMonitorMessageExchange(Operation modelItem)
|
|
| Uses of Operation in com.eviware.soapui.impl.wsdl.panels.teststeps |
|---|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps that return Operation | |
|---|---|
Operation |
JdbcRequest.getOperation()
|
| Uses of Operation in com.eviware.soapui.impl.wsdl.panels.teststeps.amf |
|---|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return Operation | |
|---|---|
Operation |
AMFRequest.getOperation()
|
| Uses of Operation in com.eviware.soapui.impl.wsdl.support |
|---|
| Methods in com.eviware.soapui.impl.wsdl.support that return Operation | |
|---|---|
Operation |
AbstractNonHttpMessageExchange.getOperation()
|
| Uses of Operation in com.eviware.soapui.impl.wsdl.teststeps |
|---|
| Methods in com.eviware.soapui.impl.wsdl.teststeps that return Operation | |
|---|---|
Operation |
RestTestRequestStep.getOperation()
|
Operation |
RestResponseMessageExchange.getOperation()
|
Operation |
RestRequestStepResult.getOperation()
|
Operation |
JdbcTestStepResult.getOperation()
|
Operation |
HttpResponseMessageExchange.getOperation()
|
Operation |
AMFTestStepResult.getOperation()
|
| Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type Operation | |
|---|---|
void |
WsdlTestRequestStep.InternalInterfaceListener.operationRemoved(Operation operation)
|
void |
WsdlMockResponseTestStep.InternalInterfaceListener.operationRemoved(Operation operation)
|
void |
RestTestRequestStep.InternalInterfaceListener.operationRemoved(Operation operation)
|
void |
WsdlTestRequestStep.InternalInterfaceListener.operationUpdated(Operation operation)
|
void |
WsdlMockResponseTestStep.InternalInterfaceListener.operationUpdated(Operation operation)
|
void |
RestTestRequestStep.InternalInterfaceListener.operationUpdated(Operation operation)
|
| Uses of Operation in com.eviware.soapui.model.iface |
|---|
| Methods in com.eviware.soapui.model.iface that return Operation | |
|---|---|
Operation[] |
Interface.getAllOperations()
|
Operation |
Request.getOperation()
|
Operation |
MessageExchange.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.getOperationList()
|
| Methods in com.eviware.soapui.model.iface with parameters of type Operation | |
|---|---|
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 that return Operation | |
|---|---|
Operation |
XPathReferenceImpl.getOperation()
|
Operation |
XPathReference.getOperation()
|
| 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)
|
| Constructors in com.eviware.soapui.model.support with parameters of type Operation | |
|---|---|
XPathReferenceImpl(java.lang.String label,
Operation operation,
boolean request,
java.lang.Object target,
java.lang.String xpathPropertyName)
|
|
| Uses of Operation in com.eviware.soapui.model.testsuite |
|---|
| Methods in com.eviware.soapui.model.testsuite that return Operation | |
|---|---|
Operation |
OperationTestStep.getOperation()
|
| 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)
|
|
| Uses of Operation in com.eviware.soapui.security.support |
|---|
| Methods in com.eviware.soapui.security.support that return Operation | |
|---|---|
Operation |
FailedSecurityMessageExchange.getOperation()
|
| Uses of Operation in com.eviware.soapui.support.resolver |
|---|
| Methods in com.eviware.soapui.support.resolver that return Operation | |
|---|---|
Operation |
ChangeOperationResolver.getSelectedOperation()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||