net.ripe.rpki.commons.provisioning.payload
Class AbstractProvisioningPayload
java.lang.Object
net.ripe.rpki.commons.provisioning.payload.AbstractProvisioningPayload
- Direct Known Subclasses:
- AbstractProvisioningQueryPayload, AbstractProvisioningResponsePayload
public abstract class AbstractProvisioningPayload
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SENDER
public static final String DEFAULT_SENDER
- See Also:
- Constant Field Values
DEFAULT_RECIPIENT
public static final String DEFAULT_RECIPIENT
- See Also:
- Constant Field Values
SUPPORTED_VERSION
public static final Integer SUPPORTED_VERSION
AbstractProvisioningPayload
protected AbstractProvisioningPayload(PayloadMessageType type)
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()
getType
public PayloadMessageType getType()
Copyright © 2008-2015 RIPE NCC, the Netherlands. All Rights Reserved.