Class EnableSecAndEnableRMAndEnableAddressing
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.http.EnableSecAndEnableRMAndEnableAddressing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthentication(Optional<EndpointHttpAuthentication> authentication) voidsetEnableAddressing(Optional<EndpointEnableAddressing> enableAddressing) voidsetEnableRM(Optional<EndpointEnableRM> enableRM) voidsetEnableSec(Optional<EndpointEnableSec> enableSec) voidsetMarkForSuspension(Optional<EndpointMarkForSuspension> markForSuspension) voidsetRetryConfig(Optional<EndpointRetryConfig> retryConfig) voidsetSuspendOnFailure(Optional<EndpointSuspendOnFailure> suspendOnFailure) voidsetTimeout(Optional<EndpointTimeout> timeout) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
EnableSecAndEnableRMAndEnableAddressing
public EnableSecAndEnableRMAndEnableAddressing()
-
-
Method Details
-
getEnableSec
-
setEnableSec
-
getEnableRM
-
setEnableRM
-
getEnableAddressing
-
setEnableAddressing
-
getTimeout
-
setTimeout
-
getSuspendOnFailure
-
setSuspendOnFailure
-
getMarkForSuspension
-
setMarkForSuspension
-
getAuthentication
-
setAuthentication
-
getRetryConfig
-
setRetryConfig
-