public class SoapResponse
extends java.lang.Object
Can be given as a string, file, or outputstream
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
SoapResponse() |
SoapResponse(java.io.OutputStream outStream) |
SoapResponse(VfsFile outFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
conclude() |
java.io.OutputStream |
getOutputStream() |
java.lang.String |
getResponse() |
boolean |
keepsResponseAsString() |
public SoapResponse()
public SoapResponse(VfsFile outFile) throws java.io.IOException
java.io.IOExceptionpublic SoapResponse(java.io.OutputStream outStream)
public java.io.OutputStream getOutputStream()
public void conclude()
throws java.io.UnsupportedEncodingException,
java.io.IOException
java.io.UnsupportedEncodingExceptionjava.io.IOExceptionpublic java.lang.String getResponse()
public boolean keepsResponseAsString()