Uses of Class
com.sap.engine.interfaces.messaging.api.Service

Packages that use Service
com.sap.engine.interfaces.messaging.api   
 

Uses of Service in com.sap.engine.interfaces.messaging.api
 

Methods in com.sap.engine.interfaces.messaging.api that return Service
 Service Message.getFromService()
          Returns the Service object that represents the service that originally sent this message.
 Service Message.getToService()
          Returns the Service object that represents the service that will ultimately process this message.
 

Methods in com.sap.engine.interfaces.messaging.api with parameters of type Service
 Message MessageFactory.createMessage(Party fromParty, Party toParty, Service fromService, Service toService, Action action)
          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.
 Message MessageFactory.createMessage(Party fromParty, Party toParty, Service fromService, Service toService, Action action, String messageId)
          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.
 



Copyright 2009 SAP AG Complete Copyright Notice