com.partnersoft.net.soap
Class SoapRequest

java.lang.Object
  extended by 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

Constructor Summary
SoapRequest(java.io.InputStream inStream)
           
SoapRequest(java.lang.String inString)
           
SoapRequest(VfsFile inFile)
           
 
Method Summary
 void close()
           
 long getContentLength()
           
 java.io.InputStream getInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

getInput

public java.io.InputStream getInput()

getContentLength

public long getContentLength()

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException