Field and Description | |
---|---|
HttpException#reason |
A "reason" string provided for compatibility with older clients.
|
HttpException#reasonCode |
Reason code for compatibility with older clients.
|
SoapUIProSettings#COMPLETE_MESSAGE_LOGS_BACKWARD_COMPATIBILITY |
@deprecated use SoapUIProSettings.COMPLETE_MESSAGE_LOGS instead
|
Interface and Description |
---|
Assertable
Behaviour for an object that can be asserted
|
Method and Description |
---|
AuthRepository#getKafkaSupportedEntryNames()
@deprecated Use getSupportedEntryNames(ServiceConfig.Type.Enum serviceType) instead of this method
|
AuthRepository#getKafkaSupportedProfileNames()
@deprecated Use getSupportedProfileTypes(ServiceConfig.Type.Enum serviceType) instead of this method
|
AuthRepository#getRestSupportedEntryNames()
@deprecated Use getSupportedEntryNames(ServiceConfig.Type.Enum serviceType) instead of this method
|
AuthRepository#getRestSupportedProfileNames()
@deprecated Use getSupportedProfileTypes(ServiceConfig.Type.Enum serviceType) instead of this method
|
AuthRepository#getSoapSupportedEntryNames()
@deprecated Use getSupportedEntryNames(ServiceConfig.Type.Enum serviceType) instead of this method
|
AuthRepository#getSoapSupportedProfileNames()
@deprecated Use getSupportedProfileTypes(ServiceConfig.Type.Enum serviceType) instead of this method
|
AuthRepository#getSupportedProfileNames()
@deprecated Use getSupportedProfileTypes() instead of this method
|
HttpException#getReason()
Get the text description of the reason for an exception.
|
HttpException#getReasonCode()
Get the status code description of the reason for an exception.
|
HttpException#setReason(java.lang.String reason)
Sets the text description of the reason for an exception.
|
HttpException#setReasonCode(int code)
Sets the status code description of the reason for an exception.
|
ProjectListenerAdapter#mockServiceAdded(MockService mockService)
@deprecated Use MockServiceLifecycleListener to also listen on add/remove MockService that is not HTTP based.
|
ProjectListenerAdapter#mockServiceRemoved(MockService mockService)
@deprecated Use MockServiceLifecycleListener to also listen on add/remove MockService that is not HTTP based.
|
PropertyExpansionRequestFilter#extractXPathPropertyValue(java.lang.Object property, java.lang.String xpath)
@deprecated Use
ResolverUtils.extractXPathPropertyValue
instead
|
PropertyExpansionUtils#expandProperties(java.lang.String content)
@deprecated Use PropertyExpander.expandProperties instead
|
PropertyExpansionUtils#expandProperties(PropertyExpansionContext context, java.lang.String content)
@deprecated Use
PropertyExpander.expandProperties
instead
|
PropertyExpansionUtils#expandProperties(PropertyExpansionContext context, java.lang.String content, boolean entitize)
@deprecated Use
PropertyExpander.expandProperties
instead
|
PropertyExpansionUtils#expandProperties(ModelItem contextModelItem, java.lang.String content)
@deprecated Use
PropertyExpander.expandProperties
instead
|
StringUtils#spacifyOnCapital(java.lang.String name)
@deprecated replaced by StringUtils.specifyOnCapital
|
TestRunListener#beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext)
@deprecated use
beforeStep(TestCaseRunner, TestCaseRunContext, TestStep)
instead
|
UISupport#addClassLoader(java.lang.ClassLoader loader)
Add a classloader to find resources.
|
UISupport#createConfigurationDialog(java.lang.String name, java.lang.String helpUrl, java.lang.String description, javax.swing.ImageIcon icon)
@deprecated use XForm related classes instead
|
UISupport#createConfigurationDialog(java.lang.String name, java.lang.String helpUrl)
@deprecated use XForm related classes instead
|
UISupport#createConfigurationDialog(java.lang.String name)
@deprecated use XForm related classes instead
|
UISupport#prompt(java.lang.String question, java.lang.String title)
@deprecated use prompt(String question, String title, String value)
instead
|
URIException#getReason()
Get the reason message.
|
URIException#setReason(java.lang.String reason)
Set the reason message.
|
URIException#setReasonCode(int reasonCode)
Set the reason code.
|
Constructor and Description |
---|
URI#URI(char[] escaped, java.lang.String charset)
Construct a URI as an escaped form of a character array with the given
charset.
|
URI#URI(char[] escaped)
Construct a URI as an escaped form of a character array.
|
URI#URI(java.lang.String original, java.lang.String charset)
Construct a URI from the given string with the given charset.
|
URI#URI(java.lang.String original)
Construct a URI from the given string.
|
URI#URI(URI base, java.lang.String relative)
Construct a general URI with the given relative URI string.
|