Uses of Class
com.sap.aii.mapping.lookup.LookupException

Packages that use LookupException
com.sap.aii.mapping.lookup   
 

Uses of LookupException in com.sap.aii.mapping.lookup
 

Methods in com.sap.aii.mapping.lookup that throw LookupException
 Payload SystemAccessor.call(Payload payload)
          Executes a lookup call.
 Payload SystemAccessor.Internal.call(Payload payload, String operationName, String operationNamespace, String senderService)
          Executes a communication call.
 XmlPayload RfcAccessor.call(XmlPayload payload)
          Executes a remote function call.
 void SystemAccessor.close()
          Closes this accessor and releases any resources associated with the accessor.
 void SystemAccessor.Internal.close()
          Closes this accessor and releases any resources associated with the accessor.
 void RfcAccessor.close()
          Closes this accessor and releases any resources associated with the accessor.
 void DataBaseAccessor.close()
          Closes this accessor and releases any resources associated with the accessor.
 Serializable SystemAccessor.Internal.execute(Payload payload, String operationName, String operationNamespace, String senderService)
          Executes a communication call for specific adapters and returns an adapter specific serializable object.
 DataBaseResult DataBaseAccessor.execute(String sqlStatement)
          Queries a data base by the given SQL statement.
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).
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 2014 SAP AG Complete Copyright Notice