Skip navigation links
SAP NetWeaver 7.50 SP 04 Process Integration
A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractHelper - Class in com.sap.aii.mapping.api
 
AbstractHelper() - Constructor for class com.sap.aii.mapping.api.AbstractHelper
 
AbstractPartyCallBackHandler - Class in com.sap.aii.af.service.cpa
 
AbstractPartyCallBackHandler() - Constructor for class com.sap.aii.af.service.cpa.AbstractPartyCallBackHandler
 
AbstractTrace - Class in com.sap.aii.mapping.api
A mapping can use an instance of AbstractTrace to add messages to the trace.
AbstractTrace() - Constructor for class com.sap.aii.mapping.api.AbstractTrace
 
AbstractTransformation - Class in com.sap.aii.mapping.api
Each XI Java mapping program must extends this abstract class.
AbstractTransformation() - Constructor for class com.sap.aii.mapping.api.AbstractTransformation
 
AckFactory - Interface in com.sap.engine.interfaces.messaging.api.ack
The AckFactory interface can be used to create the different types of acknowledgement messages, supported by the Messaging System.
ackNotSupported(String, MessageKey, AckType[]) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that a received message cannot be acked in one of the following ways because the application doesn't support that feature.
AckType - Class in com.sap.engine.interfaces.messaging.api
 
Action - Class in com.sap.engine.interfaces.messaging.api
The Action of a Message identifies a process within a Service.
Action(String, String) - Constructor for class com.sap.engine.interfaces.messaging.api.Action
Constructs a new Action object with a name and a type.
Action(String) - Constructor for class com.sap.engine.interfaces.messaging.api.Action
Constructs a new Action object with a name but no type.
AdapterAlreadyRegisteredException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception indicating that the given adapter has already been registered using AdapterRegistry.registerAdapter before, i.e.
AdapterAlreadyRegisteredException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterAlreadyRegisteredException
Constructs an AdapterAlreadyRegisteredException without an explicit message.
AdapterAlreadyRegisteredException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterAlreadyRegisteredException
Constructs an AdapterAlreadyRegisteredException with a message describing the exception.
AdapterCallback - Interface in com.sap.aii.af.service.administration.api
A base interface for any adapter callback that can be registered with the Adapter Framework Adapter Administration API through the AdapterRegistry.registerAdapter method.
AdapterCallbackDuplicateException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception thrown by AdapterRegistry.registerAdapter when any callback interface is provided more than once in the passed AdapterCallback[] array.
AdapterCallbackDuplicateException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackDuplicateException
Constructs an AdapterCallbackDuplicateException without an explicit message.
AdapterCallbackDuplicateException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackDuplicateException
Constructs an AdapterCallbackDuplicateException with a message describing the exception.
AdapterCallbackUnknownException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception thrown by AdapterRegistry.registerAdapter when any of the supplied callbacks is not known to the Adapter Framework.
AdapterCallbackUnknownException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackUnknownException
Constructs an AdapterCallbackUnknownException without an explicit message.
AdapterCallbackUnknownException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackUnknownException
Constructs an AdapterCallbackUnknownException with a message describing the exception.
AdapterCapability - Class in com.sap.aii.af.service.administration.api
Provides an enumeration of adapter capabilities, i.e.
AdapterCapabilityMismatchException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception that is either thrown during an adapter's registration when a conflict between multiple capabilities and/or callbacks is detected or during the invocation of an API that requires a certain capability, which has not been specified during the adapter's registration.
AdapterCapabilityMismatchException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCapabilityMismatchException
Constructs an AdapterCapabilityMismatchException without an explicit cause and message.
AdapterCapabilityMismatchException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCapabilityMismatchException
Constructs an AdapterCapabilityMismatchException with a message describing the exception.
AdapterCapabilityMismatchException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCapabilityMismatchException
Constructs an AdapterCapabilityMismatchException with a cause and message.
AdapterNotRegisteredException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception indicating that the given adapter has not been registered using AdapterRegistry.registerAdapter although this registration is mandatory for using the respective functionality.
AdapterNotRegisteredException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterNotRegisteredException
Constructs an AdapterNotRegisteredException without an explicit message.
AdapterNotRegisteredException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterNotRegisteredException
Constructs an AdapterNotRegisteredException with a message describing the exception.
AdapterRegistry - Interface in com.sap.aii.af.service.administration.api
Provides an interface to register an adapter with the Adapter Framework.
AdapterRegistryFactory - Class in com.sap.aii.af.service.administration.api
A factory to obtain an instance of an implementation of the AdapterRegistry interface.
addAttachment(Payload) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Adds an attachment to the message.
addAuditLogEntry(MessageKey, AuditLogStatus, String, Object[]) - Method in interface com.sap.engine.interfaces.messaging.api.auditlog.AuditAccess
Writes an AuditLogEntry to the memory audit store with the given status.
addAuditLogEntry(MessageKey, AuditLogStatus, String) - Method in interface com.sap.engine.interfaces.messaging.api.auditlog.AuditAccess
 
addContextChange() - Method in interface com.sap.aii.mappingtool.tf7.rt.ResultList
Appends a context change to the list.
addDebugMessage(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level debug to the trace.
addDebugMessage(String, Throwable) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level debug to the trace and the stacktrace of throwable.
addField(String, String) - Method in class com.sap.aii.af.service.cpa.TableData.Row
Adds the content of a cell (String value) to a table row by column name.
addInfo(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
 
addInfo(String, Throwable) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level info to the trace and the stacktrace of throwable.
addInfo(String) - Method in interface com.sap.aii.mapping.api.MappingTrace
Add a message with trace level info to the trace.
addRow(TableData.Row) - Method in class com.sap.aii.af.service.cpa.TableData
Adds a row to the table.
addSuppress() - Method in interface com.sap.aii.mappingtool.tf7.rt.ResultList
Appends the constant ResultList.SUPPRESS to the list.
addTestMessage(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add only in test mode a message with trace level debug to the trace.
addValue(Object) - Method in interface com.sap.aii.mappingtool.tf7.rt.ResultList
Appends a value to the results list.
addWarning(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
 
addWarning(String, Throwable) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level warning to the trace and the stacktrace of throwable.
addWarning(String) - Method in interface com.sap.aii.mapping.api.MappingTrace
Add a message with trace level warning to the trace.
AdminException - Exception in com.sap.aii.af.service.administration.api
A base exception for any exceptions related to the com.sap.aii.af.service.administration.
AdminException() - Constructor for exception com.sap.aii.af.service.administration.api.AdminException
Constructs an AdminException without an explicit cause and message.
AdminException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdminException
Constructs an AdminException with a message describing the exception.
AdminException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.AdminException
Constructs an AdminException with a cause and message.
AdminRuntimeException - Exception in com.sap.aii.af.service.administration.api
An unchecked base exception for any runtime exceptions related to the com.sap.aii.af.service.administration.
AdminRuntimeException() - Constructor for exception com.sap.aii.af.service.administration.api.AdminRuntimeException
Constructs an AdminRuntimeException without an explicit cause and message.
AdminRuntimeException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdminRuntimeException
Constructs an AdminRuntimeException with a message describing the exception.
AdminRuntimeException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.AdminRuntimeException
Constructs an AdminRuntimeException with a cause and message.
APPL_REP - Static variable in class com.sap.aii.mapping.lookup.LookupService.Internal
 
APPL_RUN - Static variable in class com.sap.aii.mapping.lookup.LookupService.Internal
 
APPLICATION - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
APPLICATION_ACK - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
APPLICATION_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
APPLICATION_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
APPLICATION_MESSAGE - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
APPLICATION_RESPONSE - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
applicationAck(String, MessageKey) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that the message has been processed by it's final recipient.
applicationErrorAck(String, MessageKey, Exception) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that the message could not be processed by it's final recipient.
applicationId - Static variable in class com.sap.aii.mapping.lookup.LookupService.Internal
 
areAttachmentsAvailable() - Method in interface com.sap.aii.mapping.api.InputAttachments
Returns true, if the attachments can be accessed in the mapping.
ASYNC - Static variable in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
Attachment - Interface in com.sap.aii.mapping.api
 
AttributeExtendedCPAObject - Interface in com.sap.aii.af.service.cpa
The AttributeExtendedCPAObject interface extends the CPAObject and defines additional methods for reading the adapter metadata related information (i.e. attributes, direction, adaptertype).
AuditAccess - Interface in com.sap.engine.interfaces.messaging.api.auditlog
The AuditAccess interface offers methods to write an AuditLogEntry to the memory audit store with the given status.
AuditLogStatus - Class in com.sap.engine.interfaces.messaging.api.auditlog
 

B

BestEffort - Static variable in class com.sap.engine.interfaces.messaging.api.DeliverySemantics
Message delivery is not guaranteed.
BinaryData - Class in com.sap.aii.af.service.cpa
Attribute extended CPAObjects (i.e. currently only the Channel object) support CPA Cache specific data types, besides the following basic Java types: String, int, long and boolean.
BinaryData(byte[]) - Constructor for class com.sap.aii.af.service.cpa.BinaryData
The default constructor for the BinaryData object.
BinaryData(byte[], boolean) - Constructor for class com.sap.aii.af.service.cpa.BinaryData
The constructor for the BinaryData object with Base64 encoded binary data.
BinaryPayload - Class in com.sap.aii.mapping.lookup
BinaryPayload is a payload that carries non-textual data only.
Binding - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
BINDING - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
BINDING_USER - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
BindingUser - Interface in com.sap.aii.af.service.cpa
The BindingUser class represents a runtime user who is allowed to process the message of a given Binding.

C

CALL - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
Send an XI message synchronously and return the response (XI AF specific)
call(XmlPayload) - Method in class com.sap.aii.mapping.lookup.RfcAccessor
Executes a remote function call.
call(Payload) - Method in class com.sap.aii.mapping.lookup.SystemAccessor
Executes a lookup call.
call(Payload, String, String, String) - Method in interface com.sap.aii.mapping.lookup.SystemAccessor.Internal
Executes a communication call.
CC - Static variable in interface com.sap.aii.mappingtool.tf7.rt.ResultList
This constant represents a context change value
channel(Channel) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a channel to this parameter set.
Channel - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
CHANNEL - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
Channel - Class in com.sap.aii.mapping.lookup
This class represents a communication channel.
channel_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
CHANNEL_SELFTEST - Static variable in class com.sap.aii.af.service.administration.api.AdapterCapability
Indicates that the adapter supports the self-test feature which is based on a concrete Channel.
channelAdded(Channel) - Method in interface com.sap.aii.af.service.administration.api.cpa.ChannelLifecycleCallback
This callback method notifies the ChannelLifecycleCallback implementation about newly added Channel objects.
ChannelDirection - Class in com.sap.aii.af.service.administration.api.monitoring
The ChannelDirection class identifies the direction of an adapter's channel, i.e.
ChannelLifecycleCallback - Interface in com.sap.aii.af.service.administration.api.cpa
The ChannelLifecycleCallback defines callback methods, which can be implemented by adapters in case they need to be notified when new CPA Channels get added/modified or existing ones get deleted.
channelRemoved(Channel) - Method in interface com.sap.aii.af.service.administration.api.cpa.ChannelLifecycleCallback
This callback method notifies the ChannelLifecycleCallback implementation about deleted Channel objects.
ChannelSelfTestCallback - Interface in com.sap.aii.af.service.administration.api.monitoring
The ChannelSelfTestCallback defines a callback method, which can be implemented by adapters in order to carry out a suite of self-tests.
ChannelState - Class in com.sap.aii.af.service.administration.api.monitoring
The ChannelState class is a typed enumeration for the status of a channel in the Adapter Monitoring API.
ChannelState(String, int) - Constructor for class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Protected constructor.
ChannelStatus - Class in com.sap.aii.af.service.administration.api.monitoring
A representation of an adapter channel's runtime status.
ChannelStatus() - Constructor for class com.sap.aii.af.service.administration.api.monitoring.ChannelStatus
 
ChannelStatusCallback - Interface in com.sap.aii.af.service.administration.api.monitoring
A callback registered with the Adapter Framework to provide channel status information on demand.
ChannelStatusFactory - Class in com.sap.aii.af.service.administration.api.monitoring
A factory for ChannelStatus instances.
ChannelUnknownException - Exception in com.sap.aii.af.service.administration.api.monitoring
An exception indicating that a channel is unknown.
ChannelUnknownException() - Constructor for exception com.sap.aii.af.service.administration.api.monitoring.ChannelUnknownException
Constructs a new ChannelUnknownException without an explicit cause and message.
ChannelUnknownException(String) - Constructor for exception com.sap.aii.af.service.administration.api.monitoring.ChannelUnknownException
Constructs a ChannelUnknownException with a message describing the exception.
ChannelUnknownException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.monitoring.ChannelUnknownException
Constructs a ChannelUnknownException with a cause and message.
channelUpdated(Channel) - Method in interface com.sap.aii.af.service.administration.api.cpa.ChannelLifecycleCallback
This callback method notifies the ChannelLifecycleCallback implementation about changes in Channel objects.
clear() - Method in interface com.sap.aii.mappingtool.tf7.rt.ResultList
Deletes all previously appended values from the list.
clearAttributes() - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Removes all currently present payload attributes.
clone() - Method in class com.sap.aii.af.service.cpa.BinaryData
This method clones the contained byte array, in case that it is not null.
clone() - Method in class com.sap.aii.af.service.cpa.TableData
This method clones the structure of the given table.
close() - Method in class com.sap.aii.mapping.lookup.DataBaseAccessor
Closes this accessor and releases any resources associated with the accessor.
close() - Method in class com.sap.aii.mapping.lookup.RfcAccessor
Closes this accessor and releases any resources associated with the accessor.
close() - Method in class com.sap.aii.mapping.lookup.SystemAccessor
Closes this accessor and releases any resources associated with the accessor.
close() - Method in interface com.sap.aii.mapping.lookup.SystemAccessor.Internal
Closes this accessor and releases any resources associated with the accessor.
columnNames - Variable in class com.sap.aii.af.service.cpa.TableData
 
com.sap.aii.af.lib.mp.module - package com.sap.aii.af.lib.mp.module
 
com.sap.aii.af.lib.mp.processor - package com.sap.aii.af.lib.mp.processor
 
com.sap.aii.af.lib.ra.cci - package com.sap.aii.af.lib.ra.cci
 
com.sap.aii.af.lib.util - package com.sap.aii.af.lib.util
 
com.sap.aii.af.service.administration.api - package com.sap.aii.af.service.administration.api
 
com.sap.aii.af.service.administration.api.cpa - package com.sap.aii.af.service.administration.api.cpa
 
com.sap.aii.af.service.administration.api.i18n - package com.sap.aii.af.service.administration.api.i18n
 
com.sap.aii.af.service.administration.api.monitoring - package com.sap.aii.af.service.administration.api.monitoring
 
com.sap.aii.af.service.cpa - package com.sap.aii.af.service.cpa
 
com.sap.aii.af.service.headermapping - package com.sap.aii.af.service.headermapping
 
com.sap.aii.af.service.idmap - package com.sap.aii.af.service.idmap
 
com.sap.aii.af.service.resource - package com.sap.aii.af.service.resource
 
com.sap.aii.mapping.api - package com.sap.aii.mapping.api
API for Java mapping programs.
com.sap.aii.mapping.lookup - package com.sap.aii.mapping.lookup
 
com.sap.aii.mapping.value.api - package com.sap.aii.mapping.value.api
API for value mapping requests.
com.sap.aii.mappingtool.tf7.rt - package com.sap.aii.mappingtool.tf7.rt
The documentation of this package describes classes for Function Libraries and user-defined functions in the Message Mapping and Mapping Template.
com.sap.aii.security.lib - package com.sap.aii.security.lib
 
com.sap.engine.interfaces.messaging.api - package com.sap.engine.interfaces.messaging.api
 
com.sap.engine.interfaces.messaging.api.ack - package com.sap.engine.interfaces.messaging.api.ack
 
com.sap.engine.interfaces.messaging.api.auditlog - package com.sap.engine.interfaces.messaging.api.auditlog
 
com.sap.engine.interfaces.messaging.api.exception - package com.sap.engine.interfaces.messaging.api.exception
 
com.sap.engine.interfaces.messaging.api.pmi - package com.sap.engine.interfaces.messaging.api.pmi
 
compareTo(Object) - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Compare two ChannelState instances.
compareTo(ChannelState) - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Compare two ChannelState instances.
compareTo(Object) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Compare two ProcessState instances.
compareTo(ProcessState) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Compare two ProcessState instances.
compareTo(Object) - Method in class com.sap.engine.interfaces.messaging.api.Action
 
compareTo(Object) - Method in class com.sap.engine.interfaces.messaging.api.Party
 
compareTo(Object) - Method in class com.sap.engine.interfaces.messaging.api.Service
 
Constants - Class in com.sap.aii.security.lib
General constants for the XI security processing.
Constants() - Constructor for class com.sap.aii.security.lib.Constants
 
Container - Interface in com.sap.aii.mappingtool.tf7.rt
 
containsKey(DynamicConfigurationKey) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns true if this map contains an entry for the specified key, and false otherwise.
CONTENT_TYPE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The content-type of the result message.
contentToString() - Method in class com.sap.aii.af.lib.mp.module.ModuleData
String serialization for logging purposes.
CONVERSATION_ID - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The conversation id.
copyInputAttachments() - Method in class com.sap.aii.mapping.api.TransformationOutput
Copy all original attachments of the source message to the attachment list of the target message.
copyInputAttachments() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
countAttachments() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the number of attachments in this message.
countGroups() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns the number of groups that are found.
countTargetValues() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns the number of all found target values.
CPAChannelStoppedException - Exception in com.sap.aii.af.service.administration.api.cpa
 
CPAChannelStoppedException(String) - Constructor for exception com.sap.aii.af.service.administration.api.cpa.CPAChannelStoppedException
 
CPAChannelStoppedException(String, String) - Constructor for exception com.sap.aii.af.service.administration.api.cpa.CPAChannelStoppedException
 
CPAException - Exception in com.sap.aii.af.service.cpa
The CPAException is the base exception for the CPA cache service API.
CPAException(String) - Constructor for exception com.sap.aii.af.service.cpa.CPAException
The default constructor for the CPAException object.
CPAException(String, Exception) - Constructor for exception com.sap.aii.af.service.cpa.CPAException
The constructor for nesting exceptions.
CPAFactory - Class in com.sap.aii.af.service.administration.api.cpa
A factory to obtain instances of the various CPA Cache lookup managers, such as CPALookupManager, CPAInboundRuntimeLookupManager and CPAOutboundRuntimeLookupManager.
CPAInboundRuntimeLookupManager - Interface in com.sap.aii.af.service.administration.api.cpa
The CPA cache service offers two kinds of lookup mechanisms.
CPALookupManager - Interface in com.sap.aii.af.service.administration.api.cpa
The CPA cache service offers two kinds of lookup mechanisms.
CPAObject - Interface in com.sap.aii.af.service.cpa
The CPAObject is the central interface that is implemented by all actual CPA Object types.
CPAObjectCallbackInterface - Interface in com.sap.aii.af.service.cpa
 
CPAObjectType<T extends CPAObject> - Class in com.sap.aii.af.service.cpa
The CPAObjectType is a typed enumeration class that lists the different CPAObject types known by the CPA cache service.
CPAObjectType(String) - Constructor for class com.sap.aii.af.service.cpa.CPAObjectType
The default constructor for CPAObjectType is private.
CPAOutboundRuntimeLookupManager - Interface in com.sap.aii.af.service.administration.api.cpa
The CPA cache service offers two kinds of lookup mechanisms.
create(String, String) - Static method in class com.sap.aii.mapping.api.DynamicConfigurationKey
Creates an instance of DynamicConfigurationKey specifying the namespace and name.
create(String, byte[]) - Method in interface com.sap.aii.mapping.api.OutputAttachments
Creates a new attachment with the given contentId and content.
create(String, String, byte[]) - Method in interface com.sap.aii.mapping.api.OutputAttachments
Creates a new attachment with the given contentId, content type and content.
createAckFactory() - Method in interface com.sap.engine.interfaces.messaging.api.PublicAPIAccess
 
createChannelStatus(Channel, ChannelState, String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelStatusFactory
Creates a new ChannelStatus instance representing the runtime status of an adapter channel.
createErrorInfo() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Creates a new protocol implementation specific version of the ErrorInfo container interface and returns it.
createIDMap(String, String, long) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
 
createIDMap(String, String, long, boolean) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Creates a map between two message ids.
createIDMap(MessageKey, MessageKey, long, boolean, boolean) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Creates a map between two message keys.
createInboundRuntimeLookupManager(String, String, String, String, String, String, String, String) - Method in class com.sap.aii.af.service.administration.api.cpa.CPAFactory
Creates an instance of the CPAInboundRuntimeLookupManager interface.
createMessage(Party, Party, Service, Service, Action) - Method in interface com.sap.engine.interfaces.messaging.api.MessageFactory
The MessageFactory implementation will validate the parameters, do a registry lookup based on the parameters, and create an empty messsage containing all the information available from the registry.
createMessage(Party, Party, Service, Service, Action, String) - Method in interface com.sap.engine.interfaces.messaging.api.MessageFactory
The MessageFactory implementation will validate the parameters, do a registry lookup based on the parameters, and create an empty messsage containing all the information available from the registry.
createMessageFactory(String) - Method in interface com.sap.engine.interfaces.messaging.api.PublicAPIAccess
Creates a MessageFactory instance for the given protocol.
createOutboundRuntimeLookupManager(String, String, String, String, String, String, String, String) - Method in class com.sap.aii.af.service.administration.api.cpa.CPAFactory
Creates an instance of the CPAOutboundRuntimeLookupManager interface.
createOutboundRuntimeLookupManager(String, String, String, String, String, String, String, String, String) - Method in class com.sap.aii.af.service.administration.api.cpa.CPAFactory
Creates an instance of the CPAOutboundRuntimeLookupManager interface.
createPayload() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Creates an empty binary payload.
createProcessContext(ProcessContextFactory.ParamSet) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory
Constructs a new process context using a given parameter set.
createTextPayload() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Creates an empty text payload.
createXIMessageRecord() - Method in interface com.sap.aii.af.lib.ra.cci.XIRecordFactory
createXIMessageRecord() returns a object that implements the XIMessageRecord interface.
createXMLPayload() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Creates an empty XML payload.
CRLF - Static variable in class com.sap.aii.security.lib.Constants
CRLF: '\r\n'

D

DataBaseAccessor - Class in com.sap.aii.mapping.lookup
Accessor for data base lookups.
DataBaseResult - Interface in com.sap.aii.mapping.lookup
Data base result set.
DataBaseResultMetaData - Interface in com.sap.aii.mapping.lookup
Meta data of the database result.
decrementDuplicateCount(String, int) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Decrements the duplicate count for message id MSG_ID1
decrementDuplicateCount(String, int, boolean) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Decrements the duplicate count for message id MSG_ID1
deliveryAck(String, MessageKey) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that the message has reached it's final destination.
deliveryErrorAck(String, MessageKey, Exception) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that the message did not reached it's final destination.
DeliverySemantics - Class in com.sap.engine.interfaces.messaging.api
The DeliverySemantics class is a type-safe enumeration of delivery semantics of a message exchange and as such defines the quality of service.
destroy() - Static method in class com.sap.aii.af.service.cpa.NormalizationManager
Destroys the singleton instance.
Direction - Class in com.sap.aii.af.service.cpa
The Direction object is a typed enumeration class that indicates the direction of CPA configuration (inbound or outbound) for the Channel and Binding object (sender/receiver agreement in XI notation).
DIRECTION - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated.
As of SAP NetWeaver '04, replaced by StreamTransformationConstants.MESSAGE_CLASS.
DIRECTION_FAULT - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated. 
DIRECTION_REQUEST - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated. 
DIRECTION_RESPONSE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated. 
DO_PRIVILEGED - Static variable in class com.sap.aii.security.lib.PermissionMode
Run's the KeyStoreManager under code based permission for all performing actions.
DuplicateMessageException - Exception in com.sap.engine.interfaces.messaging.api.exception
The DuplicateMessageException is thrown if one and the same message is to be processed a second time.
DuplicateMessageException(String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
DuplicateMessageException(Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
DuplicateMessageException(String, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
DuplicateMessageException(Message, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
DuplicateMessageException(MessageKey, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
DuplicateMessageException(Message, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
DuplicateMessageException(MessageKey, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
DYNAMIC_CONFIGURATION - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Dynamic configuration.
DynamicConfiguration - Class in com.sap.aii.mapping.api
A DynamicConfiguration is a map containing adapter specific message attributes.
DynamicConfiguration() - Constructor for class com.sap.aii.mapping.api.DynamicConfiguration
 
DynamicConfigurationKey - Class in com.sap.aii.mapping.api
A DynamicConfigurationKey denotes an adapter specific message attribute.
DynamicConfigurationKey() - Constructor for class com.sap.aii.mapping.api.DynamicConfigurationKey
 

E

equals(Object) - Method in class com.sap.aii.af.service.cpa.CPAObjectType
 
equals(Object) - Method in class com.sap.aii.af.service.cpa.Direction
 
equals(Object) - Method in interface com.sap.aii.mapping.api.Attachment
Compare attachments.
equals(Object) - Method in class com.sap.aii.mapping.lookup.Channel
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.Action
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.MessageDirection
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.MessageKey
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.MessagePropertyKey
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.Party
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
equals(Object) - Method in class com.sap.engine.interfaces.messaging.api.Service
 
ERROR - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Indicates that the channel is either configured incorrectly or has encountered another error that prevents it from processing messages.
ERROR - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Indicates that an error has occurred during the adapter's message processing.
ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
ERROR_CATEGORY - Static variable in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
ERROR_CODE - Static variable in exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
ERROR_CODE - Static variable in exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
ERROR_CODE - Static variable in exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
ERROR_CODE - Static variable in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
ERROR_CODE - Static variable in exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
errorCategory - Variable in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
errorCode - Variable in exception com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException
 
errorCode - Variable in exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
errorCode - Variable in exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
errorCode - Variable in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
errorCode - Variable in exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
ErrorInfo - Interface in com.sap.engine.interfaces.messaging.api
The ErrorInfo interface defines a container which carries error information for specific message implementations in a generic way.
errorSource - Variable in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
ExactlyOnce - Static variable in class com.sap.engine.interfaces.messaging.api.DeliverySemantics
Message is guaranteed to be delivered exactly once.
ExactlyOnceInOrder - Static variable in class com.sap.engine.interfaces.messaging.api.DeliverySemantics
Message is guaranteed to be delivered exactly once and the sequence of the message delivery is maintained.
execute(InputStream, OutputStream) - Method in interface com.sap.aii.mapping.api.StreamTransformation
Deprecated.
Is called from the rumtime after executing StreamTransformation.setParameter(java.util.Map).
execute(String) - Method in class com.sap.aii.mapping.lookup.DataBaseAccessor
Queries a data base by the given SQL statement.
execute(Payload, String, String, String) - Method in interface com.sap.aii.mapping.lookup.SystemAccessor.Internal
Executes a communication call for specific adapters and returns an adapter specific serializable object.
executeMapping(IFIdentifier, IFIdentifier, String) - Static method in class com.sap.aii.mapping.value.api.XIVMService
Returns one result value for the given value mapping.
executeMapping(IFRequest) - Static method in class com.sap.aii.mapping.value.api.XIVMService
Returns all value for the given value mapping.
executeMapping(String, String, String, String, String, String, String) - Static method in class com.sap.aii.mapping.value.api.XIVMService
For xslt; exceptions are not thrown and converted to returning null.
executeMapping(String, String, String, String, String) - Static method in class com.sap.aii.mapping.value.api.XIVMService
For xslt; exception are not thrown and converted to returning null.
executeMapping(IFRequest[]) - Static method in class com.sap.aii.mapping.value.api.XIVMService
Executes a mass request of value mappings.
exists(String) - Method in class com.sap.aii.mapping.api.OutputParameters
 

F

FATAL - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Indicates that a fatal (i.e.
flushAuditLogEntries(MessageKey) - Method in interface com.sap.engine.interfaces.messaging.api.auditlog.AuditAccess
This method is used to explicitly flush all AuditLogEntry objects stored in the memory audit store for a given MessagKey to the BC_MSG_AUDIT DB table.
FROM_PARTY - Static variable in class com.sap.aii.af.service.headermapping.HeaderMapper
 
FROM_SERVICE - Static variable in class com.sap.aii.af.service.headermapping.HeaderMapper
 

G

get(DynamicConfigurationKey) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns the value for the specified key.
get(String) - Method in class com.sap.aii.mapping.api.InputHeader
 
getAckTypes() - Static method in class com.sap.engine.interfaces.messaging.api.AckType
Returns an array of all known AckType constants.
getAction() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the Action in the service that shall process this message.
getActionName() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for ActionName (interface name in XI notation).
getActionNamespace() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for ActionNamespace (interface namespace in XI notation).
getAdapterNamespace() - Method in interface com.sap.aii.af.service.cpa.AttributeExtendedCPAObject
 
getAdapterRegistry() - Method in class com.sap.aii.af.service.administration.api.AdapterRegistryFactory
Obtains an instance of the AdapterRegistry interface.
getAdapterSWCV() - Method in interface com.sap.aii.af.service.cpa.AttributeExtendedCPAObject
 
getAdapterType() - Method in interface com.sap.aii.af.service.cpa.AttributeExtendedCPAObject
 
getAgency() - Method in interface com.sap.aii.mapping.value.api.IFIdentifier
Returns the agency of this identifier.
getAll() - Method in class com.sap.aii.mapping.api.InputHeader
Get a cloned map of all message properties.
getAllCachedCPAObjects() - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Returns all CPA cache objects.
getAllContentIds(boolean) - Method in interface com.sap.aii.mapping.api.InputAttachments
Get the content IDs of all attachments of the source message.
getAllCPAObjects(CPAObjectType<E>) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all CPAObjects of the given type, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getAllCPAObjectTypes() - Static method in class com.sap.aii.af.service.cpa.CPAObjectType
 
getAllDeliverySemantics() - Static method in class com.sap.engine.interfaces.messaging.api.DeliverySemantics
Returns an array of all known DeliverySemantics constants.
getAllKeyStoreViews() - Method in interface com.sap.aii.security.lib.KeyStoreManager
Return's all the KeyStore view's.
getAlternativePartyIdentifier(String, String, String) - Method in class com.sap.aii.af.service.cpa.NormalizationManager
Retrieves a specific alternative Party identifier for a given Agency, Schema and XI Party identifier, if available.
getAlternativePartyIdentifiers(String) - Method in class com.sap.aii.af.service.cpa.NormalizationManager
Retrieves the list of all available external alternative PartyIdentifier objects for a given XI Party identifier.
getAlternativeServiceIdentifier(String, String, String) - Method in class com.sap.aii.af.service.cpa.NormalizationManager
Retrieves a specific alternative Service identifier for a given Service Schema and XI Service/Party identifiers, if available.
getAlternativeServiceIdentifiers(String, String) - Method in class com.sap.aii.af.service.cpa.NormalizationManager
Retrieves the list of all available external alternative ServiceIdentifier objects for given XI Service identifiers.
getAttachment(String) - Method in interface com.sap.aii.mapping.api.InputAttachments
Returns the attachment with the given contentId, provided there exists an attachment with this contentId.
getAttachment(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns an attachment by name if the XML message protocol used for this message supports attachment names.
getAttachmentIterator() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns an iterator to iterate over the attachments.
getAttribute(String) - Method in interface com.sap.engine.interfaces.messaging.api.ErrorInfo
Returns the requested ErrorInfo attribute.
getAttribute(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
 
getAttributeNames() - Method in interface com.sap.aii.af.service.cpa.AttributeExtendedCPAObject
 
getAttributeNames() - Method in interface com.sap.engine.interfaces.messaging.api.Payload
 
getAttributes() - Method in interface com.sap.aii.af.service.cpa.AttributeExtendedCPAObject
 
getAuditAccess() - Method in interface com.sap.engine.interfaces.messaging.api.PublicAPIAccess
 
getAuditLogStatusList() - Static method in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
Returns an array of all known AuditLogStatus constants.
getBase64EncodedContent() - Method in interface com.sap.aii.mapping.api.Attachment
Return the actual content of the attachment as Base64-encoded String.
getBinaryPayload(InputStream) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a binary payload which can be used in SystemAccessor.call(Payload).
getBinding() - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the inbound Binding object for the message header fields, given in the constuctor.
getBinding(String, String, Direction, String, String, String, String, String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves the Binding object for the given key values, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getBindingByChannelId(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves the Binding object for the given channelId, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getBindingId() - Method in interface com.sap.aii.af.service.cpa.BindingUser
Getter for BindingId.
getBindings(String, String, Direction, String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves the Binding objects for the given key values, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getBindingUsersByBinding(Binding) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all BindingUser objects for the given Binding either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getBindingValue(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Binding attribute value for the given name as Object.
getBindingValueAsBinary(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Binding attribute value for the given name as BinaryData.
getBindingValueAsBoolean(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Binding attribute value for the given name as Boolean.
getBindingValueAsInt(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Binding attribute value for the given name as Integer.
getBindingValueAsLong(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Binding attribute value for the given name as Long.
getBindingValueAsString(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Binding attribute value for the given name as String.
getBindingValueAsTable(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Binding attribute value for the given name as TableData.
getCatalogName(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the table's catalog name for the designated column.
getCertificateChain(X509Certificate, KeyStore[]) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Return's all the java.security.cert.X509Certificate chain over the KeyStore array.
getChannel() - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel object for the given Binding.
getChannel() - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelStatus
Retrieves the CPA channel object associated with this channel runtime status.
getChannel() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the channel associated with the process context.
getChannel(String) - Method in class com.sap.aii.mapping.api.InputParameters
 
getChannel(String, String, String) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a channel object for a given party, communication component, and channel name which can be used in the methods LookupService.getSystemAccessor(Channel), LookupService.getDataBaseAccessor(Channel), and LookupService.getRfcAccessor(Channel).
getChannel(String, String) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a channel object without party for a given communication component and channel name which can be used in the method LookupService.getSystemAccessor(Channel), LookupService.getDataBaseAccessor(Channel), and LookupService.getRfcAccessor(Channel).
getChannelByChannelName(String, String, String, String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all Channel objects for a given adapter type (and namespace), either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getChannelID() - Method in interface com.sap.aii.af.lib.mp.module.ModuleContext
Returns the ID of the currently processed channel
getChannelId() - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
getChannelId() returns the XI channel ID for which a CCI connection was (is to be) requested.
getChannelID() - Method in exception com.sap.aii.af.service.administration.api.cpa.CPAChannelStoppedException
Determines the channel ID of the stopped channel.
getChannelId() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for ChannelId.
getChannelId() - Method in interface com.sap.aii.af.service.cpa.ModuleConfig
Getter for ChannelId.
getChannelId(String, String, String) - Method in class com.sap.aii.mapping.lookup.LookupService.Internal
Returns a channel Id in byte format for a given party, service, and channel name.
getChannelName() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for ChannelName.
getChannelObject(Binding) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
 
getChannelsByAdapterType(String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all Channel objects for a given adapter type (and namespace), either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getChannelStatus(Channel, Locale) - Method in interface com.sap.aii.af.service.administration.api.monitoring.ChannelStatusCallback
This method is invoked by the Adapter Framework to obtain detailed status information for a channel from an adapter.
getChannelValue(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel attribute value for the given name as Object.
getChannelValueAsBinary(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel attribute value for the given name as BinaryData.
getChannelValueAsBoolean(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel attribute value for the given name as Boolean.
getChannelValueAsInt(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel attribute value for the given name as Integer.
getChannelValueAsLong(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel attribute value for the given name as Long.
getChannelValueAsString(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel attribute value for the given name as String.
getChannelValueAsTable(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns the Channel attribute value for the given name as TableData.
getColumnClassName(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the fully qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnDisplaySize(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the designated column's normal maximum width in characters.
getColumnLabel(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the designated column's suggested title for use in printouts and displays.
getColumnNames() - Method in class com.sap.aii.af.service.cpa.TableData
Returns a list of all column names, defined for this table.
getColumnNames() - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns all column names.
getColumnType(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the given column's SQL type.
getColumnTypeName(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the designated column's database specific type name.
getContent() - Method in interface com.sap.aii.mapping.api.Attachment
Return the actual content of the attachment as byte array.
getContent() - Method in class com.sap.aii.mapping.lookup.BinaryPayload
 
getContent() - Method in class com.sap.aii.mapping.lookup.Payload
 
getContent() - Method in class com.sap.aii.mapping.lookup.TextPayload
Returns a reference to the InputStream that carries the content data.
getContent() - Method in class com.sap.aii.mapping.lookup.XmlPayload
Returns a reference to the InputStream that carries the content data.
getContent() - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Returns the content of this payload as a byte array.
getContentId() - Method in interface com.sap.aii.mapping.api.Attachment
Get the identifier of the attachment.
getContentType() - Method in interface com.sap.aii.mapping.api.Attachment
Get the type of the attachment.
getContentType() - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Returns the content type of the payload.
getContext() - Method in interface com.sap.aii.mapping.value.api.IFIdentifier
Returns the context of this identifier.
getContextData(String) - Method in interface com.sap.aii.af.lib.mp.module.ModuleContext
Returns a value of a module configuration parameter
getContextData(String, boolean) - Method in interface com.sap.aii.af.lib.mp.module.ModuleContext
Returns a value of a module configuration parameter and if fallback is true and the parameter cannot be found in the module configuration it is tried to read it from the channel configuration data.
getContextDataKeys() - Method in interface com.sap.aii.af.lib.mp.module.ModuleContext
Get all configuration parameter keys (names) of this channel
getConversationId() - Method in class com.sap.aii.mapping.api.InputHeader
The conversation id.
getCorrelationId() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the correlation ID that identifies a sequence messages, which semantically belong together.
getCPAObject(CPAObjectType<E>, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves a CPAObject by type and objectId, either from the memory cache, or from the database, dependent on the initialization of the CacheManager.
getData() - Method in class com.sap.aii.af.service.cpa.BinaryData
Returns the binary data as it is (either raw or Base64 encoded).
getDataBase64() - Method in class com.sap.aii.af.service.cpa.BinaryData
Returns the binary data in Base64 encoded form.
getDataBaseAccessor(Channel) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a database accessor for a given communication channel.
getDataRaw() - Method in class com.sap.aii.af.service.cpa.BinaryData
Returns the binary data in raw form.
getDBFlag() - Method in class com.sap.aii.af.service.cpa.Direction
Returns the String representation of the direction for storage in the database.
getDeliverySemantics() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the delivery semantics (QoS) of the message.
getDescription() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns a descriptive text for the message.
getDescription() - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Returns a description of the papyload.
getDirection() - Method in interface com.sap.aii.af.service.cpa.AttributeExtendedCPAObject
 
getDirection() - Method in class com.sap.engine.interfaces.messaging.api.MessageKey
 
getDirectionFromDBFlag(String) - Static method in class com.sap.aii.af.service.cpa.Direction
Returns the Direction instance for a given DB representation String.
getDocument() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the main document as XMLPayload.
getDynamicConfiguration() - Method in class com.sap.aii.mapping.api.TransformationInput
 
getEncoding() - Method in class com.sap.aii.mapping.lookup.TextPayload
 
getEncoding() - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Returns the encoding of the input stream you can get with getInputStream or the content you can get with getContent.
getEngineName() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for EngineName.
getEngineType() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for EngineType.
getEntityResolver() - Method in class com.sap.aii.mapping.api.AbstractHelper
An EntityResolver, which try to read the 'DTD' (Entity) from an imported archive with the given systemId.
getErrorCategory() - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
getErrorCode() - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
getErrorInfo() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the ErrorInfo container of the current message, if available.
getErrorSource() - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
getExecutionTimeout() - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
getExecutionTimeout() returns the timeout for synchronous interaction execution.
getFieldValue(String) - Method in class com.sap.aii.af.service.cpa.TableData.Row
Returns the cell content of the given column name.
getFromParty() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for FromParty.
getFromParty() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the Party object that represents the sender.
getFromPartyAgency() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for FromPartyAgency.
getFromPartySchema() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for FromPartySchema.
getFromService() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for FromService.
getFromService() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the Service object that represents the service that originally sent this message.
getFunctionName() - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
getFunctionName() retrieves the XI AF specific function name of the function that must be executed with this interaction.
getGlobalContainer() - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
 
getGroupedTargetValues() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns all target values groud by group.
getHeaderMappingConfig() - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAOutboundRuntimeLookupManager
Retrieves the HeaderMapping configuration from the Binding object.
getHeaderMappingConfig() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for HeaderMappingConfig.
getHelper() - Method in class com.sap.aii.mapping.api.AbstractTransformation
Return an AbstractHelper for this Java mapping program.
getIDMapExt(String) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Get ID Map Extended.
getInboundBinding() - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Same as calling CPAInboundRuntimeLookupManager#getInboundBinding(boolean); with parameter value ignore==false
getInboundBinding(boolean) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Depending on the CacheManager initialization, this method returns the Binding object as configured in the constructor, either from the memory cache, or directly from the database.
getInputAttachments() - Method in class com.sap.aii.mapping.api.TransformationInput
 
getInputAttachments() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
getInputHeader() - Method in class com.sap.aii.mapping.api.TransformationInput
 
getInputHeader() - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
 
getInputHeader() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
getInputParameters() - Method in class com.sap.aii.mapping.api.TransformationInput
 
getInputParameters() - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
 
getInputParameters() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
getInputPayload() - Method in class com.sap.aii.mapping.api.TransformationInput
 
getInputStream() - Method in class com.sap.aii.mapping.api.InputPayload
 
getInputStream() - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Returns an InputStream to the content of this payload.
getInstance() - Static method in class com.sap.aii.af.service.administration.api.AdapterRegistryFactory
Obtains an instance of this factory.
getInstance() - Static method in class com.sap.aii.af.service.administration.api.cpa.CPAFactory
Obtains an instance of this factory.
getInstance() - Static method in class com.sap.aii.af.service.administration.api.monitoring.ChannelStatusFactory
Retrieves an instance of this factory.
getInstance() - Static method in class com.sap.aii.af.service.administration.api.monitoring.MonitoringManagerFactory
Obtains an instance of this factory.
getInstance() - Static method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory
Obtains an instance of this ProcessContextFactory.
getInstance() - Static method in class com.sap.aii.af.service.cpa.NormalizationManager
The static getInstance() method (singleton pattern).
getInstance() - Static method in class com.sap.aii.af.service.cpa.PartyCallBackController
Get PartyCallBackController instance
getInstance() - Static method in class com.sap.aii.af.service.idmap.MessageIDMapper
Gets the singleton MessageIDMapper
getInstance() - Static method in class com.sap.aii.af.service.resource.SAPSecurityResources
Return's a SAPSecurityResources.
getInt(String) - Method in class com.sap.aii.mapping.api.InputParameters
 
getInteractionVerb() - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
getInteractionVerb() gets the JCA CCI interaction verb valid for this interaction.
getInterface() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the interface associated with the process context.
getInterface() - Method in class com.sap.aii.mapping.api.InputHeader
The name of the sender interface.
getInterfaceNamespace() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the interface namespace associated with the process context.
getInterfaceNamespace() - Method in class com.sap.aii.mapping.api.InputHeader
The namespace of the sender interface.
getInterfaceVersion() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for InterfaceVersion.
getISsfPab(KeyStore[]) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Return's an ISsfPab for the KeyStore array.
getISsfProfile(KeyStore, String, String) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Return's an ISsfProfile for the KeyStore and alias.
getKeys() - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns an iterator over all keys of this DynamicConfiguration.
getKeys(String) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns an iterator over the keys with the specified namespace.
getKeyStore(String) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Return's the KeyStore for the KeyStore view.
getKeyStoreAliases(KeyStore) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Return's all the alias's of the java.security.KeyStore.
getKeyStoreManager(PermissionMode) - Method in class com.sap.aii.af.service.resource.SAPSecurityResources
Central class for KeyStore management.
getKeyStoreManager(PermissionMode, String[]) - Method in class com.sap.aii.af.service.resource.SAPSecurityResources
Central class for KeyStore management.
getKeyStores(String[]) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Return's the KeyStore's for the KeyStore view's.
getLookupManager() - Method in class com.sap.aii.af.service.administration.api.cpa.CPAFactory
Obtains an instance of the CPALookupManager interface.
getMainPayload() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the main payload.
getMappedActionName() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for MappedActionName.
getMappedActionNamespace() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for MappedActionNamespace.
getMappedHeader(Message, Binding) - Static method in class com.sap.aii.af.service.headermapping.HeaderMapper
Returns a Map of key-value-pairs where each key is one of the constants FROM_PARTY, FROM_SERVICE, TO_PARTY, TO_SERVICE and the value is the one to which the respective header field should be mapped If the Map is empty no mapping is required.
getMappedId(String) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Retrieves a message id from the mapped message ids.
getMappedKey(MessageKey) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Retrieves a message key from the mapped message keys.
getMappingClassName() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for MappingClassName.
getMappingId() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for MappingId.
getMessage() - Method in exception com.sap.aii.af.service.administration.api.cpa.CPAChannelStoppedException
 
getMessage() - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelStatus
Retrieves a description of this runtime status.
getMessageClass() - Method in class com.sap.aii.mapping.api.InputHeader
The direction of the message.
getMessageClass() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the message class of this message.
getMessageClasses() - Static method in class com.sap.engine.interfaces.messaging.api.MessageClass
Returns an array of all known MessageClass constants.
getMessageDirection() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the direction of the message.
getMessageDirections() - Static method in class com.sap.engine.interfaces.messaging.api.MessageDirection
Returns an array of all known MessageDirection constants.
getMessageId() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the message ID associated with the process context.
getMessageId() - Method in class com.sap.aii.mapping.api.InputHeader
The message id.
getMessageId() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the unique message ID.
getMessageId() - Method in class com.sap.engine.interfaces.messaging.api.MessageKey
 
getMessageInErrorId() - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Returns the message ID of the message that this exception is referring to.
getMessageInErrorKey() - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Returns the message ID of the message that this exception is referring to.
getMessageKey() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the MessageKey.
getMessageKeyFromMessageKeyString(String) - Static method in class com.sap.engine.interfaces.messaging.api.MessageKey
 
getMessageProperty(String, String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Deprecated.
Use getMessageProperty(MessagePropertyKey), instead.
getMessageProperty(MessagePropertyKey) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the value of an additional message property, in case that such an value exists.
getMessagePropertyKeys() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns all keys of existing additional message property, which can be used to retrieve the corresponding values.
getMetaData() - Method in interface com.sap.aii.mapping.lookup.DataBaseResult
Returns the metadata describing the columns of the database result.
getModuleConfigByChannelId(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all ModuleConfig objects for the given XI channelId, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getModuleConfigByNamespace(String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all ModuleConfig objects for the given XI channelId and module namespace, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getModuleNamespace() - Method in interface com.sap.aii.af.service.cpa.ModuleConfig
Getter for ModuleNamespace.
getModuleProcessor(boolean) - Static method in class com.sap.aii.af.lib.mp.processor.ModuleProcessorFactory
This static factory method retrieves the ModuleProcessorImpl class from the XI AF It tries to access the ModuleProcessor ejb once and throws an error if it is not started yet immediately
getModuleProcessor(boolean, int, int) - Static method in class com.sap.aii.af.lib.mp.processor.ModuleProcessorFactory
This static factory method retrieves the ModuleProcessorImpl class from the XI AF It tries to access the ModuleProcessor ejb numRetries times and waits waitTime milliseconds between each try.
getModuleSequenceByChannelId(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all ModuleSequence objects for the given XI channelId, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getMonitoringManager() - Method in class com.sap.aii.af.service.administration.api.monitoring.MonitoringManagerFactory
Obtains an instance of the MonitoringManager interface.
getMsgProt() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for MsgProt.
getMsgProtVers() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for MsgProtVers.
getName() - Method in class com.sap.aii.mapping.api.DynamicConfigurationKey
Returns the name.
getName() - Method in class com.sap.engine.interfaces.messaging.api.Action
Returns the name of the Action.
getName() - Method in class com.sap.engine.interfaces.messaging.api.Party
Returns the name of the Party.
getName() - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Returns the logical name of this payload.
getName() - Method in class com.sap.engine.interfaces.messaging.api.Service
Returns the name of the Service.
getNamespace() - Method in class com.sap.aii.mapping.api.DynamicConfigurationKey
Returns the namespace.
getNativeMessagePayload(String) - Method in interface com.sap.aii.af.service.administration.api.monitoring.NativePayloadAccessCallback
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.
getNativePayloadFileName(String) - Method in interface com.sap.aii.af.service.administration.api.monitoring.NativePayloadAccessCallback
This callback method,getNativePayloadFileName notifies the NativePayloadDisplayCallback implementation to return the name of the file under which the native payload was stored.
getNestedException() - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Returns the nested exception that is wrapped in this exception.
getObjectId() - Method in interface com.sap.aii.af.service.cpa.CPAObject
 
getObjectName() - Method in interface com.sap.aii.af.service.cpa.CPAObject
 
getObjectType() - Method in interface com.sap.aii.af.service.cpa.CPAObject
 
getOutboundBinding() - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Same as calling CPAInboundRuntimeLookupManager#getOutboundBinding(boolean); with parameter value ignore==false
getOutboundBinding(boolean) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Depending on the CacheManager initialization, this method returns the Binding object as configured in the constructor, either from the memory cache, or directly from the database.
getOutputAttachments() - Method in class com.sap.aii.mapping.api.TransformationOutput
Get the handler for output attachments.
getOutputAttachments() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
getOutputHeader() - Method in class com.sap.aii.mapping.api.TransformationOutput
 
getOutputHeader() - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
 
getOutputHeader() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
getOutputParameters() - Method in class com.sap.aii.mapping.api.TransformationOutput
 
getOutputParameters() - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
 
getOutputParameters() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
getOutputPayload() - Method in class com.sap.aii.mapping.api.TransformationOutput
 
getOutputStream() - Method in class com.sap.aii.mapping.api.OutputPayload
 
getParameter(String) - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
Returns the parameter that was saved under the given name in this user-specific function by using Container.setParameter(String, Object) method.
getParameter(String) - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
Returns the object that was saved under the given name in the global container by using the setParameter method.
getParameterName() - Method in interface com.sap.aii.af.service.cpa.ModuleConfig
Getter for ParameterName.
getParameterName() - Method in exception com.sap.aii.mapping.api.UndefinedParameterException
 
getParameterName() - Method in exception com.sap.aii.mapping.api.WrongParameterTypeException
 
getParameters() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
Deprecated.
use getInputParameters() instead
getParameterValue() - Method in interface com.sap.aii.af.service.cpa.ModuleConfig
Getter for ParameterValue.
getParamSet() - Static method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory
Creates a parameter set for use with this factory.
getParty() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for Party.
getParty() - Method in interface com.sap.aii.af.service.cpa.Party
Getter for Party.
getParty() - Method in interface com.sap.aii.af.service.cpa.PartyIdentifier
Returns the XI internal party name.
getParty() - Method in interface com.sap.aii.af.service.cpa.Service
Getter for Party.
getParty() - Method in interface com.sap.aii.af.service.cpa.ServiceIdentifier
Returns the XI internal party name.
getParty() - Method in interface com.sap.aii.af.service.cpa.ServiceUser
Getter for Party.
getPartyAgency() - Method in interface com.sap.aii.af.service.cpa.PartyIdentifier
Returns the party agency value for the XI external alternative party identifier.
getPartyIdentifier() - Method in interface com.sap.aii.af.service.cpa.PartyIdentifier
Returns the XI external alternative party identifier.
getPartyIdentifiersByParty(Party) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all PartyIdentifier objects for the given XI Party object, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getPartySchema() - Method in interface com.sap.aii.af.service.cpa.PartyIdentifier
Returns the party schema value for the XI external alternative party identifier.
getPassword() - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
getPassword() returns the credential (password) used by the principal that requests (has requested) the corresponding CCI connection.
getPMIAccess() - Method in interface com.sap.engine.interfaces.messaging.api.PublicAPIAccess
 
getPrecision(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the designated column's number of decimal digits.
getPrincipalData() - Method in class com.sap.aii.af.lib.mp.module.ModuleData
Retrieves the current principle data, usually the message
getProcessingMode() - Method in class com.sap.aii.mapping.api.InputHeader
The processing mode of the message: synchronous or asynchronous.
getProcessingModes() - Static method in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
Returns an array of all known ProcessingMode constants.
getPropertyName() - Method in class com.sap.engine.interfaces.messaging.api.MessagePropertyKey
 
getPropertyNamespace() - Method in class com.sap.engine.interfaces.messaging.api.MessagePropertyKey
 
getProtocol() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the protocol of this message (i.e. message format)
getPublicAPIAccess() - Static method in class com.sap.engine.interfaces.messaging.api.PublicAPIAccessFactory
This static factory method retrieves the APIAccessImpl class from the Messaging System Service from JNDI.
getReader() - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Returns a Reader to the content of this payload.
getReceiverInterface() - Method in class com.sap.aii.mapping.api.InputHeader
The name of the sender interface.
getReceiverInterfaceNamespace() - Method in class com.sap.aii.mapping.api.InputHeader
The namespace of the sender interface.
getReceiverParty() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the receiver party ('to' party) associated with the process context.
getReceiverParty() - Method in class com.sap.aii.mapping.api.InputHeader
The name of the receiver party.
getReceiverPartyAgency() - Method in class com.sap.aii.mapping.api.InputHeader
The agency of the receiver party.
getReceiverPartyScheme() - Method in class com.sap.aii.mapping.api.InputHeader
The scheme of the receiver party.
getReceiverService() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the receiver service ('to' service) associated with the process context.
getReceiverService() - Method in class com.sap.aii.mapping.api.InputHeader
The receiver service.
getRefToMessageId() - Method in class com.sap.aii.mapping.api.InputHeader
The ID of the referred message.
getRefToMessageId() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the ID of the message that this message refers to (or is in response to).
getResourceAsStream(String) - Method in class com.sap.aii.mapping.api.AbstractHelper
Reads the resouce with resourcename from an imported archive.
getRfcAccessor(Channel) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a RFC accessor for a given communication channel.
getRightType() - Method in exception com.sap.aii.mapping.api.WrongParameterTypeException
 
getRootCause() - Method in exception com.sap.aii.mapping.api.StreamTransformationException
 
getRootCause() - Method in exception com.sap.aii.mapping.api.StreamTransformationRuntimeException
 
getRootCause() - Method in exception com.sap.aii.mapping.value.api.ValueMappingException
Returns the rootcause for this exception.
getRow(int) - Method in class com.sap.aii.af.service.cpa.TableData
Returns a Row by index.
getRowCount() - Method in class com.sap.aii.af.service.cpa.TableData
Returns the amount of currently stored rows in this table.
getRows(String, String) - Method in class com.sap.aii.af.service.cpa.TableData
Returns all Rows, where the specified column name contains a given value.
getRows() - Method in interface com.sap.aii.mapping.lookup.DataBaseResult
Returns an iterator of the result set.
getScale(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the designated column's number of decimal places.
getSchema() - Method in interface com.sap.engine.interfaces.messaging.api.XMLPayload
Returns XML document schema URL.
getSchemaName(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the designated column's table's schema.
getScheme() - Method in interface com.sap.aii.mapping.value.api.IFIdentifier
Returns the scheme of this identifier.
getSenderInterface() - Method in class com.sap.aii.mapping.api.InputHeader
The name of the sender interface.
getSenderInterfaceNamespace() - Method in class com.sap.aii.mapping.api.InputHeader
The namespace of the sender interface.
getSenderParty() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the sender party ('from' party) associated with the process context.
getSenderParty() - Method in class com.sap.aii.mapping.api.InputHeader
The sender party.
getSenderPartyScheme() - Method in class com.sap.aii.mapping.api.InputHeader
The scheme of the sender party.
getSenderParytAgency() - Method in class com.sap.aii.mapping.api.InputHeader
The agency of the sender party.
getSenderService() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Obtains the sender service ('from' service) associated with the process context.
getSenderService() - Method in class com.sap.aii.mapping.api.InputHeader
The sender service.
getSequenceId() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the ID that identifies the sequence of an EOIO message exchange.
getSerializationContext() - Method in interface com.sap.engine.interfaces.messaging.api.Message
This method returns the message protocol specific serialization context value, for this message.
getService() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for Service.
getService() - Method in interface com.sap.aii.af.service.cpa.Service
Getter for Service.
getService() - Method in interface com.sap.aii.af.service.cpa.ServiceIdentifier
Returns the XI internal service name.
getService() - Method in interface com.sap.aii.af.service.cpa.ServiceUser
Getter for Service.
getServiceByPartyService(String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves the Service object for the given XI Party name and Service name, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getServiceIdentifier() - Method in interface com.sap.aii.af.service.cpa.ServiceIdentifier
Returns the alternative external service identifier for the external schema, which can be get with the getServiceSchema method.
getServiceIdentifiersByService(Service) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all ServiceIdentifier objects for the given XI Service object, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getServiceSchema() - Method in interface com.sap.aii.af.service.cpa.ServiceIdentifier
Returns the schema for the alternative external service identifier (e.g.
getServiceType() - Method in interface com.sap.aii.af.service.cpa.Service
Getter for ServiceType.
getServiceUser() - Method in interface com.sap.aii.af.service.cpa.ServiceUser
Getter for ServiceUser.
getServiceUserByPartyService(String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all ServiceUser objects for the given Party and Service names, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getServiceUserByService(Service) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Retrieves all ServiceUser objects for the given Service object, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
getSingleTargetValue() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns one target value of this response.
getSourceIdentifier() - Method in interface com.sap.aii.mapping.value.api.IFRequest
Returns the source identifier of this request.
getSourceIdentifier() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns the request identifier for this result.
getSourceValue() - Method in interface com.sap.aii.mapping.value.api.IFRequest
Returns the source value of this request.
getSourceValue() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns the source value for this request.
getState() - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelStatus
Determines the state associated with this runtime status.
getString(String) - Method in class com.sap.aii.mapping.api.InputParameters
 
getStringRepresentation() - Method in interface com.sap.aii.af.service.cpa.CPAObject
Creates a detailed String representation of the complete CPAObject.
getSupplementalData(String) - Method in class com.sap.aii.af.lib.mp.module.ModuleData
Gets one supplement data value.
getSupplementalDataNames() - Method in class com.sap.aii.af.lib.mp.module.ModuleData
Returns the names of all currently existing supplement data.
getSupportedAttributeNames() - Method in interface com.sap.engine.interfaces.messaging.api.ErrorInfo
This method can be overwritten by the protocol specific ErrorInfo container implementations to specify, which attribute names are known by the setAttribute method.
getSystemAccessor(Channel) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a generic system accessor instance for a given communication channel.
getSystemAccessor(Channel) - Method in class com.sap.aii.mapping.lookup.LookupService.Internal
Returns an internal system accessor instance.
getTableName() - Method in class com.sap.aii.af.service.cpa.TableData
Returns the name of the table.
getTableName(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Returns the designated column's table name.
getTargetIdentifier() - Method in interface com.sap.aii.mapping.value.api.IFRequest
Returns the target identifier of this request.
getTargetIdentifier() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns the target identifier of this result.
getTargetValues() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Returns all target values of this result.
getText() - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Returns the content as String.
getTextPayload(InputStream, String) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a text payload which can be used in SystemAccessor.call(Payload).
getTimeReceived() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the time when the message was received.
getTimeSent() - Method in class com.sap.aii.mapping.api.InputHeader
The time the message has been sent.
getTimeSent() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the time when the message was sent.
getToParty() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for ToParty.
getToParty() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the Party object that represents the receiver.
getToPartyAgency() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for ToPartyAgency.
getToPartySchema() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for ToPartySchema.
getToService() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for ToService.
getToService() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns the Service object that represents the service that will ultimately process this message.
getTrace() - Method in class com.sap.aii.mapping.api.AbstractHelper
 
getTrace() - Method in class com.sap.aii.mapping.api.AbstractTransformation
the the method returns null before the method setHelper is called. during the mapping runtime this is executed: calling constructor(); calling setHelper(...); calling transform(
getTrace() - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
 
getTrace() - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
 
getTransactionManager() - Method in interface com.sap.aii.af.service.resource.SAPAdapterResources
Retrieves an instance of the SAP Transaction Manager to be used by resource adapters instead of JTA.
getTransformationParameters() - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
Deprecated.
use getInputParameters() instead
getTransProt() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for TransProt.
getTransProtVers() - Method in interface com.sap.aii.af.service.cpa.Channel
Getter for TransProtVers.
getType() - Method in class com.sap.engine.interfaces.messaging.api.Action
Returns the type of the Action.
getType() - Method in class com.sap.engine.interfaces.messaging.api.Party
Returns the type of the Party.
getType() - Method in class com.sap.engine.interfaces.messaging.api.Service
Returns the type of the Service.
getUserName() - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
getUserName() returns the principal (user name) that requests (has requested) the corresponding CCI connection.
getUserName() - Method in interface com.sap.aii.af.service.cpa.BindingUser
Getter for UserName.
getValidationMode() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for ValidationMode.
getValue(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as Object).
getValue(String) - Method in class com.sap.aii.mapping.api.InputParameters
 
getValueAsBinary(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as Binary data).
getValueAsBoolean(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as boolean).
getValueAsDate(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as Datea).
getValueAsInt(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as int).
getValueAsIntObject(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as int).
getValueAsLong(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as long).
getValueAsLongObject(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as long).
getValueAsString(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as String).
getValueAsTable(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as Table data).
getValueAsTimestamp(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Returns a specific value field's data, identified by the given name (as Timestamp).
getVersion() - Method in interface com.sap.engine.interfaces.messaging.api.XMLPayload
Returns the version of this payload.
getVersionMajor() - Method in class com.sap.aii.mapping.api.InputHeader
 
getVersionMinor() - Method in class com.sap.aii.mapping.api.InputHeader
 
getVirusScanMode() - Method in interface com.sap.aii.af.service.cpa.Binding
Getter for the VirusScanMode.
getWrongType() - Method in exception com.sap.aii.mapping.api.WrongParameterTypeException
 
getXIConnectionSpec() - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionFactory
getConnectionSpec() returns a NetWeaver XI CCI connection spec that can be used to allocate JCA CCI connections.
getXIInteractionSpec() - Method in interface com.sap.aii.af.lib.ra.cci.XIInteraction
getXIInteractionSpec() returns a NetWeaver specific XI CCI interaction spec that can be used to execute JCA CCI interactions.
getXIMessage() - Method in interface com.sap.aii.af.lib.ra.cci.XIMessageRecord
Retrieve a reference to the XI message object to avoid copy operations (XI AF specific)
getXIParty(String, String, String) - Method in class com.sap.aii.af.service.cpa.NormalizationManager
Retrieves an XI Party object, based on some given alternative party agency and schema (like e.g.
getXIRecordFactory() - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionFactory
getRecordFactory returns a NetWeaver XI specific record factory that allows to construct NetWeaver specific CCI custom records such as the XIMessageRecord.
getXIService(String, String) - Method in class com.sap.aii.af.service.cpa.NormalizationManager
This method can only be used, if the external alternative identifiers are unique in respect to the XI internal Party and Service combinations (mapping 2-level addressing information to 1-level addressing).
getXIService(String, String, String) - Method in class com.sap.aii.af.service.cpa.NormalizationManager
Retrieves an XI Service object, based on some given alternative service schema and service identifier for a given XI Party identifier.
getXmlPayload(InputStream) - Static method in class com.sap.aii.mapping.lookup.LookupService
Returns a xml payload which can be used in SystemAccessor.call(Payload)or RfcAccessor.call(XmlPayload)
GlobalContainer - Interface in com.sap.aii.mappingtool.tf7.rt
An instance of this class enables you to cache the values that you want to read again when you next call any user-defined function in the same message mapping.
grantedPermissionSet - Static variable in class com.sap.aii.af.service.resource.SAPSecurityResources
 

H

hashCode() - Method in class com.sap.aii.af.service.cpa.CPAObjectType
 
hashCode() - Method in class com.sap.aii.af.service.cpa.Direction
 
hashCode() - Method in interface com.sap.aii.mapping.api.Attachment
Uses the content IDs hashCode.
hashCode() - Method in class com.sap.aii.mapping.lookup.Channel
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.Action
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.MessageDirection
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.MessageKey
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.MessagePropertyKey
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.Party
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
hashCode() - Method in class com.sap.engine.interfaces.messaging.api.Service
 
hasTargetValues() - Method in interface com.sap.aii.mapping.value.api.IFResponse
Return if this result has at least one target value.
HeaderMapper - Class in com.sap.aii.af.service.headermapping
Service for message header mapping within adapter framework
HeaderMapper() - Constructor for class com.sap.aii.af.service.headermapping.HeaderMapper
 
HeaderMappingException - Exception in com.sap.aii.af.service.headermapping
 
HeaderMappingException(String) - Constructor for exception com.sap.aii.af.service.headermapping.HeaderMappingException
 

I

IFIdentifier - Interface in com.sap.aii.mapping.value.api
Represents one identifier with mapping context, agency and identification scheme.
IFRequest - Interface in com.sap.aii.mapping.value.api
Represents one value mapping request consisting of the source identifier, target identifer and source value.
IFResponse - Interface in com.sap.aii.mapping.value.api
Value mapping result that can consist of several groups of source identifier, source value, target identifier and target value.
INACTIVE - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Indicates that an adapter channel is inactive.
INBOUND - Static variable in class com.sap.aii.af.service.cpa.Direction
 
INBOUND - Static variable in class com.sap.engine.interfaces.messaging.api.MessageDirection
 
incrementDuplicateCount(String) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Increments the duplicate count for message id MSG_ID1
incrementDuplicateCount(String, boolean) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Increments the duplicate count for message id MSG_ID1
INPUT_ATTACHMENTS - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Use this constant to get access to the input attachment handler.
InputAttachments - Interface in com.sap.aii.mapping.api
Contains methods to read the attachments of the XI message in the mapping.
InputHeader - Class in com.sap.aii.mapping.api
Access to fields of the message header.
InputHeader() - Constructor for class com.sap.aii.mapping.api.InputHeader
 
InputParameters - Class in com.sap.aii.mapping.api
Access to input parmeter of the mapping.
InputParameters() - Constructor for class com.sap.aii.mapping.api.InputParameters
 
InputPayload - Class in com.sap.aii.mapping.api
Access to input payload of the mapping.
InputPayload() - Constructor for class com.sap.aii.mapping.api.InputPayload
 
INTERFACE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Sender interface name.
interface_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
INTERFACE_NAMESPACE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Sender interface namespace.
interfaceName(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Sets the interface name of this parameter set.
interfaceNamespace(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns an interface namespace to this parameter set.
interfaceNamespace_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
Internal() - Constructor for class com.sap.aii.mapping.lookup.LookupService.Internal
 
InvalidParamException - Exception in com.sap.engine.interfaces.messaging.api.exception
The InvalidParamException is thrown if a parameter that has been provided is invalid or not supported.
InvalidParamException(String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
InvalidParamException(Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
InvalidParamException(Message, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
InvalidParamException(MessageKey, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
InvalidParamException(Message, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
InvalidParamException(MessageKey, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
InvalidParamException(String, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.InvalidParamException
 
invokeAdapterInboundAgent(MessageKey, String, ProcessingMode, String, String, String) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the AdapterInboundAgent.
invokeAdapterOutboundAgent(MessageKey, String, ProcessingMode, String) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the AdapterOutboundAgent.
invokeAFStatusAgent(MessageKey, String, String, String, String) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the AdapterFrameworkStatusAgent.
invokeAFStatusAgent(MessageKey, String, String, String, String, String, String, String, String, String, String, String, String[], String[]) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the AdapterFrameworkStatusAgent with additional message header key field data and additional error parameters (requested for ISpeak Adapters).
invokeChannelDeterminationAgent(MessageKey, String, String, String) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the ChannelDeterminationAgent.
invokeCPALookupAgent(MessageKey, String, String, String, String, String, String) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the CPALookupAgent.
invokeIDMappingAgent(MessageKey, MessageKey) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the IDMappingAgent.
invokeXIRAInboundAgent(MessageKey) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the XIRAInboundAgent.
invokeXIRAOutboundAgent(MessageKey) - Method in interface com.sap.engine.interfaces.messaging.api.pmi.PMIAccess
Invokes the XIRAOutboundAgent.
isAck() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns if the current message is an acknowledgement message.
isAck(AckType) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns if the current message is an acknowledgement message of the specified type.
isAckRequested() - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns if for the current message an acknowledgement message is requested.
isAckRequested(AckType) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Returns if for the current message an acknowledgement message of the specified type is requested.
isAutoIncrement(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isBase64Encoded() - Method in class com.sap.aii.af.service.cpa.BinaryData
Returns if the binary data is Base64 encoded, or not.
isBindingValuePassword(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns if a given Binding attribute value is a password field, or not.
isCaseSensitive(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether a column's case matters.
isCertificateEntry(KeyStore, String) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
isChannelValuePassword(String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPAInboundRuntimeLookupManager
Returns if a given Channel attribute value is a password field, or not.
isCurrency(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether the designated column is a cash value.
isDefinitelyWritable(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether a write on the designated column will definitely succeed.
isInput() - Method in exception com.sap.aii.mapping.api.UndefinedParameterException
 
isInput() - Method in exception com.sap.aii.mapping.api.WrongParameterTypeException
 
isKeyEntry(KeyStore, String) - Method in interface com.sap.aii.security.lib.KeyStoreManager
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
isLogging() - Method in class com.sap.aii.mapping.api.AbstractTrace
Returns if the trace logs the message or not.
isNullable(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates the nullability of values in the designated column.
isPassword(String) - Method in interface com.sap.aii.af.service.cpa.CPAObject
Checks if the given field is a password.
isReadOnly(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether the designated column is definitely not writable.
isSearchable(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether the designated column can be used in a where clause.
isSigned(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether values in the designated column are signed numbers.
isThirdParty() - Method in interface com.sap.aii.af.service.cpa.Service
Getter for the 3rd Party flag.
isWritable(String) - Method in interface com.sap.aii.mapping.lookup.DataBaseResultMetaData
Indicates whether it is possible for a write on the designated column to succeed.

J

JNDI_LOOKUP_NAME_KEYSTORE_SERVICE - Static variable in class com.sap.aii.security.lib.Constants
JNDI Lookup name for the KeyStore service: "keystore".
JNDI_LOOKUP_NAME_SECURITY_INTERFACE - Static variable in class com.sap.aii.security.lib.Constants
JNDI Lookup name for the XI Security-Interface: "com.sap.aii.sec.svc".
JNDI_LOOKUP_NAME_SECURITY_SERVICE - Static variable in class com.sap.aii.security.lib.Constants
JNDI Lookup name for the XI Security-Service: "com.sap.aii.sec.svc".
JNDI_NAME - Static variable in interface com.sap.engine.interfaces.messaging.api.PublicAPIAccess
 

K

KEYSTORE - Static variable in class com.sap.aii.security.lib.PermissionMode
Run's the KeyStoreManager with NO additional permission's.
KeyStoreManager - Interface in com.sap.aii.security.lib
Central interface for KeyStore management.

L

LocalizationCallback - Interface in com.sap.aii.af.service.administration.api.i18n
An adapter callback used to localize string resources at runtime.
LocalizationNotPossibleException - Exception in com.sap.aii.af.service.administration.api.i18n
An exception thrown by a LocalizationCallback implementation to indicate that the localization of a string failed.
LocalizationNotPossibleException() - Constructor for exception com.sap.aii.af.service.administration.api.i18n.LocalizationNotPossibleException
Constructs a new LocalizationNotPossibleException exception without an explicit cause and message.
LocalizationNotPossibleException(String) - Constructor for exception com.sap.aii.af.service.administration.api.i18n.LocalizationNotPossibleException
Constructs a new LocalizationNotPossibleException exception with a given message.
LocalizationNotPossibleException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.i18n.LocalizationNotPossibleException
Constructs a new LocalizationNotPossibleException exception with a given cause and message.
localizeString(String, Locale) - Method in interface com.sap.aii.af.service.administration.api.i18n.LocalizationCallback
Requests an adapter to localize a given string into a target locale.
localizeString(String, Locale) - Method in class com.sap.aii.af.service.administration.api.i18n.ResourceBundleLocalizationCallback
 
LookupException - Exception in com.sap.aii.mapping.lookup
Exception thrown by the lookup accessors or lookup service.
LookupException() - Constructor for exception com.sap.aii.mapping.lookup.LookupException
Constructs a new exception with null as its detail message.
LookupException(String, boolean) - Constructor for exception com.sap.aii.mapping.lookup.LookupException
Constructs a new exception with the specified detail message and the specified recoverable attribute value.
LookupException(String, Throwable, boolean) - Constructor for exception com.sap.aii.mapping.lookup.LookupException
Constructs a new exception with the specified detail message, cause, and the specified recoverable attribute value.
LookupException(Throwable, boolean) - Constructor for exception com.sap.aii.mapping.lookup.LookupException
Constructs a new exception with the specified recoverable attribute value, the specified cause and a detail message of (cause==null ?
LookupService - Class in com.sap.aii.mapping.lookup
You can get a generic system accessor (SystemAccessor).
LookupService.Internal - Class in com.sap.aii.mapping.lookup
Internal Service.

M

MAPPING_TRACE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The trace object MappingTrace.
MappingTrace - Interface in com.sap.aii.mapping.api
A mapping can use an instance of MappingTrace to add messages to the trace.
message(Message) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Extracts the process context information from a given message.
Message - Interface in com.sap.engine.interfaces.messaging.api
A Message is what an application sends or receives when interacting with the Messaging System.
MESSAGE_CLASS - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Classification of message (direction of the message).
MESSAGE_ID - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The message ID.
MessageClass - Class in com.sap.engine.interfaces.messaging.api
 
MessageDirection - Class in com.sap.engine.interfaces.messaging.api
 
MessageDirection(String) - Constructor for class com.sap.engine.interfaces.messaging.api.MessageDirection
 
MessageFactory - Interface in com.sap.engine.interfaces.messaging.api
The MessageFactory interface follows the typical factory design pattern and allows applications to create empty message containers.
MessageFormatException - Exception in com.sap.engine.interfaces.messaging.api.exception
The MessageFormatException is thrown if the format of the message is invalid.
MessageFormatException(String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
MessageFormatException(Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
MessageFormatException(Message, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
MessageFormatException(MessageKey, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
MessageFormatException(Message, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
MessageFormatException(MessageKey, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
MessageFormatException(String, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
 
messageId(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a message ID to this parameter set.
messageId_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
MessageIDMapper - Class in com.sap.aii.af.service.idmap
MessageIDMapper is a singleton that allows applications to create id mappings in a transactional manner.
messageInError - Variable in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
messageInErrorKey - Variable in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
MessageKey - Class in com.sap.engine.interfaces.messaging.api
The MessageKey consists of a message Id string and the MessageDirection typesafe enumeration class.
MessageKey(String, MessageDirection) - Constructor for class com.sap.engine.interfaces.messaging.api.MessageKey
The default constructor.
MessagePropertyKey - Class in com.sap.engine.interfaces.messaging.api
Defines a key object for MessageProperties, consisting of the propertyName and propertyNamespace String values.
MessagePropertyKey(String, String) - Constructor for class com.sap.engine.interfaces.messaging.api.MessagePropertyKey
 
MessagingException - Exception in com.sap.engine.interfaces.messaging.api.exception
The MessagingException is the root exception of the Messaging API.
MessagingException(String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException with an error text.
MessagingException(Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException wrapping a nested exception.
MessagingException(String, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException wrapping a nested exception.
MessagingException(Message, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException with a reference to the message in error and an error text.
MessagingException(Message, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException with a reference to the message in error and wrapping a nested exception.
MessagingException(MessageKey, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException with a message key of the message in error and an error text.
MessagingException(MessageKey, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException with a message key of the message in error and wrapping a nested exception.
MessagingException(Throwable) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException with a throwable cause.
MessagingException(String, Throwable) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
Constructs a MessagingException with a message and a throwable cause.
Module - Interface in com.sap.aii.af.lib.mp.module
A XI AF module implements a usually stateless message processing step such as static conversions, user exits, specific enrichments of message data, etc.
MODULE_CONFIG - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
MODULE_TYPE_CLASS - Static variable in interface com.sap.aii.af.lib.mp.module.Module
indicates a module that is a class.
MODULE_TYPE_LOCALBEAN - Static variable in interface com.sap.aii.af.lib.mp.module.Module
indicates a module that is a local bean.
MODULE_TYPE_REMOTEBEAN - Static variable in interface com.sap.aii.af.lib.mp.module.Module
indicates a module that is a remote bean.
ModuleConfig - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
ModuleContext - Interface in com.sap.aii.af.lib.mp.module
ModuleContext carries the context information which might be used by an XI AF module to access the current channel ID, module configuration data ot its namespaced.
ModuleData - Class in com.sap.aii.af.lib.mp.module
ModuleDate is the container which carries the module input data and module output data.
ModuleData() - Constructor for class com.sap.aii.af.lib.mp.module.ModuleData
 
ModuleException - Exception in com.sap.aii.af.lib.mp.module
ModuleException must be thrown by modules in case of error conditions.
ModuleException() - Constructor for exception com.sap.aii.af.lib.mp.module.ModuleException
Simple constructor without cause (no retry)
ModuleException(String) - Constructor for exception com.sap.aii.af.lib.mp.module.ModuleException
Constructor with exception text but without cause (no retry)
ModuleException(String, Throwable) - Constructor for exception com.sap.aii.af.lib.mp.module.ModuleException
Constructor with exception text and cause (retry if cause is a MessagingException)
ModuleException(Throwable) - Constructor for exception com.sap.aii.af.lib.mp.module.ModuleException
Constructor without exception text but with cause (retry if cause is a MessagingException)
moduleLogs - Variable in class com.sap.aii.af.lib.mp.module.ModuleData
 
ModuleProcessor - Interface in com.sap.aii.af.lib.mp.processor
The XI AF module processor controls the process flow among the XI AF modules.
ModuleProcessorException - Exception in com.sap.aii.af.lib.mp.processor
Deprecated. 
ModuleProcessorException() - Constructor for exception com.sap.aii.af.lib.mp.processor.ModuleProcessorException
Deprecated.
Simple constructor without message and cause
ModuleProcessorException(String) - Constructor for exception com.sap.aii.af.lib.mp.processor.ModuleProcessorException
Deprecated.
Simple constructor with message
ModuleProcessorException(String, Throwable) - Constructor for exception com.sap.aii.af.lib.mp.processor.ModuleProcessorException
Deprecated.
Constructor with message and cause
ModuleProcessorException(Throwable) - Constructor for exception com.sap.aii.af.lib.mp.processor.ModuleProcessorException
Deprecated.
Constructor with cause
ModuleProcessorFactory - Class in com.sap.aii.af.lib.mp.processor
The XI AF module processor controls the process flow among the XI AF modules.
MonitoringManager - Interface in com.sap.aii.af.service.administration.api.monitoring
The MonitoringManager interface provides a means to report channel and process state transitions to the Adapter Framework.
MonitoringManagerFactory - Class in com.sap.aii.af.service.administration.api.monitoring
A factory to obtain an instance of an implementation of the MonitoringManager interface.

N

NativePayloadAccessCallback - Interface in com.sap.aii.af.service.administration.api.monitoring
The NativePayloadDisplayCallback defines two callback methods:   getNativeMessagePayload   getNativePayloadFileName These methods should be implemented by adapters in order to return the persisted payload and facilitates in the native payload download.
nativePayloadId_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
nativePayloadName_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
nativePayloadparams(String, String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Sets the native payload id and native payload name of this parameter set.
nestedException - Variable in exception com.sap.aii.af.lib.util.UtilException
 
nestedExceptionStackTrace - Variable in exception com.sap.aii.af.lib.util.UtilException
 
newIdentifier(String, String, String) - Static method in class com.sap.aii.mapping.value.api.XIVMFactory
Creates a new Identifier with the given values.
newIdentifier(String, String) - Static method in class com.sap.aii.mapping.value.api.XIVMFactory
Creates a new Identifier with the given values and XIVMFactory.XI_CONTEXT.
newRequest(IFIdentifier, IFIdentifier, String) - Static method in class com.sap.aii.mapping.value.api.XIVMFactory
Creates a new request with the given sourceIdentifier, targetIdentifier and sourceValue.
NONE - Static variable in class com.sap.aii.af.service.administration.api.AdapterCapability
Specifies that the adapter does not support any special capabilities.
NormalizationManager - Class in com.sap.aii.af.service.cpa
The NormalizationManager allows the CPA cache service users (adapter implementations) to normalize and denormalize between the XI internal Party and Service notation and external formats (e.g.

O

objectRefreshed(CPAObject) - Method in class com.sap.aii.af.service.cpa.AbstractPartyCallBackHandler
 
objectRefreshed(CPAObject) - Method in interface com.sap.aii.af.service.cpa.CPAObjectCallbackInterface
Only Party refresh is notified.
OK - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Indicates that the channel is configured correctly and ready to process messages.
OK - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Indicates that a processing step during an adapter's message processing completed successfully.
OUTBOUND - Static variable in class com.sap.aii.af.service.cpa.Direction
 
OUTBOUND - Static variable in class com.sap.engine.interfaces.messaging.api.MessageDirection
 
OUTPUT_ATTACHMENTS - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Use this constant to get access to the output attachment handler.
OutputAttachments - Interface in com.sap.aii.mapping.api
Contains methods to set, change, or remove attachments of the XI message in the mapping.
OutputHeader - Class in com.sap.aii.mapping.api
Access to set to fields of the message header.
OutputHeader() - Constructor for class com.sap.aii.mapping.api.OutputHeader
 
OutputParameters - Class in com.sap.aii.mapping.api
Access to output parmeter of the mapping.
OutputParameters() - Constructor for class com.sap.aii.mapping.api.OutputParameters
 
OutputPayload - Class in com.sap.aii.mapping.api
Access to input payload of the mapping.
OutputPayload() - Constructor for class com.sap.aii.mapping.api.OutputPayload
 

P

ParamSet() - Constructor for class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Protected constructor.
PARTY - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
Party - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
Party - Class in com.sap.engine.interfaces.messaging.api
A Party identifies a participant in a message exchange.
Party(String, String) - Constructor for class com.sap.engine.interfaces.messaging.api.Party
Constructs a new Party object with a name and a type.
Party(String) - Constructor for class com.sap.engine.interfaces.messaging.api.Party
Constructs a new Party object with a name but no type.
PARTY_IDENTIFIER - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
PartyCallBackController - Class in com.sap.aii.af.service.cpa
Controller class for PartyEvent registrations
PartyIdentifier - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
partyrefreshEvent(Party) - Method in class com.sap.aii.af.service.cpa.AbstractPartyCallBackHandler
Implement event handling here Important: 1.
Payload - Class in com.sap.aii.mapping.lookup
Payload contains the data that has to be forwarded to or was received by a system accessor.
Payload - Interface in com.sap.engine.interfaces.messaging.api
The Payload interface represents the actual content exchanged in a message, either a business documents or attachments to it.
PayloadFormatException - Exception in com.sap.engine.interfaces.messaging.api.exception
The PayloadFormatException is thrown if the format of a message payload is invalid.
PayloadFormatException(String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
PayloadFormatException(Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
PayloadFormatException(Message, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
PayloadFormatException(MessageKey, String) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
PayloadFormatException(Message, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
PayloadFormatException(MessageKey, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
PayloadFormatException(String, Exception) - Constructor for exception com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
 
PermissionMode - Class in com.sap.aii.security.lib
Defines the permission mode under which the KeyStore run's.
PermissionMode(String) - Constructor for class com.sap.aii.security.lib.PermissionMode
Default constructor.
PMIAccess - Interface in com.sap.engine.interfaces.messaging.api.pmi
The PMIAccess interface can be used to report process step information to PMI.
principalData - Variable in class com.sap.aii.af.lib.mp.module.ModuleData
 
process(ModuleContext, ModuleData) - Method in interface com.sap.aii.af.lib.mp.module.Module
The process() method is called by the XI AF ModuleProcessor (MP) with the input message data and the context information.
process(String, ModuleData) - Method in interface com.sap.aii.af.lib.mp.processor.ModuleProcessor
Analogous to the process() method of the module itself the module processor offers a process() method to inject new messages into the XI AF MP processing.
ProcessContext - Class in com.sap.aii.af.service.administration.api.monitoring
A process context, i.e.
ProcessContext() - Constructor for class com.sap.aii.af.service.administration.api.monitoring.ProcessContext
Protected constructor (to hide the default constructor from Javadoc).
ProcessContextFactory - Class in com.sap.aii.af.service.administration.api.monitoring
A factory for ProcessContext instances.
ProcessContextFactory() - Constructor for class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory
Protected constructor.
ProcessContextFactory.ParamSet - Class in com.sap.aii.af.service.administration.api.monitoring
A parameter set to be used with the ProcessContextFactory.createProcessContext method.
PROCESSING_MODE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The processing mode of the message: synchronous or asynchronous.
ProcessingMode - Class in com.sap.engine.interfaces.messaging.api.pmi
 
ProcessingMode(String) - Constructor for class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
ProcessState - Class in com.sap.aii.af.service.administration.api.monitoring
The ProcessState class is a typed enumeration for the status of a channel's processing operation in the Adapter Monitoring API.
ProcessState(String, int) - Constructor for class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Protected constructor.
PublicAPIAccess - Interface in com.sap.engine.interfaces.messaging.api
The PublicAPIAccess interface defines the public (SAP external) access to the Messaging System.
PublicAPIAccessFactory - Class in com.sap.engine.interfaces.messaging.api
This factory class allows convenience access to the PublicAPIAccess interface implementation, whithout retrieving it from JNDI.
PUSH_CHANNEL_STATUS - Static variable in class com.sap.aii.af.service.administration.api.AdapterCapability
Indicates that the adapter reports channel state transitions by invoking the MonitoringManager.reportChannelStatus method.
PUSH_PROCESS_STATUS - Static variable in class com.sap.aii.af.service.administration.api.AdapterCapability
Indicates that the adapter reports process state transitions by invoking the MonitoringManager.reportProcessStatus method.
put(DynamicConfigurationKey, String) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Associates the specified value with the specified key.

R

readIDMapEntries() - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Reads all IDMap entries available in the DB and returns them as a LinkedList of IDMap objects.
readResolve() - Method in class com.sap.aii.af.service.administration.api.AdapterCapability
Used internally to enforce enum pattern after object de-serialization.
readResolve() - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelDirection
This is called after the deserialization of an instance of this class has taken place.
readResolve() - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
 
readResolve() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
This is called after the deserialization of an instance of this class has taken place.
readResolve() - Method in class com.sap.aii.af.service.cpa.CPAObjectType
 
readResolve() - Method in class com.sap.aii.af.service.cpa.Direction
 
readResolve() - Method in class com.sap.engine.interfaces.messaging.api.AckType
Prevents the release of multiple instances upon deserialization.
readResolve() - Method in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
readResolve() - Method in class com.sap.engine.interfaces.messaging.api.DeliverySemantics
 
readResolve() - Method in class com.sap.engine.interfaces.messaging.api.MessageClass
Prevents the release of multiple instances upon deserialization.
readResolve() - Method in class com.sap.engine.interfaces.messaging.api.MessageDirection
 
readResolve() - Method in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
RECEIVER - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ChannelDirection
Identifies a receiver channel.
RECEIVER_NAME - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The name of the receiver interface.
RECEIVER_NAMESPACE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The namespace of the receiver interface.
RECEIVER_PARTY - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The name of the receiver party.
RECEIVER_PARTY_AGENCY - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The agency of the receiver party.
RECEIVER_PARTY_SCHEME - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The scheme of the receiver party.
RECEIVER_SERVICE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The receiver service.
RECEIVER_SYSTEM - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated.
As of SAP NetWeaver '04, replaced by StreamTransformationConstants.RECEIVER_SERVICE.
receiverParty(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a receiver party to this parameter set.
receiverParty_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
receiverService(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a receiver service to this parameter set.
receiverService_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
REF_TO_MESSAGE_ID - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The ID of a referenced message that belongs semantically to this message.
register(LookupService.Internal) - Static method in class com.sap.aii.mapping.lookup.LookupService.Internal
Registers a lookup service.
registerAdapter(String, String, AdapterCapability[], AdapterCallback[]) - Method in interface com.sap.aii.af.service.administration.api.AdapterRegistry
Registers an adapter with the Adapter Framework.
registerForPartyEvent(String, AbstractPartyCallBackHandler) - Method in class com.sap.aii.af.service.cpa.PartyCallBackController
Register for party refresh event.
remove(String, boolean) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Removes the message id map entry for this id.
remove(String) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
 
remove(DynamicConfigurationKey) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Removes the entry for this key if it is present.
removeAll() - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Removes all entries from the DynamicConfiguration.
removeAttachment(String) - Method in interface com.sap.aii.mapping.api.OutputAttachments
Removes the attachment with the given content ID.
removeAttachment(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Removes an attachment by name if the XML message protocol used for this message supports attachment names.
removeAttribute(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Removes the specified payload attribute value for the given content attribute name, like e.g. content-type or content-disposition.
removeExpiredIDMaps(Timestamp) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Deletes all IDMapper entries, where the persist duration has already expired.
removeExpiredIDMaps(Timestamp, int) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Deletes all IDMapper entries, where the persist duration has already expired.
removeExpiredIDMaps() - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
 
removeMessageProperty(MessagePropertyKey) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Removes the entry of an additional message property, in case that such an entry exists.
removeNamespace(String) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Removes the entries whose keys have the specified namespace.
reportChannelStatus(String, String, ChannelDirection, ChannelState, String) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a channel state for all channels of a given direction.
reportChannelStatus(String, String, Channel, ChannelState, String) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a channel state for a single channel.
reportChannelStatus(String, String, Channel[], ChannelState, String) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a channel state for a set of channels.
reportChannelStatus(String, String, ChannelDirection, ChannelState, String, Object[]) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a channel state for all channels of a given direction.
reportChannelStatus(String, String, Channel, ChannelState, String, Object[]) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a channel state for a single channel.
reportChannelStatus(String, String, Channel[], ChannelState, String, Object[]) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a channel state for a set of channels.
reportProcessStatus(String, String, ChannelDirection, ProcessState, String) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a process state.
reportProcessStatus(String, String, ChannelDirection, ProcessState, String, ProcessContext) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a process state.
reportProcessStatus(String, String, ChannelDirection, ProcessState, String, Object[]) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a process state.
reportProcessStatus(String, String, ChannelDirection, ProcessState, String, Object[], ProcessContext) - Method in interface com.sap.aii.af.service.administration.api.monitoring.MonitoringManager
Reports a process state.
resolveNamespace(String) - Method in interface com.sap.aii.af.lib.mp.module.ModuleContext
Get all configuration parameter keys (names) of this module in this channel
ResourceBundleLocalizationCallback - Class in com.sap.aii.af.service.administration.api.i18n
Provides a resource-bundle-based localization callback (i.e.
ResourceBundleLocalizationCallback(String, ClassLoader) - Constructor for class com.sap.aii.af.service.administration.api.i18n.ResourceBundleLocalizationCallback
Constructs a ResourceBundleLocalizationCallback instance with a class loader used to load the resource bundle.
ResultList - Interface in com.sap.aii.mappingtool.tf7.rt
You can use the ResultList.CC to find context changes in the input array that the function was transferred to, for example: a[index].equals(ResultList.CC)
retrieveTableValueByKeyColumn(String, String, String) - Method in class com.sap.aii.af.service.cpa.TableData
Returns the value of the given column name from a Rows, where the specified key column name matches the given key value (first occurrence).
RfcAccessor - Class in com.sap.aii.mapping.lookup
Accessor for calling remote function modules in SAP ABAP systems via the rfc adapter.
Row() - Constructor for class com.sap.aii.af.service.cpa.TableData.Row
 
rows - Variable in class com.sap.aii.af.service.cpa.TableData
 

S

SAPAdapterResources - Interface in com.sap.aii.af.service.resource
The methods of this interface are intended to be invoked by SAP Adapters within the SAP Adapter Framework.
SAPSecurityResources - Class in com.sap.aii.af.service.resource
Central class for SAP Security resources.
SECURITY_RUNTIME_PERMISSION - Static variable in class com.sap.aii.security.lib.Constants
Security Runtime Permission: "XiSecurityRuntimePermission".
SEND - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
Send an XI message asynchronously (XI AF specific)
SENDER - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ChannelDirection
Identifies a sender channel.
SENDER_NAME - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated.
As of SAP NetWeaver '04, replaced by StreamTransformationConstants.INTERFACE.
SENDER_NAMESPACE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated.
As of SAP NetWeaver '04, replaced by StreamTransformationConstants.INTERFACE_NAMESPACE.
SENDER_PARTY - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The sender party.
SENDER_PARTY_AGENCY - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The agency of the sender party.
SENDER_PARTY_SCHEME - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The scheme of the sender party.
SENDER_SERVICE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The sender service.
SENDER_SYSTEM - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated.
As of SAP NetWeaver '04, replaced by StreamTransformationConstants.SENDER_SERVICE.
senderParty(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a sender party to this parameter set.
senderParty_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
senderService(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a sender service to this parameter set.
senderService_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
SERVICE - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
Service - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
Service - Class in com.sap.engine.interfaces.messaging.api
A Service, offered by a Party, can act on multiple processes (Actions).
Service(String, String) - Constructor for class com.sap.engine.interfaces.messaging.api.Service
Constructs a new Service object with a name and a type.
Service(String) - Constructor for class com.sap.engine.interfaces.messaging.api.Service
Constructs a new Service object with a name but no type.
SERVICE_IDENTIFIER - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
SERVICE_USER - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
ServiceIdentifier - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
ServiceUser - Interface in com.sap.aii.af.service.cpa
The ServiceUser class represents a runtime user who is allowed to process the message of a Party/Service combination.
setAttachment(Attachment) - Method in interface com.sap.aii.mapping.api.OutputAttachments
Adds a new attachment.
setAttribute(String, String) - Method in interface com.sap.engine.interfaces.messaging.api.ErrorInfo
Sets an ErrorInfo attribute.
setAttribute(String, String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets the specified payload attribute value for the given content attribute name, like e.g. content-type or content-disposition.
setChannelId(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
setChannelId() sets the XI channel ID for which a CCI connection is requested.
setContent(byte[]) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Set content as byte array into payload.
setContent(byte[], String) - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Sets the content as byte array into payload, also specifying the encoding.
setContentType(String) - Method in class com.sap.aii.mapping.api.OutputHeader
Message objects have an attribute "content type".
setContentType(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets the content type of the payload.
setCorrelationId(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the correlation ID that identifies a sequence of message, which sematically belong together.
setData(byte[]) - Method in class com.sap.aii.af.service.cpa.BinaryData
Sets the binary data (not Base64 encoded).
setData(byte[], boolean) - Method in class com.sap.aii.af.service.cpa.BinaryData
Sets the binary data (either raw or Base64 encoded).
setDeliverySemantics(DeliverySemantics) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the delivery semantics (QoS) of the outgoing message.
setDescription(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the description of the message
setDescription(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets a description of the payload.
setDocument(XMLPayload) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the main document.
setErrorCategory(String) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setErrorCode(String) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setErrorInfo(ErrorInfo) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the ErrorInfo container for the current message, that was created with createErrorInfo method before.
setErrorSource(String) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setExecutionTimeout(Integer) - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
setExecutionTimeout() specifies the timeout for synchronous interaction execution.
setFunctionName(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
setFunctionName() sets the XI AF specific function name of the function that must be executed with this interaction.
setHelper(AbstractHelper) - Method in class com.sap.aii.mapping.api.AbstractTransformation
ONLY FOR XI INTERNAL USE!
setInt(String, int) - Method in class com.sap.aii.mapping.api.OutputParameters
 
setInteractionVerb(int) - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
setInteractionVerb() sets the JCA CCI interaction verb valid for this interaction.
setMainPayload(Payload) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the main payload.
setMessageProperty(String, String, String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Deprecated.
Use setMessageProperty(MessagePropertyKey, String), instead.
setMessageProperty(MessagePropertyKey, String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets an additional message field, if supported by the Message protocol implementation.
setName(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets the name of this payload.
setNestedException(Exception) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setOperationName(String) - Method in class com.sap.aii.mapping.lookup.SystemAccessor
Sets the operation name.
setOperationNamespace(String) - Method in class com.sap.aii.mapping.lookup.SystemAccessor
Sets the operation namespace.
setParameter(Map) - Method in interface com.sap.aii.mapping.api.StreamTransformation
Deprecated.
Is called from the rumtime after executing the default constructor and before calling StreamTransformation.execute(InputStream, OutputStream).
setParameter(String, Object) - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
Saves an object under the given name in a container for a user-specific function.
setParameter(String, Object) - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
Saves a given object under the given name in a global container, which can be accessed by all user-defined functions of a message mapping.
setPassword(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
setPassword() sets the credential (password) used by the principal that requests a corresponding CCI connection.
setPrincipalData(Object) - Method in class com.sap.aii.af.lib.mp.module.ModuleData
Sets the principle data that represents usually the message to be processed.
setRefToMessageId(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the ID that indicates which message this message refers to.
setSchema(String) - Method in interface com.sap.engine.interfaces.messaging.api.XMLPayload
Sets the parameter containing a URL to an XML document schema.
setSequenceId(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the ID that identifies the sequence of an EOIO message exchange.
setString(String, String) - Method in class com.sap.aii.mapping.api.OutputParameters
 
setSupplementalData(String, Object) - Method in class com.sap.aii.af.lib.mp.module.ModuleData
Sets a supplement data for the rest of the module chain
setText(String) - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Sets the content as String.
setText(String, String) - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Sets the content as String, with the given encoding.
setUserName(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
setUserName() sets the principal (user name) that requests a corresponding CCI connection.
setValue(String, Object) - Method in class com.sap.aii.mapping.api.OutputParameters
 
setVersion(String) - Method in interface com.sap.engine.interfaces.messaging.api.XMLPayload
Sets the version of this payload.
setXIMessage(Message) - Method in interface com.sap.aii.af.lib.ra.cci.XIMessageRecord
Associate a new XI message object with this record.
size() - Method in class com.sap.aii.af.service.cpa.BinaryData
 
size() - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns the number of entries of this DynamicConfiguration.
size(String) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns the number of entries with the specified namespace.
SOLUTION_MANAGER_CONTEXT - Static variable in class com.sap.aii.mapping.value.api.XIVMFactory
Standard context for the solution manager.
startRunnable(Runnable) - Method in interface com.sap.aii.af.service.resource.SAPAdapterResources
Allows resource adapters to start their own threads.
StreamTransformation - Interface in com.sap.aii.mapping.api
Deprecated.
As of SAP NetWeaver NEW YORK, replaced by AbstractTransformation. Nevertheless this interface is still supported. So it is not necessary to change existing mappings that use this deprecated interface.
StreamTransformationConstants - Interface in com.sap.aii.mapping.api
This interface contains constants that can be used in a java mapping to access runtime parameters.
StreamTransformationException - Exception in com.sap.aii.mapping.api
This exception can be thrown by AbstractTransformation.transform(TransformationInput, TransformationOutput) to indicate problem during mapping.
StreamTransformationException(String) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationException
Constructs a StreamTransformationException with the specified detail message.
StreamTransformationException(String, Throwable) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationException
Constructs a StreamTransformationException with the specified detail message and root cause.
StreamTransformationRuntimeException - Exception in com.sap.aii.mapping.api
 
StreamTransformationRuntimeException(String) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationRuntimeException
Constructs an StreamTransformationException with the specified detail message.
StreamTransformationRuntimeException(String, Throwable) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationRuntimeException
Constructs an StreamTransformationException with the specified detail message and root cause.
SUCCESS - Static variable in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
supplementalDataTable - Variable in class com.sap.aii.af.lib.mp.module.ModuleData
 
SUPPRESS - Static variable in interface com.sap.aii.mappingtool.tf7.rt.ResultList
This constant represents the suppress value.
SYNC - Static variable in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
SYNC_RECEIVE - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
CCI JCA 1.0 standard interaction verb, currently not used by XI AF
SYNC_SEND - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
CCI JCA 1.0 standard interaction verb, must be set for the "Send" function
SYNC_SEND_RECEIVE - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
CCI JCA 1.0 standard interaction verb, must be set for all others than the "Send" function
SYSTEM - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
SYSTEM_ACK - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
SYSTEM_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
SYSTEM_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
SYSTEM_LEVEL - Static variable in class com.sap.aii.security.lib.PermissionMode
Run's the KeyStoreManager under user based permission.
SystemAccessor - Class in com.sap.aii.mapping.lookup
Accessor for a communication with a remote system.
SystemAccessor.Internal - Interface in com.sap.aii.mapping.lookup
Internal system accessor.

T

TableData - Class in com.sap.aii.af.service.cpa
Attribute extended CPAObjects (i.e. currently only the Channel object) support CPA Cache specific data types, besides the following basic Java types: String, int, long and boolean.
TableData(LinkedList<String>) - Constructor for class com.sap.aii.af.service.cpa.TableData
The default constructor for the TableData object.
TableData(String, LinkedList<String>) - Constructor for class com.sap.aii.af.service.cpa.TableData
The constructor for the TableData object.
TableData.Row - Class in com.sap.aii.af.service.cpa
The inner class Row represents one row of the table.
testChannel(Channel, Locale) - Method in interface com.sap.aii.af.service.administration.api.monitoring.ChannelSelfTestCallback
This callback method notifies the ChannelSelfTestCallback implementation whenever the user wants to check the health status of the existing Channel objects.
text - Variable in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
 
text - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
 
TextPayload - Class in com.sap.aii.mapping.lookup
TextPayload are textual payloads.
TextPayload - Interface in com.sap.engine.interfaces.messaging.api
The TextPayload extends the Payload interface and specializes for the text only document.
TIME_SENT - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Time stamp specifying when the message was sent by the sender.
TO_PARTY - Static variable in class com.sap.aii.af.service.headermapping.HeaderMapper
 
TO_SERVICE - Static variable in class com.sap.aii.af.service.headermapping.HeaderMapper
 
toBase64EncodedString() - Method in class com.sap.aii.af.service.cpa.BinaryData
Returns the binary data as String (in Base64 encoded form).
toRawString() - Method in class com.sap.aii.af.service.cpa.BinaryData
Returns the binary data as String (in raw form).
toString() - Method in class com.sap.aii.af.service.administration.api.AdapterCapability
Converts this object into a string representation.
toString() - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelDirection
Converts this object into a string representation.
toString() - Method in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Converts this object into a string representation.
toString() - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Converts this object into a string representation.
toString() - Method in class com.sap.aii.af.service.cpa.BinaryData
Returns the binary data as String (either raw or Base64 encoded).
toString() - Method in class com.sap.aii.af.service.cpa.CPAObjectType
Returns the string representation of the CPAObjectType.
toString() - Method in class com.sap.aii.af.service.cpa.Direction
Returns the string representation of the direction.
toString() - Method in class com.sap.aii.af.service.cpa.TableData
 
toString() - Method in class com.sap.aii.af.service.resource.SAPSecurityResources
Returns a string representation of this object.
toString() - Method in interface com.sap.aii.mapping.api.Attachment
 
toString() - Method in class com.sap.aii.mapping.lookup.Channel
 
toString() - Method in class com.sap.aii.security.lib.PermissionMode
To-String.
toString() - Method in class com.sap.engine.interfaces.messaging.api.AckType
Returns the string representation of the ack type.
toString() - Method in class com.sap.engine.interfaces.messaging.api.Action
 
toString() - Method in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
Returns the string representation of the AuditLogStatus.
toString() - Method in class com.sap.engine.interfaces.messaging.api.DeliverySemantics
Returns the string representation of the DeliverySemantics.
toString() - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
toString() - Method in class com.sap.engine.interfaces.messaging.api.MessageClass
Returns the string representation of the message class.
toString() - Method in class com.sap.engine.interfaces.messaging.api.MessageDirection
Returns the string representation of the direction.
toString() - Method in class com.sap.engine.interfaces.messaging.api.MessageKey
 
toString() - Method in class com.sap.engine.interfaces.messaging.api.MessagePropertyKey
 
toString() - Method in class com.sap.engine.interfaces.messaging.api.Party
 
toString() - Method in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
Returns the string representation of the ProcessingMode.
toString() - Method in class com.sap.engine.interfaces.messaging.api.Service
 
transform(TransformationInput, TransformationOutput) - Method in class com.sap.aii.mapping.api.AbstractTransformation
 
TransformationInput - Class in com.sap.aii.mapping.api
Access to all input data of the mapping.
TransformationInput() - Constructor for class com.sap.aii.mapping.api.TransformationInput
 
TransformationOutput - Class in com.sap.aii.mapping.api
Access to all output data of the mapping.
TransformationOutput() - Constructor for class com.sap.aii.mapping.api.TransformationOutput
 

U

UndefinedParameterException - Exception in com.sap.aii.mapping.api
 
UndefinedParameterException(String, boolean) - Constructor for exception com.sap.aii.mapping.api.UndefinedParameterException
 
UNKNOWN - Static variable in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
unregisterAdapter(String, String) - Method in interface com.sap.aii.af.service.administration.api.AdapterRegistry
Unregisters an adapter from the Adapter Framework.
unregisterForPartyEvent(String, AbstractPartyCallBackHandler) - Method in class com.sap.aii.af.service.cpa.PartyCallBackController
Unregister for party refresh event.
updateIDMap(String, String, long, boolean) - Method in class com.sap.aii.af.service.idmap.MessageIDMapper
Updates the mapped message identifier for a given MSG_ID1.
userHasPermission(String, Service) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Checks whether the given user has the permission to perform the given service.
userHasPermission(String, String, String) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Checks whether the given user has the permission to perform the given service.
userHasPermission(String, Binding) - Method in interface com.sap.aii.af.service.administration.api.cpa.CPALookupManager
Checks whether the given user has the permission to perform the given binding.
UtilException - Exception in com.sap.aii.af.lib.util
The base exception for the util service package.
UtilException(Exception) - Constructor for exception com.sap.aii.af.lib.util.UtilException
Constructs a MessagingException wrapping a nested exception.
UtilException(String) - Constructor for exception com.sap.aii.af.lib.util.UtilException
 

V

ValueMappingException - Exception in com.sap.aii.mapping.value.api
Exception can be thrown from XIVMService during the executing of a value mapping.
ValueMappingException(String) - Constructor for exception com.sap.aii.mapping.value.api.ValueMappingException
Constructs a ValueMappingException with the specified detail message.
ValueMappingException(String, Throwable) - Constructor for exception com.sap.aii.mapping.value.api.ValueMappingException
Constructs a ValueMappingException with the specified detail message and rootcause.
valueOf(String) - Static method in class com.sap.aii.af.service.administration.api.AdapterCapability
Converts an AdapterCapability's string representation into an object instance.
valueOf(String) - Static method in class com.sap.aii.af.service.administration.api.monitoring.ChannelDirection
Get one of the static class members from their depending String as returned from toString.
valueOf(String) - Static method in class com.sap.aii.af.service.administration.api.monitoring.ChannelState
Get one of the static class members from their depending String as returned from toString.
valueOf(String) - Static method in class com.sap.aii.af.service.administration.api.monitoring.ProcessState
Get one of the static class members from their depending String as returned from toString.
valueOf(String) - Static method in class com.sap.aii.af.service.cpa.CPAObjectType
Returns an instance of CPAObjectType that represents the CPA object type given as a string.
valueOf(String) - Static method in class com.sap.aii.af.service.cpa.Direction
Returns an instance of Direction that represents the direction given as a String.
valueOf(String) - Static method in class com.sap.engine.interfaces.messaging.api.AckType
Returns an instance of AckType that represents the ack type given as a string.
valueOf(String) - Static method in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
valueOf(String) - Static method in class com.sap.engine.interfaces.messaging.api.DeliverySemantics
 
valueOf(String) - Static method in class com.sap.engine.interfaces.messaging.api.MessageClass
Returns an instance of MessageClass that represents the msg class given as a string.
valueOf(String) - Static method in class com.sap.engine.interfaces.messaging.api.MessageDirection
 
valueOf(String) - Static method in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
Returns an instance of ProcessingMode that represents the ProcessingMode given as a string.
VERSION_ID - Static variable in exception com.sap.aii.af.lib.ra.cci.XIAdapterException
 
VERSION_ID - Static variable in interface com.sap.engine.interfaces.messaging.api.auditlog.AuditAccess
 
VERSION_MAJOR - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
XI message protocol version.
VERSION_MINOR - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
XI message protocol version.

W

WARNING - Static variable in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
WrongParameterTypeException - Exception in com.sap.aii.mapping.api
 
WrongParameterTypeException(String, Object, Class, boolean) - Constructor for exception com.sap.aii.mapping.api.WrongParameterTypeException
 
WrongParameterTypeException(String, Class, Class, boolean) - Constructor for exception com.sap.aii.mapping.api.WrongParameterTypeException
 

X

XI_CONTEXT - Static variable in class com.sap.aii.mapping.value.api.XIVMFactory
XI standard context for value mapping created in the Integration Builder: Configuration.
XIAdapterException - Exception in com.sap.aii.af.lib.ra.cci
XIAdapterException is thrown if a message could not be delivered and delivery should not be retried.
XIAdapterException(String) - Constructor for exception com.sap.aii.af.lib.ra.cci.XIAdapterException
Constructs a XIAdapterException with an error text
XIAdapterException(Exception) - Constructor for exception com.sap.aii.af.lib.ra.cci.XIAdapterException
Constructs a XIAdapterException with a nested exception
XIAdapterException(String, Exception) - Constructor for exception com.sap.aii.af.lib.ra.cci.XIAdapterException
Constructs a XIAdapterException with an error text and a nested exception
XIConnectionFactory - Interface in com.sap.aii.af.lib.ra.cci
XIConnectionFactory extends the CCI ConnectionFactory by adding a method to create XIConnectionSpec
XIConnectionSpec - Interface in com.sap.aii.af.lib.ra.cci
XiConnectionSpec allows to pass connection selection parameters from the XI AF to the resource adapter when a connection must be allocated.
XIInteraction - Interface in com.sap.aii.af.lib.ra.cci
XIInteraction extends the CCI Interaction by adding a method to create XI InteractionSpecs
XIInteractionSpec - Interface in com.sap.aii.af.lib.ra.cci
XiInteractionSpec defines the XI 3.0 AF interaction specification.
XIMessageRecord - Interface in com.sap.aii.af.lib.ra.cci
XIMessageRecord wraps a XI message in a CCI record.
XIRecordFactory - Interface in com.sap.aii.af.lib.ra.cci
XiRecordFactory extends the CCI record factory to enforce a factory pattern to create XIMessageRecord
XIVMFactory - Class in com.sap.aii.mapping.value.api
Factory for creating instances of IFIdentifier and IFRequest to execute value mappings by means of XIVMService.
XIVMFactory() - Constructor for class com.sap.aii.mapping.value.api.XIVMFactory
 
XIVMService - Class in com.sap.aii.mapping.value.api
Service for executing value mappings during a mapping program.
XIVMService() - Constructor for class com.sap.aii.mapping.value.api.XIVMService
 
XmlPayload - Class in com.sap.aii.mapping.lookup
XMLPayload is a payload that represents a XML document.
XMLPayload - Interface in com.sap.engine.interfaces.messaging.api
The XMLPayload extends the TextPayload interface and specializes for the XML only document.
XSI_NIL - Static variable in interface com.sap.aii.mappingtool.tf7.rt.ResultList
This constant represents the suppress value.
A B C D E F G H I J K L M N O P R S T U V W X 
SAP NetWeaver 7.50 SP 04 Process Integration

Copyright 2016 SAP AG Complete Copyright Notice