public class SoapRequest
extends java.lang.Object
Can be given as a string, file, or inputstream
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
SoapRequest(java.io.InputStream inStream) |
SoapRequest(java.lang.String inString) |
SoapRequest(VfsFile inFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
getCharset() |
long |
getContentLength() |
java.io.InputStream |
getInput() |
public SoapRequest(VfsFile inFile) throws java.io.IOException
java.io.IOExceptionpublic SoapRequest(java.io.InputStream inStream)
public SoapRequest(java.lang.String inString)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException