SAP NetWeaver '04

com.sapportals.wcm.service.pipeline
Class RequestData

[contained in: com.sap.netweaver.bc.rf.service.par - bc.rf.global.service.pipeline_api.jar]
java.lang.Object
  |
  +--com.sapportals.wcm.WcmObject
        |
        +--com.sapportals.wcm.service.pipeline.RequestData

public class RequestData
extends WcmObject

Wrapper class contains DOM (of type document ) or InputStream . Allow a uniform view of request data.

Copyright 2004 SAP AG


Fields inherited from class com.sapportals.wcm.WcmObject
ORDER_TYPE_MANUAL, ORDER_TYPE_NONE
 
Constructor Summary
RequestData()
           
RequestData(org.w3c.dom.Document document)
           
RequestData(org.w3c.dom.Document document, java.io.InputStream stream)
           
RequestData(org.w3c.dom.Document document, java.io.InputStream stream, java.lang.String mime)
           
RequestData(org.w3c.dom.Document document, java.io.InputStream stream, java.lang.String mime, java.lang.String encoding)
           
RequestData(java.io.InputStream stream)
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 java.lang.String getEncoding()
           
 java.lang.String getMime()
           
 java.io.InputStream getStream()
           
 boolean hasDocument()
           
 boolean hasStream()
           
 void setDocument(org.w3c.dom.Document document)
           
 void setEncoding(java.lang.String encoding)
           
 void setMime(java.lang.String mime)
           
 void setStream(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestData

public RequestData()

RequestData

public RequestData(org.w3c.dom.Document document)

RequestData

public RequestData(java.io.InputStream stream)

RequestData

public RequestData(org.w3c.dom.Document document,
                   java.io.InputStream stream)

RequestData

public RequestData(org.w3c.dom.Document document,
                   java.io.InputStream stream,
                   java.lang.String mime)

RequestData

public RequestData(org.w3c.dom.Document document,
                   java.io.InputStream stream,
                   java.lang.String mime,
                   java.lang.String encoding)
Method Detail

setDocument

public void setDocument(org.w3c.dom.Document document)

getDocument

public org.w3c.dom.Document getDocument()

setStream

public void setStream(java.io.InputStream stream)

getStream

public java.io.InputStream getStream()

setMime

public void setMime(java.lang.String mime)

getMime

public java.lang.String getMime()

setEncoding

public void setEncoding(java.lang.String encoding)

getEncoding

public java.lang.String getEncoding()

hasStream

public boolean hasStream()

hasDocument

public boolean hasDocument()

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.