Deprecated API


Contents
Deprecated Interfaces
com.eviware.soapui.impl.wsdl.support.assertions.Assertable
          moved to com.eviware.soapui.model.testsuite.Assertable 
com.eviware.soapui.impl.wsdl.support.assertions.AssertionsListener
          moved to com.eviware.soapui.model.testsuite.AssertionsListener 
com.eviware.soapui.impl.wsdl.teststeps.assertions.RequestAssertion
            
com.eviware.soapui.impl.wsdl.teststeps.assertions.ResponseAssertion
            
 

Deprecated Classes
com.eviware.soapui.impl.wsdl.teststeps.assertions.AssertionError
          moved to com.eviware.soapui.model.testsuite.AssertionError 
 

Deprecated Exceptions
com.eviware.soapui.impl.wsdl.teststeps.assertions.AssertionException
          moved to com.eviware.soapui.model.testsuite.AssertionException 
 

Deprecated Methods
com.eviware.soapui.impl.wsdl.submit.RequestFilter.afterRequest(SubmitContext, Response)
            
com.eviware.soapui.model.testsuite.TestRunListener.beforeStep(TestCaseRunner, TestCaseRunContext)
          use TestRunListener.beforeStep(TestCaseRunner, TestCaseRunContext, TestStep) instead 
com.eviware.soapui.support.UISupport.createConfigurationDialog(String)
          use XForm related classes instead 
com.eviware.soapui.support.UISupport.createConfigurationDialog(String, String)
          use XForm related classes instead 
com.eviware.soapui.support.UISupport.createConfigurationDialog(String, String, String, ImageIcon)
          use XForm related classes instead 
com.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils.expandProperties(ModelItem, String)
          Use PropertyExpander.expandProperties(ModelItem,String) instead 
com.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils.expandProperties(PropertyExpansionContext, String)
          Use PropertyExpander.expandProperties(PropertyExpansionContext,String) instead 
com.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils.expandProperties(PropertyExpansionContext, String, boolean)
          Use PropertyExpander.expandProperties(PropertyExpansionContext,String,boolean) instead 
com.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils.expandProperties(String)
          Use PropertyExpander.expandProperties(String) instead 
com.eviware.soapui.impl.wsdl.submit.filters.PropertyExpansionRequestFilter.expandProperties(SubmitContext, String)
            
com.eviware.soapui.impl.wsdl.submit.filters.PropertyExpansionRequestFilter.extractXPathPropertyValue(Object, String)
          Use ResolverUtils.extractXPathPropertyValue(Object,String) instead 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.getConnection(HostConfiguration, long)
          Use #getConnectionWithTimeout(HostConfiguration, long) 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.getConnectionsInUse()
          Use SoapUIMultiThreadedHttpConnectionManager.getConnectionsInPool() 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.getConnectionsInUse(HostConfiguration)
          Use SoapUIMultiThreadedHttpConnectionManager.getConnectionsInPool(HostConfiguration) 
com.eviware.soapui.impl.wsdl.submit.filters.PropertyExpansionRequestFilter.getGlobalProperty(String)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.getMaxConnectionsPerHost()
          Use HttpConnectionManagerParams.getDefaultMaxConnectionsPerHost() , HttpConnectionManager.getParams(). 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.getMaxTotalConnections()
          Use HttpConnectionManagerParams.getMaxTotalConnections(), HttpConnectionManager.getParams(). 
com.eviware.soapui.impl.wsdl.WsdlRequest.getResponseContent()
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.getSoTimeout()
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.getVirtualHost()
            
com.eviware.soapui.impl.wsdl.WsdlProject.importWsdl(String, boolean)
            
com.eviware.soapui.impl.wsdl.WsdlProject.importWsdl(String, boolean, QName, WsdlLoader)
          see WsdlInterfaceFactory 
com.eviware.soapui.impl.wsdl.WsdlProject.importWsdl(String, boolean, WsdlLoader)
          see WsdlInterfaceFactory 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.isConnectionStaleCheckingEnabled()
          Use HttpConnectionParams.isStaleCheckingEnabled(), HttpConnectionManager.getParams(). 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.isStaleCheckingEnabled()
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.print(String)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.printLine(String)
            
com.eviware.soapui.support.UISupport.prompt(String, String)
          use prompt(String question, String title, String value) instead 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.readLine()
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.setConnectionStaleCheckingEnabled(boolean)
          Use HttpConnectionParams.setStaleCheckingEnabled(boolean) , HttpConnectionManager.getParams(). 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.setConnectionTimeout(int)
            
com.eviware.soapui.impl.wsdl.teststeps.assertions.basic.XQueryContainsAssertion.setContent(String)
            
com.eviware.soapui.impl.wsdl.teststeps.assertions.basic.XPathContainsAssertion.setContent(String)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.setMaxConnectionsPerHost(int)
          Use HttpConnectionManagerParams.setDefaultMaxConnectionsPerHost(int) , HttpConnectionManager.getParams(). 
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.setMaxTotalConnections(int)
          Use HttpConnectionManagerParams.setMaxTotalConnections(int) , HttpConnectionManager.getParams(). 
com.eviware.soapui.impl.wsdl.mock.WsdlMockResult.setReponseContent(String)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.setSendBufferSize(int)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.setSoTimeout(int)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.setStaleCheckingEnabled(boolean)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.setVirtualHost(String)
            
com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionAdapter.shutdownOutput()
            
 



Copyright © 2005-2010 eviware.com. All Rights Reserved.