Stellent
HowToComponents
JavaDoc

intradoc.soap
Class SoapUtils

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

public class SoapUtils
extends java.lang.Object


Constructor Summary
SoapUtils()
           
 
Method Summary
static void decodeFileContent(DataBinder data, java.lang.String name)
           
static java.lang.String encodeXmlValue(java.lang.String value)
           
static PropertiesTreeNode getFirstSubNode(java.util.Vector nodeList)
           
static java.lang.String[] getNameValuePair(java.lang.String nameValueStr, char delimiter)
           
static java.lang.String getNodeName(PropertiesTreeNode node)
           
static java.lang.String getNodeNamespace(PropertiesTreeNode node)
           
static java.lang.String getNodeProperty(PropertiesTreeNode node, java.lang.String key)
           
static java.lang.String getTabString(int numTabs)
           
static java.lang.String getTempFile(DataBinder data, java.lang.String key, java.lang.String filePath)
           
static boolean isValidIdcService(java.lang.String idcService)
           
static byte[] readStream(java.io.InputStream is, int length, boolean isReset)
           
static java.lang.String stripEdgeChars(java.lang.String value, char beginChar, char endChar)
           
static void writeEncodedFile(java.io.OutputStream os, java.lang.String fileName, long fileLength)
           
static void writeFileContent(java.io.OutputStream os, java.lang.String fileName)
           
static int writeSchemaComplexElement(java.lang.String name, boolean isStartTag, java.io.Writer writer, int numTabs)
           
static int writeSchemaComplexType(java.lang.String name, boolean isStartTag, java.io.Writer writer, int numTabs)
           
static void writeSchemaElement(java.lang.String name, java.lang.String type, int maxOccurs, java.io.Writer writer, int numTabs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapUtils

public SoapUtils()
Method Detail

getNameValuePair

public static java.lang.String[] getNameValuePair(java.lang.String nameValueStr,
                                                  char delimiter)

stripEdgeChars

public static java.lang.String stripEdgeChars(java.lang.String value,
                                              char beginChar,
                                              char endChar)

getFirstSubNode

public static PropertiesTreeNode getFirstSubNode(java.util.Vector nodeList)

getNodeName

public static java.lang.String getNodeName(PropertiesTreeNode node)

getNodeNamespace

public static java.lang.String getNodeNamespace(PropertiesTreeNode node)

getNodeProperty

public static java.lang.String getNodeProperty(PropertiesTreeNode node,
                                               java.lang.String key)

getTempFile

public static java.lang.String getTempFile(DataBinder data,
                                           java.lang.String key,
                                           java.lang.String filePath)

readStream

public static byte[] readStream(java.io.InputStream is,
                                int length,
                                boolean isReset)
                         throws java.io.IOException
java.io.IOException

writeFileContent

public static void writeFileContent(java.io.OutputStream os,
                                    java.lang.String fileName)
                             throws java.io.IOException
java.io.IOException

isValidIdcService

public static boolean isValidIdcService(java.lang.String idcService)

encodeXmlValue

public static java.lang.String encodeXmlValue(java.lang.String value)

getTabString

public static java.lang.String getTabString(int numTabs)

writeSchemaComplexElement

public static int writeSchemaComplexElement(java.lang.String name,
                                            boolean isStartTag,
                                            java.io.Writer writer,
                                            int numTabs)
                                     throws java.io.IOException
java.io.IOException

writeSchemaComplexType

public static int writeSchemaComplexType(java.lang.String name,
                                         boolean isStartTag,
                                         java.io.Writer writer,
                                         int numTabs)
                                  throws java.io.IOException
java.io.IOException

writeSchemaElement

public static void writeSchemaElement(java.lang.String name,
                                      java.lang.String type,
                                      int maxOccurs,
                                      java.io.Writer writer,
                                      int numTabs)
                               throws java.io.IOException
java.io.IOException

decodeFileContent

public static void decodeFileContent(DataBinder data,
                                     java.lang.String name)

writeEncodedFile

public static void writeEncodedFile(java.io.OutputStream os,
                                    java.lang.String fileName,
                                    long fileLength)
                             throws java.io.IOException
java.io.IOException


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