public interface AbstractRequestConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
AbstractRequestConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
TestAssertionConfig |
addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
AttachmentConfig |
addNewAttachment()
Appends and returns a new empty value (as xml) as the last "attachment" element
|
CredentialsConfig |
addNewCredentials()
Appends and returns a new empty "credentials" element
|
JMSHeaderConfConfig |
addNewJmsConfig()
Appends and returns a new empty "jmsConfig" element
|
JMSPropertiesConfConfig |
addNewJmsPropertyConfig()
Appends and returns a new empty "jmsPropertyConfig" element
|
CompressedStringConfig |
addNewRequest()
Appends and returns a new empty "request" element
|
TestAssertionConfig[] |
getAssertionArray()
Deprecated.
|
TestAssertionConfig |
getAssertionArray(int i)
Gets ith "assertion" element
|
List<TestAssertionConfig> |
getAssertionList()
Gets a List of "assertion" elements
|
AttachmentConfig[] |
getAttachmentArray()
Deprecated.
|
AttachmentConfig |
getAttachmentArray(int i)
Gets ith "attachment" element
|
List<AttachmentConfig> |
getAttachmentList()
Gets a List of "attachment" elements
|
CredentialsConfig |
getCredentials()
Gets the "credentials" element
|
String |
getEncoding()
Gets the "encoding" element
|
String |
getEndpoint()
Gets the "endpoint" element
|
JMSHeaderConfConfig |
getJmsConfig()
Gets the "jmsConfig" element
|
JMSPropertiesConfConfig |
getJmsPropertyConfig()
Gets the "jmsPropertyConfig" element
|
String |
getOriginalUri()
Gets the "originalUri" element
|
CompressedStringConfig |
getRequest()
Gets the "request" element
|
String |
getSslKeystore()
Gets the "sslKeystore" attribute
|
String |
getTimeout()
Gets the "timeout" attribute
|
TestAssertionConfig |
insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
AttachmentConfig |
insertNewAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "attachment" element
|
boolean |
isSetJmsConfig()
True if has "jmsConfig" element
|
boolean |
isSetJmsPropertyConfig()
True if has "jmsPropertyConfig" element
|
boolean |
isSetOriginalUri()
True if has "originalUri" element
|
boolean |
isSetSslKeystore()
True if has "sslKeystore" attribute
|
boolean |
isSetTimeout()
True if has "timeout" attribute
|
void |
removeAssertion(int i)
Removes the ith "assertion" element
|
void |
removeAttachment(int i)
Removes the ith "attachment" element
|
void |
setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
setAttachmentArray(AttachmentConfig[] attachmentArray)
Sets array of all "attachment" element
|
void |
setAttachmentArray(int i,
AttachmentConfig attachment)
Sets ith "attachment" element
|
void |
setCredentials(CredentialsConfig credentials)
Sets the "credentials" element
|
void |
setEncoding(String encoding)
Sets the "encoding" element
|
void |
setEndpoint(String endpoint)
Sets the "endpoint" element
|
void |
setJmsConfig(JMSHeaderConfConfig jmsConfig)
Sets the "jmsConfig" element
|
void |
setJmsPropertyConfig(JMSPropertiesConfConfig jmsPropertyConfig)
Sets the "jmsPropertyConfig" element
|
void |
setOriginalUri(String originalUri)
Sets the "originalUri" element
|
void |
setRequest(CompressedStringConfig request)
Sets the "request" element
|
void |
setSslKeystore(String sslKeystore)
Sets the "sslKeystore" attribute
|
void |
setTimeout(String timeout)
Sets the "timeout" attribute
|
int |
sizeOfAssertionArray()
Returns number of "assertion" element
|
int |
sizeOfAttachmentArray()
Returns number of "attachment" element
|
void |
unsetJmsConfig()
Unsets the "jmsConfig" element
|
void |
unsetJmsPropertyConfig()
Unsets the "jmsPropertyConfig" element
|
void |
unsetOriginalUri()
Unsets the "originalUri" element
|
void |
unsetSslKeystore()
Unsets the "sslKeystore" attribute
|
void |
unsetTimeout()
Unsets the "timeout" attribute
|
org.apache.xmlbeans.XmlString |
xgetEncoding()
Gets (as xml) the "encoding" element
|
org.apache.xmlbeans.XmlString |
xgetEndpoint()
Gets (as xml) the "endpoint" element
|
org.apache.xmlbeans.XmlString |
xgetOriginalUri()
Gets (as xml) the "originalUri" element
|
org.apache.xmlbeans.XmlString |
xgetSslKeystore()
Gets (as xml) the "sslKeystore" attribute
|
org.apache.xmlbeans.XmlString |
xgetTimeout()
Gets (as xml) the "timeout" attribute
|
void |
xsetEncoding(org.apache.xmlbeans.XmlString encoding)
Sets (as xml) the "encoding" element
|
void |
xsetEndpoint(org.apache.xmlbeans.XmlString endpoint)
Sets (as xml) the "endpoint" element
|
void |
xsetOriginalUri(org.apache.xmlbeans.XmlString originalUri)
Sets (as xml) the "originalUri" element
|
void |
xsetSslKeystore(org.apache.xmlbeans.XmlString sslKeystore)
Sets (as xml) the "sslKeystore" attribute
|
void |
xsetTimeout(org.apache.xmlbeans.XmlString timeout)
Sets (as xml) the "timeout" attribute
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getEncoding()
org.apache.xmlbeans.XmlString xgetEncoding()
void setEncoding(String encoding)
void xsetEncoding(org.apache.xmlbeans.XmlString encoding)
String getEndpoint()
org.apache.xmlbeans.XmlString xgetEndpoint()
void setEndpoint(String endpoint)
void xsetEndpoint(org.apache.xmlbeans.XmlString endpoint)
CompressedStringConfig getRequest()
void setRequest(CompressedStringConfig request)
CompressedStringConfig addNewRequest()
String getOriginalUri()
org.apache.xmlbeans.XmlString xgetOriginalUri()
boolean isSetOriginalUri()
void setOriginalUri(String originalUri)
void xsetOriginalUri(org.apache.xmlbeans.XmlString originalUri)
void unsetOriginalUri()
List<TestAssertionConfig> getAssertionList()
TestAssertionConfig[] getAssertionArray()
TestAssertionConfig getAssertionArray(int i)
int sizeOfAssertionArray()
void setAssertionArray(TestAssertionConfig[] assertionArray)
void setAssertionArray(int i, TestAssertionConfig assertion)
TestAssertionConfig insertNewAssertion(int i)
TestAssertionConfig addNewAssertion()
void removeAssertion(int i)
CredentialsConfig getCredentials()
void setCredentials(CredentialsConfig credentials)
CredentialsConfig addNewCredentials()
List<AttachmentConfig> getAttachmentList()
AttachmentConfig[] getAttachmentArray()
AttachmentConfig getAttachmentArray(int i)
int sizeOfAttachmentArray()
void setAttachmentArray(AttachmentConfig[] attachmentArray)
void setAttachmentArray(int i, AttachmentConfig attachment)
AttachmentConfig insertNewAttachment(int i)
AttachmentConfig addNewAttachment()
void removeAttachment(int i)
JMSHeaderConfConfig getJmsConfig()
boolean isSetJmsConfig()
void setJmsConfig(JMSHeaderConfConfig jmsConfig)
JMSHeaderConfConfig addNewJmsConfig()
void unsetJmsConfig()
JMSPropertiesConfConfig getJmsPropertyConfig()
boolean isSetJmsPropertyConfig()
void setJmsPropertyConfig(JMSPropertiesConfConfig jmsPropertyConfig)
JMSPropertiesConfConfig addNewJmsPropertyConfig()
void unsetJmsPropertyConfig()
String getSslKeystore()
org.apache.xmlbeans.XmlString xgetSslKeystore()
boolean isSetSslKeystore()
void setSslKeystore(String sslKeystore)
void xsetSslKeystore(org.apache.xmlbeans.XmlString sslKeystore)
void unsetSslKeystore()
String getTimeout()
org.apache.xmlbeans.XmlString xgetTimeout()
boolean isSetTimeout()
void setTimeout(String timeout)
void xsetTimeout(org.apache.xmlbeans.XmlString timeout)
void unsetTimeout()
Copyright © 2019. All Rights Reserved.