| Package | Description |
|---|---|
| com.sap.aii.mapping.api |
API for Java mapping programs.
|
| com.sap.aii.mapping.lookup |
| Modifier and Type | Method and Description |
|---|---|
abstract Channel |
InputParameters.getChannel(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Channel |
LookupService.getChannel(String service,
String channelName)
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). |
static Channel |
LookupService.getChannel(String party,
String service,
String channelName)
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). |
| Modifier and Type | Method and Description |
|---|---|
static DataBaseAccessor |
LookupService.getDataBaseAccessor(Channel channel)
Returns a database accessor for a given communication channel.
|
static RfcAccessor |
LookupService.getRfcAccessor(Channel channel)
Returns a RFC accessor for a given communication channel.
|
static SystemAccessor |
LookupService.getSystemAccessor(Channel channel)
Returns a generic system accessor instance for a given communication
channel.
|
abstract SystemAccessor.Internal |
LookupService.Internal.getSystemAccessor(Channel channel)
Returns an internal system accessor instance.
|
Copyright 2017 SAP AG Complete Copyright Notice