Class AbstractProvisioningPayload

    • Constructor Detail

      • AbstractProvisioningPayload

        protected AbstractProvisioningPayload​(PayloadMessageType type)
    • Method Detail

      • setRecipient

        public void setRecipient​(String recipient)
        Note: This field is used by some implementations to work out who the players are in an exchange of ProvisioningCmsObjects. (eg APNIC). This setter is provided to make it easier to set this value 'close' to your code that deals with this actual exchange, as opposed to the code that deals with the other 'content' of the payload.
      • setSender

        public void setSender​(String sender)
        Note: This field is used by some implementations to work out who the players are in an exchange of ProvisioningCmsObjects. (eg APNIC). This setter is provided to make it easier to set this value 'close' to your code that deals with this actual exchange, as opposed to the code that deals with the other 'content' of the payload.
      • getVersion

        public Integer getVersion()
      • getSender

        public String getSender()
      • getRecipient

        public String getRecipient()