com.eviware.soapui.impl.wsdl.mock
Class WsdlMockRequest
java.lang.Object
com.eviware.soapui.impl.wsdl.mock.WsdlMockRequest
- All Implemented Interfaces:
- MockRequest
public class WsdlMockRequest
- extends java.lang.Object
- implements MockRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlMockRequest
public WsdlMockRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
WsdlMockRunContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
initSoapVersion
protected boolean initSoapVersion(java.lang.String contentType)
- Init soapversion from content-type header.. should envelope be checked and/or override?
getSoapVersion
public SoapVersion getSoapVersion()
getProtocol
public java.lang.String getProtocol()
getRequestAttachments
public Attachment[] getRequestAttachments()
- Specified by:
getRequestAttachments
in interface MockRequest
getRequestContent
public java.lang.String getRequestContent()
- Specified by:
getRequestContent
in interface MockRequest
getRequestHeaders
public StringToStringMap getRequestHeaders()
- Specified by:
getRequestHeaders
in interface MockRequest
setRequestContent
public void setRequestContent(java.lang.String requestContent)
getRequestXmlObject
public org.apache.xmlbeans.XmlObject getRequestXmlObject()
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
getBodyElement
public org.apache.xmlbeans.XmlObject getBodyElement()
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
getHttpResponse
public javax.servlet.http.HttpServletResponse getHttpResponse()
getHttpRequest
public javax.servlet.http.HttpServletRequest getHttpRequest()
getContentElement
public org.apache.xmlbeans.XmlObject getContentElement()
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
getPath
public java.lang.String getPath()
getContext
public WsdlMockRunContext getContext()
- Specified by:
getContext
in interface MockRequest
Copyright © 2005-2007 eviware.com. All Rights Reserved.