public class JarRunMessageParameters extends MessageParameters
Modifier and Type | Field and Description |
---|---|
JarIdPathParameter |
jarIdPathParameter |
Constructor and Description |
---|
JarRunMessageParameters() |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
Collection<MessageQueryParameter<?>> |
getQueryParameters()
Returns the collection of
MessageQueryParameter that the request supports. |
isResolved, resolveUrl
@VisibleForTesting public final JarIdPathParameter jarIdPathParameter
public Collection<MessageQueryParameter<?>> getQueryParameters()
MessageParameters
MessageQueryParameter
that the request supports. The
collection should not be modifiable.public Collection<MessagePathParameter<?>> getPathParameters()
MessageParameters
MessagePathParameter
that the request supports. The
collection should not be modifiable.getPathParameters
in class MessageParameters
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.