public class RefactoringData extends Object
| Constructor and Description |
|---|
RefactoringData(com.eviware.soapui.impl.wsdl.WsdlInterface iface,
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext oldContext,
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext newContext,
QName destBindingName,
OperationPairs operationPairs) |
| Modifier and Type | Method and Description |
|---|---|
com.eviware.soapui.impl.wsdl.refactoring.RefactoringData.MessageParentNode |
getFirstMessageNode() |
List<com.eviware.soapui.model.iface.Operation> |
getOperations() |
TreeModel |
getTreeModel() |
boolean |
isPrettyPrint() |
void |
performXPathTransformations() |
XPathModelItemData |
prepareXPathTransformations() |
void |
refactorMessages() |
void |
setPrettyPrint(boolean b) |
public RefactoringData(com.eviware.soapui.impl.wsdl.WsdlInterface iface,
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext oldContext,
com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext newContext,
QName destBindingName,
OperationPairs operationPairs)
throws Exception
Exceptionpublic void setPrettyPrint(boolean b)
public boolean isPrettyPrint()
public List<com.eviware.soapui.model.iface.Operation> getOperations()
public void refactorMessages()
public XPathModelItemData prepareXPathTransformations() throws Exception
Exceptionpublic void performXPathTransformations()
public TreeModel getTreeModel()
public com.eviware.soapui.impl.wsdl.refactoring.RefactoringData.MessageParentNode getFirstMessageNode()
Copyright © 2019. All rights reserved.