Stellent
HowToComponents
JavaDoc

intradoc.soap
Class SoapXmlFileParser

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

public class SoapXmlFileParser
extends java.lang.Object


Field Summary
protected  int m_curEncodedByte
           
protected  int m_curEncodedFile
           
protected  byte[] m_encodedFileBytes
           
protected  byte[] m_fileTagBytes
           
protected  boolean m_isInContentTag
           
protected  boolean m_isXmlMode
           
protected  java.io.FileOutputStream m_outputStream
           
protected  int m_readBlock
           
protected  int m_tagLength
           
 
Constructor Summary
SoapXmlFileParser()
           
 
Method Summary
protected  int parseEncodedFile(DataBinder data, byte[] b)
           
protected  int[] parseSoapMessage(byte[] b, int numPartialMatch)
           
 java.lang.String removeFileContent(DataBinder data, java.io.BufferedInputStream bis, long length)
           
protected  void writeDecodedBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_readBlock

protected int m_readBlock

m_isXmlMode

protected boolean m_isXmlMode

m_isInContentTag

protected boolean m_isInContentTag

m_fileTagBytes

protected byte[] m_fileTagBytes

m_tagLength

protected int m_tagLength

m_outputStream

protected java.io.FileOutputStream m_outputStream

m_encodedFileBytes

protected byte[] m_encodedFileBytes

m_curEncodedByte

protected int m_curEncodedByte

m_curEncodedFile

protected int m_curEncodedFile
Constructor Detail

SoapXmlFileParser

public SoapXmlFileParser()
Method Detail

removeFileContent

public java.lang.String removeFileContent(DataBinder data,
                                          java.io.BufferedInputStream bis,
                                          long length)
                                   throws java.io.IOException
java.io.IOException

parseSoapMessage

protected int[] parseSoapMessage(byte[] b,
                                 int numPartialMatch)

parseEncodedFile

protected int parseEncodedFile(DataBinder data,
                               byte[] b)
                        throws java.io.IOException
java.io.IOException

writeDecodedBytes

protected void writeDecodedBytes()
                          throws java.io.IOException
java.io.IOException


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