com.eviware.soapui.security.support
Class FailedSecurityMessageExchange
java.lang.Object
com.eviware.soapui.security.support.FailedSecurityMessageExchange
- All Implemented Interfaces:
- MessageExchange, ResultContainer
public class FailedSecurityMessageExchange
- extends java.lang.Object
- implements MessageExchange
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailedSecurityMessageExchange
public FailedSecurityMessageExchange()
getEndpoint
public java.lang.String getEndpoint()
- Specified by:
getEndpoint in interface MessageExchange
getMessages
public java.lang.String[] getMessages()
- Specified by:
getMessages in interface MessageExchange
getModelItem
public ModelItem getModelItem()
- Specified by:
getModelItem in interface MessageExchange- Specified by:
getModelItem in interface ResultContainer
getOperation
public Operation getOperation()
- Specified by:
getOperation in interface MessageExchange
getProperties
public StringToStringMap getProperties()
- Specified by:
getProperties in interface MessageExchange
getProperty
public java.lang.String getProperty(java.lang.String name)
- Specified by:
getProperty in interface MessageExchange
getRawRequestData
public byte[] getRawRequestData()
- Specified by:
getRawRequestData in interface MessageExchange
getRawResponseData
public byte[] getRawResponseData()
- Specified by:
getRawResponseData in interface MessageExchange
getRequestAttachments
public Attachment[] getRequestAttachments()
- Specified by:
getRequestAttachments in interface MessageExchange
getRequestAttachmentsForPart
public Attachment[] getRequestAttachmentsForPart(java.lang.String partName)
- Specified by:
getRequestAttachmentsForPart in interface MessageExchange
getRequestContent
public java.lang.String getRequestContent()
- Specified by:
getRequestContent in interface MessageExchange
getRequestContentAsXml
public java.lang.String getRequestContentAsXml()
- Specified by:
getRequestContentAsXml in interface MessageExchange
getRequestHeaders
public StringToStringsMap getRequestHeaders()
- Specified by:
getRequestHeaders in interface MessageExchange
getResponseAttachments
public Attachment[] getResponseAttachments()
- Specified by:
getResponseAttachments in interface MessageExchange
getResponseAttachmentsForPart
public Attachment[] getResponseAttachmentsForPart(java.lang.String partName)
- Specified by:
getResponseAttachmentsForPart in interface MessageExchange
getResponseContent
public java.lang.String getResponseContent()
- Specified by:
getResponseContent in interface MessageExchange
getResponseContentAsXml
public java.lang.String getResponseContentAsXml()
- Specified by:
getResponseContentAsXml in interface MessageExchange
getResponseHeaders
public StringToStringsMap getResponseHeaders()
- Specified by:
getResponseHeaders in interface MessageExchange
getTimeTaken
public long getTimeTaken()
- Specified by:
getTimeTaken in interface MessageExchange
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp in interface MessageExchange
hasRawData
public boolean hasRawData()
- Specified by:
hasRawData in interface MessageExchange
hasRequest
public boolean hasRequest(boolean ignoreEmpty)
- Specified by:
hasRequest in interface MessageExchange
hasResponse
public boolean hasResponse()
- Specified by:
hasResponse in interface MessageExchange
isDiscarded
public boolean isDiscarded()
- Specified by:
isDiscarded in interface MessageExchange
Copyright © 2005-2011 eviware.com. All Rights Reserved.