Uses of Enum Class
org.frankframework.http.AbstractHttpSender.HttpMethod
-
Uses of AbstractHttpSender.HttpMethod in org.frankframework.http
Modifier and TypeMethodDescriptionAbstractHttpSender.getHttpMethod()
Returns the enum constant of this class with the specified name.static AbstractHttpSender.HttpMethod[]
AbstractHttpSender.HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractHttpSender.setMethodType
(AbstractHttpSender.HttpMethod method) The HTTP Method used to execute the requestvoid
WebServiceSender.setMethodType
(AbstractHttpSender.HttpMethod method) Hide this property from being set.