Package com.helger.as2lib.params
Class MessageParameters
- java.lang.Object
-
- com.helger.as2lib.params.AbstractParameterParser
-
- com.helger.as2lib.params.MessageParameters
-
public class MessageParameters extends AbstractParameterParser
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_STORED_FILE_NAMEstatic StringKEY_ATTRIBUTESstatic StringKEY_CONTENT_DISPOSITIONstatic StringKEY_HEADERSstatic StringKEY_RECEIVERstatic StringKEY_SENDER
-
Constructor Summary
Constructors Constructor Description MessageParameters(IMessage aTarget)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetEscapedString(String sUnescaped)StringgetParameter(String sKey)voidsetParameter(String sKey, String sValue)-
Methods inherited from class com.helger.as2lib.params.AbstractParameterParser
format, setParameters, setParameters, toString
-
-
-
-
Field Detail
-
KEY_SENDER
public static final String KEY_SENDER
- See Also:
- Constant Field Values
-
KEY_RECEIVER
public static final String KEY_RECEIVER
- See Also:
- Constant Field Values
-
KEY_ATTRIBUTES
public static final String KEY_ATTRIBUTES
- See Also:
- Constant Field Values
-
KEY_HEADERS
public static final String KEY_HEADERS
- See Also:
- Constant Field Values
-
KEY_CONTENT_DISPOSITION
public static final String KEY_CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
ATTR_STORED_FILE_NAME
public static final String ATTR_STORED_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setParameter
public void setParameter(@Nonnull String sKey, @Nullable String sValue) throws AS2InvalidParameterException
- Specified by:
setParameterin classAbstractParameterParser- Throws:
AS2InvalidParameterException
-
getParameter
@Nullable public String getParameter(@Nonnull String sKey) throws AS2InvalidParameterException
- Specified by:
getParameterin classAbstractParameterParser- Throws:
AS2InvalidParameterException
-
-