public class SessionHandleIdPathParameter extends MessagePathParameter<SessionHandle>
MessagePathParameter
that parse the SessionHandle
.MessageParameter.MessageParameterRequisiteness
Constructor and Description |
---|
SessionHandleIdPathParameter() |
Modifier and Type | Method and Description |
---|---|
protected SessionHandle |
convertFromString(String sessionHandleId)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(SessionHandle sessionHandle)
Converts the given value to its string representation.
|
String |
getDescription()
Returns a description for REST API HTML documentation.
|
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
public static final String KEY
protected SessionHandle convertFromString(String sessionHandleId)
MessageParameter
convertFromString
in class MessageParameter<SessionHandle>
sessionHandleId
- string representation of parameter valueprotected String convertToString(SessionHandle sessionHandle)
MessageParameter
convertToString
in class MessageParameter<SessionHandle>
sessionHandle
- parameter valuepublic String getDescription()
MessageParameter
getDescription
in class MessageParameter<SessionHandle>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.