|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLPayload
The XMLPayload extends the TextPayload interface and specializes for the XML only document.
| Method Summary | |
|---|---|
String |
getSchema()
Returns XML document schema URL. |
String |
getVersion()
Returns the version of this payload. |
void |
setSchema(String schema)
Sets the parameter containing a URL to an XML document schema. |
void |
setVersion(String version)
Sets the version of this payload. |
| Methods inherited from interface com.sap.engine.interfaces.messaging.api.TextPayload |
|---|
getEncoding, getReader, getText, setContent, setText, setText |
| Methods inherited from interface com.sap.engine.interfaces.messaging.api.Payload |
|---|
clearAttributes, getAttribute, getAttributeNames, getContent, getContentType, getDescription, getInputStream, getName, removeAttribute, setAttribute, setContent, setContentType, setDescription, setName |
| Method Detail |
|---|
String getVersion()
void setVersion(String version)
throws InvalidParamException
version -
InvalidParamException - if the version is invalid.String getSchema()
void setSchema(String schema)
throws InvalidParamException
schema - URL to a schema.
InvalidParamException - if the schema is invalid.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.ifc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||