|
SAP NetWeaver 7.30 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NativePayloadAccessCallback
The NativePayloadDisplayCallback defines two callback methods,
getNativeMessagePayloadgetNativePayloadFileNameAdapterRegistry.registerAdapter.
AdapterRegistry,
AdapterRegistryFactory| Method Summary | |
|---|---|
InputStream |
getNativeMessagePayload(String nativePayloadId)
This callback method notifies the NativePayloadDisplayCallback
implementation to return the native payload that is identified by the nativePayloadId
The implementation is supposed
to return the native payload as a binary stream. |
String |
getNativePayloadFileName(String nativePayloadId)
This callback method, getNativePayloadFileName notifies the
NativePayloadDisplayCallback
implementation to return the name of the file under which the native
payload was stored. |
| Method Detail |
|---|
InputStream getNativeMessagePayload(String nativePayloadId)
NativePayloadDisplayCallback
implementation to return the native payload that is identified by the nativePayloadId
The implementation is supposed
to return the native payload as a binary stream.
nativePayloadId - the string that uniquely identifies a persisted native payload
InputStream representing the native payloadString getNativePayloadFileName(String nativePayloadId)
getNativePayloadFileName notifies the
NativePayloadDisplayCallback
implementation to return the name of the file under which the native
payload was stored. This helps the download UI to enable the download
of the payload in an appropriate manner.
The implementation is supposed to return the file name as a String.
If the native payload needs to be displayed as a plain text,
the implementation should return
nativePayloadId - the string that uniquely identifies a persisted native payload
String, the name of the file that stored the persisted native payload| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||