com.partnersoft.net.soap
Class SoapRequest
java.lang.Object
com.partnersoft.net.soap.SoapRequest
public class SoapRequest
- extends java.lang.Object
Handles the input of a SOAP request
Can be given as a string, file, or inputstream
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 |
SoapRequest
public SoapRequest(VfsFile inFile)
throws java.io.IOException
- Throws:
java.io.IOException
SoapRequest
public SoapRequest(java.io.InputStream inStream)
SoapRequest
public SoapRequest(java.lang.String inString)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
getInput
public java.io.InputStream getInput()
getContentLength
public long getContentLength()
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException