EbmsResponse

public class EbmsResponse
Author:Donahue Sze

Constructors

EbmsResponse

public EbmsResponse()

EbmsResponse

public EbmsResponse(Object target)

Methods

getMessage

public EbxmlMessage getMessage()
Returns:Returns the msg.

getTarget

public Object getTarget()
Returns:Returns the target.

setMessage

public void setMessage(EbxmlMessage message)
Parameters:
  • message – The msg to set.

setTarget

public void setTarget(Object target)
Parameters:
  • target – The target to set.