Uses of Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.misc.common.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo that return ParameterModifier and TypeMethodDescriptionMessageProcessor.getParameter()MessageStore.getParameter()Registry.getParameter()Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo with parameters of type ParameterModifier and TypeMethodDescriptionvoidMessageProcessor.setParameter(Parameter[] parameter) voidMessageStore.setParameter(Parameter[] parameter) voidRegistry.setParameter(Parameter[] parameter) -
Uses of Parameter in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.http
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.http that return ParameterModifier and TypeMethodDescriptionEndpointHttpAuthenticationOauthRequestParameters.getParameter()Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.http with parameters of type ParameterModifier and TypeMethodDescriptionvoidEndpointHttpAuthenticationOauthRequestParameters.setParameter(Parameter[] parameter) -
Uses of Parameter in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.inbound
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.inbound that return ParameterMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.inbound with parameters of type ParameterModifier and TypeMethodDescriptionvoidInboundEndpointParameters.setParameter(Parameter[] parameter) -
Uses of Parameter in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.proxy
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.proxy that return ParameterMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.proxy with parameters of type Parameter -
Uses of Parameter in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer with parameters of type ParameterModifier and TypeMethodDescriptionstatic voidSerializerUtils.serializeParameters(Parameter[] parameter, org.apache.axiom.om.OMElement parameterElt) -
Uses of Parameter in org.eclipse.lemminx.customservice.synapse.syntaxTree.utils
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.utils that return ParameterModifier and TypeMethodDescriptionstatic ParameterSyntaxTreeUtils.createParameter(DOMNode child)