intradoc.soap
Class SoapSerializer
java.lang.Object
|
+--intradoc.soap.SoapSerializer
- public class SoapSerializer
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_SERIALIZER_NAME
public static final java.lang.String XML_SERIALIZER_NAME
- See Also:
- Constant Field Values
MULTIPART_SERIALIZER_NAME
public static final java.lang.String MULTIPART_SERIALIZER_NAME
- See Also:
- Constant Field Values
DIME_SERIALIZER_NAME
public static final java.lang.String DIME_SERIALIZER_NAME
- See Also:
- Constant Field Values
m_contentTypeToNameMap
public static java.util.Properties m_contentTypeToNameMap
m_serializerNameProps
public static java.util.Properties m_serializerNameProps
XML_CONTENT_TYPES
public static final java.lang.String[] XML_CONTENT_TYPES
MULTIPART_CONTENT_TYPE
public static java.lang.String MULTIPART_CONTENT_TYPE
DIME_CONTENT_TYPE
public static java.lang.String DIME_CONTENT_TYPE
m_isValid
public static boolean m_isValid
SoapSerializer
public SoapSerializer()
init
public static void init(Workspace ws,
DataBinder data,
ExecutionContext cxt)
throws DataException,
ServiceException
DataException
ServiceException
parseRequest
public static boolean parseRequest(DataBinder data)
postParseRequest
public static void postParseRequest(DataBinder data)
sendResponse
public static byte[] sendResponse(DataBinder data,
ExecutionContext cxt,
java.lang.String encoding)
throws java.io.IOException
java.io.IOException
sendFileResponse
public static boolean 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
setRequestValues
public static void setRequestValues(DataBinder data)
(c) 1996-2005 All rights reserved. Stellent, Inc. |