|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageAttachment
Interface representing a message attachment, i.e., a part of the message payload of arbitrary type.
This interface is implemented by class MessageAttachmentImpl.
Copyright (c) 2001 SAP AG
MessageAttachmentImpl| Field Summary | |
|---|---|
static int |
KIND_BINARY
|
static int |
KIND_EMPTY
|
static int |
KIND_TEXT
|
static int |
KIND_UNKNOWN
|
| Method Summary | |
|---|---|
Object |
getData()
returns the data object of the attachment |
int |
getKind()
returns a constant indicating the kind of attachment, e.g. textual or binary. |
String |
getName()
returns the name of the attachment |
String |
getType()
returns the type of the attachment, e.g., "text/xml" |
| Field Detail |
|---|
static final int KIND_UNKNOWN
static final int KIND_EMPTY
static final int KIND_TEXT
static final int KIND_BINARY
| Method Detail |
|---|
String getName()
int getKind()
String getType()
Object getData()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.proxy.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||