|
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 PublicAPIAccess
The PublicAPIAccess interface defines the public (SAP external) access to the Messaging System.
| Field Summary | |
|---|---|
static String |
JNDI_NAME
|
| Method Summary | |
|---|---|
AckFactory |
createAckFactory()
Creates a Messaging System AckFactory, that can be used to initiate sending end to end acknowledgement messages. |
MessageFactory |
createMessageFactory(String protocol)
Creates a MessageFactory instance for the given protocol. |
AuditAccess |
getAuditAccess()
Returns the AuditAccess interface, which can be used to write message based audit log entries. |
PMIAccess |
getPMIAccess()
Returns the PMIAccess interface, which can be used to call the PMI agents. |
| Field Detail |
|---|
static final String JNDI_NAME
| Method Detail |
|---|
PMIAccess getPMIAccess()
AuditAccess getAuditAccess()
MessageFactory createMessageFactory(String protocol)
throws InvalidParamException,
MessagingException
MessageFactory instance for the given protocol. This MessageFactory will
always create messages for the given protocol.
protocol - the protocol of all the messages that will be created by this factory
MessagingException - if the MessageFactory could not be created.
InvalidParamException - if the protocol is not supportedAckFactory createAckFactory()
| 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 | |||||||||