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

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

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

Methods in com.sap.engine.interfaces.messaging.api that return Party
 Party Message.getFromParty()
          Returns the Party object that represents the sender.
 Party Message.getToParty()
          Returns the Party object that represents the receiver.
 

Methods in com.sap.engine.interfaces.messaging.api with parameters of type Party
 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