Stellent
HowToComponents
JavaDoc

intradoc.soap
Class SoapMultipartSerializer

java.lang.Object
  |
  +--intradoc.soap.SoapMultipartSerializer

public class SoapMultipartSerializer
extends java.lang.Object


Constructor Summary
SoapMultipartSerializer()
           
 
Method Summary
protected static java.util.Properties getContentTypeProps(DataBinder data)
           
static byte[] getEndBoundary(java.lang.String boundary)
           
static java.lang.String getMimeBoundary(DataBinder data)
           
static java.lang.String getMultipartContentType(java.lang.String boundary)
           
static byte[] getSoapHeader(java.lang.String boundary)
           
static java.lang.String parseAttachmentHeader(DataBinder data, java.lang.String boundary)
           
static void parseRequest(DataBinder data)
           
static java.lang.String readBlankLines(DataBinder data)
           
static java.lang.String readLine(DataBinder data)
           
static void sendFileResponse(DataBinder data, intradoc.server.Service service, java.lang.String fileName, java.lang.String downloadName, java.lang.String format, intradoc.server.ServiceHttpImplementor httpImplementor)
           
static byte[] sendResponse(DataBinder data, ExecutionContext cxt, java.lang.String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapMultipartSerializer

public SoapMultipartSerializer()
Method Detail

parseRequest

public static void parseRequest(DataBinder data)
                         throws java.io.IOException,
                                DataException
java.io.IOException
DataException

getContentTypeProps

protected static java.util.Properties getContentTypeProps(DataBinder data)
                                                   throws java.io.IOException,
                                                          DataException
java.io.IOException
DataException

parseAttachmentHeader

public static java.lang.String parseAttachmentHeader(DataBinder data,
                                                     java.lang.String boundary)
                                              throws java.io.IOException,
                                                     DataException
java.io.IOException
DataException

readBlankLines

public static java.lang.String readBlankLines(DataBinder data)
                                       throws java.io.IOException
java.io.IOException

readLine

public static java.lang.String readLine(DataBinder data)
                                 throws java.io.IOException
java.io.IOException

sendResponse

public static byte[] sendResponse(DataBinder data,
                                  ExecutionContext cxt,
                                  java.lang.String encoding)
                           throws java.io.IOException
java.io.IOException

sendFileResponse

public static void sendFileResponse(DataBinder data,
                                    intradoc.server.Service service,
                                    java.lang.String fileName,
                                    java.lang.String downloadName,
                                    java.lang.String format,
                                    intradoc.server.ServiceHttpImplementor httpImplementor)
                             throws java.io.IOException
java.io.IOException

getMimeBoundary

public static java.lang.String getMimeBoundary(DataBinder data)

getSoapHeader

public static byte[] getSoapHeader(java.lang.String boundary)

getEndBoundary

public static byte[] getEndBoundary(java.lang.String boundary)

getMultipartContentType

public static java.lang.String getMultipartContentType(java.lang.String boundary)


(c) 1996-2005  All rights reserved.  Stellent, Inc.