Uses of Interface
org.mule.runtime.ast.api.builder.NamespaceDefinitionBuilder
Packages that use NamespaceDefinitionBuilder
-
Uses of NamespaceDefinitionBuilder in org.mule.runtime.ast.api.builder
Methods in org.mule.runtime.ast.api.builder that return NamespaceDefinitionBuilderModifier and TypeMethodDescriptionstatic NamespaceDefinitionBuilderNamespaceDefinitionBuilder.builder()NamespaceDefinitionBuilder.withNamespace(String namespace) Sets the namespace name of theNamespaceDefinitionbeing builtNamespaceDefinitionBuilder.withPrefix(String prefix) Sets the prefix of theNamespaceDefinitionbeing builtNamespaceDefinitionBuilder.withSchemaLocation(String schemaLocation, String location) Sets one schema location to theNamespaceDefinitionbeing builtNamespaceDefinitionBuilder.withUnresolvedNamespace(String namespace, String schemaLocation) Sets one namespace that was not resolved -
Uses of NamespaceDefinitionBuilder in org.mule.runtime.ast.internal.builder
Classes in org.mule.runtime.ast.internal.builder that implement NamespaceDefinitionBuilderMethods in org.mule.runtime.ast.internal.builder that return NamespaceDefinitionBuilderModifier and TypeMethodDescriptionDefaultNamespaceDefinitionBuilder.withNamespace(String namespace) DefaultNamespaceDefinitionBuilder.withPrefix(String prefix) DefaultNamespaceDefinitionBuilder.withSchemaLocation(String schemaLocation, String value) DefaultNamespaceDefinitionBuilder.withUnresolvedNamespace(String namespace, String schemaLocation)