com.partnersoft.net.soap
Class SoapResponse
java.lang.Object
com.partnersoft.net.soap.SoapResponse
public class SoapResponse
- extends java.lang.Object
Handles the output of a SOAP request
Can be given as a string, file, or outputstream
Copyright 2008 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Jeremy Tarver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapResponse
public SoapResponse()
SoapResponse
public SoapResponse(VfsFile outFile)
throws java.io.IOException
- Throws:
java.io.IOException
SoapResponse
public SoapResponse(java.io.OutputStream outStream)
getOutputStream
public java.io.OutputStream getOutputStream()
conclude
public void conclude()
throws java.io.UnsupportedEncodingException,
java.io.IOException
- Throws:
java.io.UnsupportedEncodingException
java.io.IOException
getResponse
public java.lang.String getResponse()
keepsResponseAsString
public boolean keepsResponseAsString()